Add warning about SOCK_CLOEXEC and SOCK_NONBLOCK (r248534).

Reviewed by:	rpaulo
This commit is contained in:
jilles 2013-04-06 22:28:19 +00:00
parent fa887dba7b
commit 99a4c33f11

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).