From owner-svn-doc-all@FreeBSD.ORG Mon Oct 22 18:13:31 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B221818B; Mon, 22 Oct 2012 18:13:31 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 954478FC14; Mon, 22 Oct 2012 18:13:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9MIDV82068170; Mon, 22 Oct 2012 18:13:31 GMT (envelope-from kib@svn.freebsd.org) Received: (from kib@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9MIDVPO068165; Mon, 22 Oct 2012 18:13:31 GMT (envelope-from kib@svn.freebsd.org) Message-Id: <201210221813.q9MIDVPO068165@svn.freebsd.org> From: Konstantin Belousov Date: Mon, 22 Oct 2012 18:13:31 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39790 - 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: Mon, 22 Oct 2012 18:13:31 -0000 Author: kib (src committer) Date: Mon Oct 22 18:13:31 2012 New Revision: 39790 URL: http://svn.freebsd.org/changeset/doc/39790 Log: Document __FreeBSD_version 1000020 and 1000021. 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 Mon Oct 22 14:58:16 2012 (r39789) +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Mon Oct 22 18:13:31 2012 (r39790) @@ -15798,6 +15798,22 @@ Reference: <http://www.freebsd.org/po to supply packets in net byte order to AF_INET filter hooks (rev 241245). + + + 1000020 + October 16, 2012 + 10-CURRENT after the network interface cloning + KPI changed and struct if_clone becoming opaque (rev + 241610). + + + + 1000021 + October 22, 2012 + 10-CURRENT after the removal of support for + non-MPSAFE filesystems (rev + 241897). +