svn commit: r238392 - head

Christian Brueffer brueffer at FreeBSD.org
Thu Jul 12 07:34:09 UTC 2012


Author: brueffer
Date: Thu Jul 12 07:34:09 2012
New Revision: 238392
URL: http://svn.freebsd.org/changeset/base/238392

Log:
  Document the sysctl/tunable changes in r238379 and r238382.
  
  Suggested by:	mjacob

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Thu Jul 12 06:29:54 2012	(r238391)
+++ head/UPDATING	Thu Jul 12 07:34:09 2012	(r238392)
@@ -24,6 +24,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10
 	disable the most expensive debugging functionality run
 	"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
 
+20120712:
+	The following sysctls and tunables have been renamed for consistency
+	with other variables:
+	  kern.cam.da.da_send_ordered   -> kern.cam.da.send_ordered
+	  kern.cam.ada.ada_send_ordered -> kern.cam.ada.send_ordered
+
 20120628:
 	The sort utility has been replaced with BSD sort.  For now, GNU sort
 	is also available as "gnusort" or the default can be set back to


More information about the svn-src-head mailing list