svn commit: r256284 - in head: . etc/defaults gnu/usr.bin/groff/tmac sys/conf sys/sys

Glen Barber gjb at FreeBSD.org
Thu Oct 10 18:05:15 UTC 2013


Author: gjb
Date: Thu Oct 10 18:05:13 2013
New Revision: 256284
URL: http://svnweb.freebsd.org/changeset/base/256284

Log:
  Turn it all the way up to 11:
  
  - Update FreeBSD version in:
    - UPDATING
    - sys/conf/newvers.sh
  
  - Add 11.0 FreeBSD version for manual pages
  
  - Bump __FreeBSD_version to 1100000
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/UPDATING
  head/etc/defaults/periodic.conf
  head/gnu/usr.bin/groff/tmac/mdoc.local
  head/sys/conf/newvers.sh
  head/sys/sys/param.h

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Thu Oct 10 17:59:44 2013	(r256283)
+++ head/UPDATING	Thu Oct 10 18:05:13 2013	(r256284)
@@ -16,8 +16,8 @@ from older versions of FreeBSD, try WITH
 head, and then rebuild without this option. The bootstrap process from
 older version of current is a bit fragile.
 
-NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW:
-	FreeBSD 10.x has many debugging features turned on, in both the kernel
+NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW:
+	FreeBSD 11.x has many debugging features turned on, in both the kernel
 	and userland.  These features attempt to detect incorrect use of
 	system primitives, and encourage loud failure through extra sanity
 	checking and fail stop semantics.  They also substantially impact

Modified: head/etc/defaults/periodic.conf
==============================================================================
--- head/etc/defaults/periodic.conf	Thu Oct 10 17:59:44 2013	(r256283)
+++ head/etc/defaults/periodic.conf	Thu Oct 10 18:05:13 2013	(r256284)
@@ -190,7 +190,7 @@ weekly_noid_dirs="/"					# Look here
 # 400.status-pkg
 weekly_status_pkg_enable="NO"				# Find out-of-date pkgs
 pkg_version=pkg_version					# Use this program
-pkg_version_index=/usr/ports/INDEX-10			# Use this index file
+pkg_version_index=/usr/ports/INDEX-11			# Use this index file
 
 # 450.status-security
 weekly_status_security_enable="YES"			# Security check

Modified: head/gnu/usr.bin/groff/tmac/mdoc.local
==============================================================================
--- head/gnu/usr.bin/groff/tmac/mdoc.local	Thu Oct 10 17:59:44 2013	(r256283)
+++ head/gnu/usr.bin/groff/tmac/mdoc.local	Thu Oct 10 18:05:13 2013	(r256284)
@@ -45,7 +45,7 @@
 .ds doc-str-Lb-libstdthreads C11 Threads Library (libstdthreads, \-lstdthreads)
 .
 .\" Default .Os value
-.ds doc-default-operating-system FreeBSD\~10.0
+.ds doc-default-operating-system FreeBSD\~11.0
 .
 .\" FreeBSD releases not found in doc-common
 .ds doc-operating-system-FreeBSD-7.4    7.4
@@ -54,6 +54,7 @@
 .ds doc-operating-system-FreeBSD-9.1    9.1
 .ds doc-operating-system-FreeBSD-9.2    9.2
 .ds doc-operating-system-FreeBSD-10.0   10.0
+.ds doc-operating-system-FreeBSD-11.0   11.0
 .
 .\" Definitions not (yet) in doc-syms
 .

Modified: head/sys/conf/newvers.sh
==============================================================================
--- head/sys/conf/newvers.sh	Thu Oct 10 17:59:44 2013	(r256283)
+++ head/sys/conf/newvers.sh	Thu Oct 10 18:05:13 2013	(r256284)
@@ -31,8 +31,8 @@
 # $FreeBSD$
 
 TYPE="FreeBSD"
-REVISION="10.0"
-BRANCH="ALPHA6"
+REVISION="11.0"
+BRANCH="CURRENT"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Thu Oct 10 17:59:44 2013	(r256283)
+++ head/sys/sys/param.h	Thu Oct 10 18:05:13 2013	(r256284)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1000055	/* Master, propagated to newvers */
+#define __FreeBSD_version 1100000	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-head mailing list