diff options
| author | Warner Losh <imp@FreeBSD.org> | 1999-09-30 14:54:48 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1999-09-30 14:54:48 +0000 |
| commit | 73c86a1fde8b6fe5b2ade2a27bd1cc2ef8ab558a (patch) | |
| tree | dfac998b5494345cec4cb66af8858c831a8869dd | |
| parent | 74562f1a2a24b2a6470991c3c1b242c9a78972d1 (diff) | |
Notes
| -rw-r--r-- | UPDATING | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/UPDATING b/UPDATING index a5c1f6930f8fd..04594bffe4359 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 |
