Add warning about SOCK_CLOEXEC and SOCK_NONBLOCK (r248534).
Reviewed by: rpaulo
This commit is contained in:
parent
26089666b6
commit
5ad7e64900
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=249219
6
UPDATING
6
UPDATING
@ -33,6 +33,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW:
|
|||||||
removed. Kernel option `options ATA_CAM` is now permanently enabled
|
removed. Kernel option `options ATA_CAM` is now permanently enabled
|
||||||
and removed.
|
and removed.
|
||||||
|
|
||||||
|
20130319:
|
||||||
|
SOCK_CLOEXEC and SOCK_NONBLOCK flags have been added to socket(2)
|
||||||
|
and socketpair(2). Software, in particular Kerberos, may
|
||||||
|
automatically detect and use these during building. The resulting
|
||||||
|
binaries will not work on older kernels.
|
||||||
|
|
||||||
20130308:
|
20130308:
|
||||||
CTL_DISABLE has also been added to the sparc64 GENERIC (for further
|
CTL_DISABLE has also been added to the sparc64 GENERIC (for further
|
||||||
information, see the respective 20130304 entry).
|
information, see the respective 20130304 entry).
|
||||||
|
Loading…
Reference in New Issue
Block a user