From owner-svn-doc-all@FreeBSD.ORG Mon Aug 19 14:53:01 2013 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 ESMTP id 73866F53; Mon, 19 Aug 2013 14:53:01 +0000 (UTC) (envelope-from gjb@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 60A8723BC; Mon, 19 Aug 2013 14:53:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7JEr1Tl097912; Mon, 19 Aug 2013 14:53:01 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7JEr1A1097910; Mon, 19 Aug 2013 14:53:01 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201308191453.r7JEr1A1097910@svn.freebsd.org> From: Glen Barber Date: Mon, 19 Aug 2013 14:53:01 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42565 - 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, 19 Aug 2013 14:53:01 -0000 Author: gjb Date: Mon Aug 19 14:53:00 2013 New Revision: 42565 URL: http://svnweb.freebsd.org/changeset/doc/42565 Log: Corrections to entries for 1000042, 1000044, 1000045. Spotted by: kib 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 Aug 19 13:38:49 2013 (r42564) +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Mon Aug 19 14:53:00 2013 (r42565) @@ -16261,8 +16261,8 @@ Reference: <http://www.freebsd.org/po 1000042 August 9, 2013 - 10-CURRENT after KPI breakage introduced in the - VM subsystem to unify soft and hard busy mechanisms + 10-CURRENT after VM subsystem change to unify + soft and hard busy mechanisms (rev 254138). @@ -16281,7 +16281,8 @@ Reference: <http://www.freebsd.org/po 1000044 August 15, 2013 - 10-CURRENT after libc conversion to an &man.ld.1; + 10-CURRENT after libc.so + conversion to an &man.ld.1; script (rev 251668, 254358). @@ -16290,9 +16291,10 @@ Reference: <http://www.freebsd.org/po 1000045 August 15, 2013 - 10-CURRENT after KPI breakage introduced after - replacement of D_UNMAPPED_IO with - SI_UNMAPPED (rev + 10-CURRENT after devfs programming interface + change by replacing the cdevsw flag + D_UNMAPPED_IO with the struct cdev + flag SI_UNMAPPED (rev 254389).