Sort by date, reindent sigset_t entry

This commit is contained in:
Warner Losh 1999-09-30 14:54:48 +00:00
parent 74562f1a2a
commit 73c86a1fde
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51817

View file

@ -3,6 +3,14 @@ Updating Information for FreeBSD current users
This file is maintained by imp@village.org. Please send new entries
directly to him. See end of file for further details.
19990929:
The sigset_t datatype has been changed from an integral type
to a compound type and can hold 128 signals. Syscalls directly
or indirectly using the new sigset_t have been added as to
maintain compatible with existing binaries. A new kernel must
be made and installed and booted with before a make world can
be done.
19990919:
New jail syscall format requires recompilation of jail(8) with
fresh headers installed (or a make world will do it for you).
@ -13,14 +21,6 @@ directly to him. See end of file for further details.
As of the 19th, no killer problems have been reported, but you
have been warned.
19990929:
The sigset_t datatype has been changed from an integral type
to a compound type and can hold 128 signals. Syscalls directly
or indirectly using the new sigset_t have been added as to
maintain compatible with existing binaries. A new kernel must
be made and installed and booted with before a make world can
be done.
19990908:
The new miibus has been added to the system. If you are using
the dm, rl, sf, sis, ste, tl, wb or xl drivers, you need to