Fix release notes.
This commit is contained in:
parent
60d7603e2c
commit
aee28e39a7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3624
1 changed files with 3 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$Date: 1998-10-16 23:47:14 $">
|
||||
<!ENTITY date "$Date: 1998-10-18 02:38:45 $">
|
||||
<!ENTITY title "FreeBSD 3.0 Release Notes">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -176,12 +176,10 @@ o A new syscall signanosleep(2) which is like nanosleep(2), but a specific
|
|||
|
||||
o sleep(3) and usleep(3) are now implemented in terms of signanosleep(2)
|
||||
and now have correct SIGALRM interaction semantics and sleep(3) correctly
|
||||
returns the time remaining. Some programs (notably apache httpd) bogusly
|
||||
depend on a sleep() "absorbing" a SIGALRM from a timer that expires during
|
||||
the life of the sleep.
|
||||
returns the time remaining.
|
||||
|
||||
o An in-kernel linker is implemented and intended to replace the lkm system
|
||||
with the bogosity that goes with it.
|
||||
and the bogosity that goes with it.
|
||||
|
||||
o All supported network protocols have been updated to avoid the ``big
|
||||
switch'' pr_usrreq(), and to pass a process pointer down to each user
|
||||
|
|
Loading…
Reference in a new issue