diff --git a/UPDATING b/UPDATING index a5c1f6930f8..04594bffe43 100644 --- a/UPDATING +++ b/UPDATING @@ -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