From owner-svn-doc-all@freebsd.org Fri Jan 26 20:05:35 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 707F9EC68C7; Fri, 26 Jan 2018 20:05:35 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 212F084000; Fri, 26 Jan 2018 20:05:35 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1817F20281; Fri, 26 Jan 2018 20:05:35 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0QK5YhN071532; Fri, 26 Jan 2018 20:05:34 GMT (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0QK5YfH071531; Fri, 26 Jan 2018 20:05:34 GMT (envelope-from jhb@FreeBSD.org) Message-Id: <201801262005.w0QK5YfH071531@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhb set sender to jhb@FreeBSD.org using -f From: John Baldwin Date: Fri, 26 Jan 2018 20:05:34 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51398 - head/en_US.ISO8859-1/books/porters-handbook/versions X-SVN-Group: doc-head X-SVN-Commit-Author: jhb X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/porters-handbook/versions X-SVN-Commit-Revision: 51398 X-SVN-Commit-Repository: doc 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.25 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: Fri, 26 Jan 2018 20:05:35 -0000 Author: jhb Date: Fri Jan 26 20:05:34 2018 New Revision: 51398 URL: https://svnweb.freebsd.org/changeset/doc/51398 Log: Update description of __FreeBSD_version 1101507 and document 1004501. Prompted by: pkelsey Modified: head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Thu Jan 25 16:21:52 2018 (r51397) +++ head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Fri Jan 26 20:05:34 2018 (r51398) @@ -1857,8 +1857,9 @@ is spelled &, < is < and > is >. r328379 January 24, 2018 11-STABLE after merging - r325028, - r328344 + r325028, fixing + ptrace() to always clear the + correct thread event when resuming. @@ -3036,6 +3037,16 @@ is spelled &, < is < and > is >. September 15, 2017 10-STABLE after releng/10.4 branched from 10-STABLE. + + + + 1004501 + r328379 + January 24, 2018 + 10-STABLE after merging + r325028, fixing + ptrace() to always clear the + correct thread event when resuming.