From owner-svn-doc-all@FreeBSD.ORG Sun Aug 25 11:02:31 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 47FD8442; Sun, 25 Aug 2013 11:02:31 +0000 (UTC) (envelope-from andre@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3478E2771; Sun, 25 Aug 2013 11:02:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7PB2Vgs022894; Sun, 25 Aug 2013 11:02:31 GMT (envelope-from andre@svn.freebsd.org) Received: (from andre@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7PB2VUn022893; Sun, 25 Aug 2013 11:02:31 GMT (envelope-from andre@svn.freebsd.org) Message-Id: <201308251102.r7PB2VUn022893@svn.freebsd.org> From: Andre Oppermann Date: Sun, 25 Aug 2013 11:02:31 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42585 - 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.14 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, 25 Aug 2013 11:02:31 -0000 Author: andre (src committer) Date: Sun Aug 25 11:02:30 2013 New Revision: 42585 URL: http://svnweb.freebsd.org/changeset/doc/42585 Log: Document FreeBSD_version 1000050 after the struct mbuf changes in r254780, r254799, r254804, r254807, and r254842. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/book.xml Sat Aug 24 22:02:23 2013 (r42584) +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Sun Aug 25 11:02:30 2013 (r42585) @@ -16303,7 +16303,7 @@ Reference: <http://www.freebsd.org/po August 19, 2013 10-CURRENT after addition of M_PROTO[9-12] and removal of - M_NOFREE|M_FRAG|M_FIRSTFRAG|M_LASTFRAG + M_FRAG|M_FIRSTFRAG|M_LASTFRAG mbuf flags (rev 254524, 254526. @@ -16316,6 +16316,16 @@ Reference: <http://www.freebsd.org/po (rev 254672). + + 1000050 + August 24, 2013 + 10-CURRENT after modifications of structure + mbuf + (rev 254780, 254799, + 254804, 254807 + 254842). + +