Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2013 22:28:20 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r249219 - head
Message-ID:  <201304062228.r36MSKGs058571@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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).



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304062228.r36MSKGs058571>