diff options
author | imp <imp@FreeBSD.org> | 1999-09-29 22:29:15 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 1999-09-29 22:29:15 +0000 |
commit | 4afddd23885785684e60f06b5d011c901912ad36 (patch) | |
tree | 77e70df4fa16b1b5dc9e7a4238facfe7bb8202c5 /UPDATING | |
parent | 4bac1949f4aa1d1df8808c0a96e2ca2b7208a238 (diff) | |
download | FreeBSD-src-4afddd23885785684e60f06b5d011c901912ad36.zip FreeBSD-src-4afddd23885785684e60f06b5d011c901912ad36.tar.gz |
Fix typo in november
Add signal breakage
**** NEW KERNEL NEEDED FOR MAKE WORLD ****
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 20 |
1 files changed, 19 insertions, 1 deletions
@@ -3,6 +3,24 @@ 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. +19990919: + New jail syscall format requires recompilation of jail(8) with + fresh headers installed (or a make world will do it for you). + +19990914: + Matt Dillon checked in many vm related things and sent a heads up + to -current urging caution and to report vm problems to him. + 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 @@ -350,7 +368,7 @@ http://www.freebsd.org/cgi/getmsg.cgi?fetch=827400+0+current/freebsd-current This file contains a list, in reverse chronologocal order, of major breakages in tracking -current. Not all things will be listed here, -and it only starts on Novemeber 18, 1998. If you have an earlier +and it only starts on November 18, 1998. If you have an earlier version of FreeBSD, you are on your own to get to November 18, 1998. Please filter your entries through Warner (imp@village.org) so that |