Add warning about SOCK_CLOEXEC and SOCK_NONBLOCK (r248534).

Reviewed by:	rpaulo
This commit is contained in:
Jilles Tjoelker 2013-04-06 22:28:19 +00:00
parent 26089666b6
commit 5ad7e64900
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=249219

View File

@ -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
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:
CTL_DISABLE has also been added to the sparc64 GENERIC (for further
information, see the respective 20130304 entry).