From owner-svn-doc-all@FreeBSD.ORG Sun Jun 15 14:13:00 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CA6D884B; Sun, 15 Jun 2014 14:13:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB90C2E42; Sun, 15 Jun 2014 14:13:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5FED0XF066112; Sun, 15 Jun 2014 14:13:00 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5FED0H5066111; Sun, 15 Jun 2014 14:13:00 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201406151413.s5FED0H5066111@svn.freebsd.org> From: Glen Barber Date: Sun, 15 Jun 2014 14:13:00 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r45064 - head/en_US.ISO8859-1/books/porters-handbook X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jun 2014 14:13:00 -0000 Author: gjb Date: Sun Jun 15 14:13:00 2014 New Revision: 45064 URL: http://svnweb.freebsd.org/changeset/doc/45064 Log: Document __FreeBSD_version values: 902511, 902512, 1000706, 1000707, 1000708, 1000709, 1000710, 1100015, 1100016, 1100017, 1100018, 1100019, 1100021, 1100022, 1100023. Add svn revision number in 1100020 entry. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/books/porters-handbook/versions.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/versions.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/versions.xml Sun Jun 15 03:28:42 2014 (r45063) +++ head/en_US.ISO8859-1/books/porters-handbook/versions.xml Sun Jun 15 14:13:00 2014 (r45064) @@ -4375,6 +4375,20 @@ it was never committed: + 902511 + March 27, 2014 + 9-STABLE after FreeBSD-SA-14:06.openssl + (rev 264289). + + + + 902512 + April 30, 2014 + 9-STABLE after FreeBSD-SA-14:08.tcp + (rev 265123). + + + 1000000 September 26, 2011 10.0-CURRENT. @@ -4963,6 +4977,46 @@ it was never committed: + 1000706 + April 6, 2014 + 10-STABLE after GCC support for __block + definition (rev 264214). + + + + 1000707 + April 8, 2014 + 10-STABLE after FreeBSD-SA-14:06.openssl (rev + 264289). + + + + 1000708 + April 30, 2014 + 10-STABLE after FreeBSD-SA-14:07.devfs, FreeBSD-SA-14:08.tcp, + and FreeBSD-SA-14:09.openssl + (rev 265122). + + + + 1000709 + May 13, 2014 + 10-STABLE after support for UDP-Lite protocol (RFC 3828) + (rev 265946). + + + + 1000710 + June 13, 2014 + 10-STABLE after changes to &man.strcasecmp.3;, moving + strcasecmp_l() and + strncasecmp_l() from + <string.h> to + <strings.h> for POSIX 2008 compliance + (rev 267465). + + + 1100000 October 10, 2013 11.0-CURRENT @@ -5076,8 +5130,72 @@ it was never committed: + 1100015 + March 22, 2014 + 11.0-CURRENT after cnt rename to + vm_cnt (rev + 263620). + + + + 1100016 + March 23, 2014 + 11.0-CURRENT after addition of armv6hf + TARGET_ARCH (rev + 263660). + + + + 1100017 + April 4, 2014 + 11.0-CURRENT after GCC support for __block + definition (rev 264121). + + + + 1100018 + April 6, 2014 + 11.0-CURRENT after support for UDP-Lite protocol (RFC 3828) + (rev 264212). + + + + 1100019 + April 8, 2014 + 11.0-CURRENT after FreeBSD-SA-14:06.openssl (rev + 264265). + + + 1100020 May 1, 2014 11.0-CURRENT after removing lindev in favor of having - /dev/full by default. + /dev/full by default (rev 265212). + + + + 1100021 + May 6, 2014 + 11.0-CURRENT after src.opts.mk changes, + decoupling &man.make.conf.5; from buildworld + (rev 265419). + + + + 1100022 + May 30, 2014 + 11.0-CURRENT after changes to &man.strcasecmp.3;, moving + strcasecmp_l() and + strncasecmp_l() from + <string.h> to + <strings.h> for POSIX 2008 compliance + (rev 266865). + + + + 1100023 + June 13, 2014 + 11.0-CURRENT after the CUSE library and kernel module have + been attached to the build by default (rev + 267440).