svn commit: r249219 - head
Jilles Tjoelker
jilles at FreeBSD.org
Sat Apr 6 22:28:20 UTC 2013
Author: jilles
Date: Sat Apr 6 22:28:19 2013
New Revision: 249219
URL: http://svnweb.freebsd.org/changeset/base/249219
Log:
Add warning about SOCK_CLOEXEC and SOCK_NONBLOCK (r248534).
Reviewed by: rpaulo
Modified:
head/UPDATING
Modified: head/UPDATING
==============================================================================
--- head/UPDATING Sat Apr 6 22:21:23 2013 (r249218)
+++ head/UPDATING Sat Apr 6 22:28:19 2013 (r249219)
@@ -33,6 +33,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10
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).
More information about the svn-src-all
mailing list