From owner-svn-src-all@FreeBSD.ORG Sun May 4 01:32:56 2014 Return-Path: Delivered-To: svn-src-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 ESMTPS id 2AC93695; Sun, 4 May 2014 01:32:56 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 17E741BA1; Sun, 4 May 2014 01:32:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s441WtH4090629; Sun, 4 May 2014 01:32:55 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s441WtQr090628; Sun, 4 May 2014 01:32:55 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201405040132.s441WtQr090628@svn.freebsd.org> From: Glen Barber Date: Sun, 4 May 2014 01:32:55 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r265303 - head/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 May 2014 01:32:56 -0000 Author: gjb Date: Sun May 4 01:32:55 2014 New Revision: 265303 URL: http://svnweb.freebsd.org/changeset/base/265303 Log: Document r265132, addition of full(4). Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- head/release/doc/en_US.ISO8859-1/relnotes/article.xml Sun May 4 01:03:54 2014 (r265302) +++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml Sun May 4 01:32:55 2014 (r265303) @@ -104,6 +104,14 @@ Kernel Changes + The &man.full.4; device has been added, + and the &man.lindev.4; device has been removed. Prior to this + change, &man.lindev.4; provided only the + /dev/null character device, returning + ENOSPC on write attempts. As this device is + not specific to &linux;, a native &os; version has been + added. + Support for GPS ports has been added to &man.uhso.4;.