summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2013-04-06 22:28:19 +0000
committerjilles <jilles@FreeBSD.org>2013-04-06 22:28:19 +0000
commit99a4c33f11797f887ab9b3d6f3e99d5ec300c11e (patch)
tree1bc8fde4ce5c9484ad5571d424462461f1d55f26 /UPDATING
parentfa887dba7b511d88568bd53f128474c5635f9264 (diff)
downloadFreeBSD-src-99a4c33f11797f887ab9b3d6f3e99d5ec300c11e.zip
FreeBSD-src-99a4c33f11797f887ab9b3d6f3e99d5ec300c11e.tar.gz
Add warning about SOCK_CLOEXEC and SOCK_NONBLOCK (r248534).
Reviewed by: rpaulo
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index e9dbb83..9210394 100644
--- a/UPDATING
+++ b/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
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).
OpenPOWER on IntegriCloud