From owner-svn-doc-all@freebsd.org Sat Jun 24 20:08:49 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A5CEDA4DAF; Sat, 24 Jun 2017 20:08:49 +0000 (UTC) (envelope-from kib@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 mx1.freebsd.org (Postfix) with ESMTPS id 0D347779AA; Sat, 24 Jun 2017 20:08:48 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5OK8m5q092939; Sat, 24 Jun 2017 20:08:48 GMT (envelope-from kib@FreeBSD.org) Received: (from kib@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5OK8mIM092937; Sat, 24 Jun 2017 20:08:48 GMT (envelope-from kib@FreeBSD.org) Message-Id: <201706242008.v5OK8mIM092937@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kib set sender to kib@FreeBSD.org using -f From: Konstantin Belousov Date: Sat, 24 Jun 2017 20:08:48 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r50405 - head/en_US.ISO8859-1/books/porters-handbook/versions 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.23 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: Sat, 24 Jun 2017 20:08:49 -0000 Author: kib (src committer) Date: Sat Jun 24 20:08:48 2017 New Revision: 50405 URL: https://svnweb.freebsd.org/changeset/doc/50405 Log: Document __FreeBSD_versions 1200034 and 1200035. Sponsored by: The FreeBSD Foundation 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 Sat Jun 24 16:22:53 2017 (r50404) +++ head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Sat Jun 24 20:08:48 2017 (r50405) @@ -331,6 +331,20 @@ struct event member data was increased to 64bit, and ext structure members added. + + 1200034 + 320085 + June 19, 2017 + 12.0-CURRENT after the NFS client and server were changed + so that they actually use the 64bit ino_t. + + + 1200035 + 320317 + June 24, 2017 + 12.0-CURRENT after the MAP_GUARD + mmap(2) flag was added. +