From owner-svn-src-all@FreeBSD.ORG Fri May 2 05:30:50 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 627378D2; Fri, 2 May 2014 05:30:50 +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 3661219E1; Fri, 2 May 2014 05:30:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s425Uo9d055324; Fri, 2 May 2014 05:30:50 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s425UnvI055322; Fri, 2 May 2014 05:30:49 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201405020530.s425UnvI055322@svn.freebsd.org> From: Eitan Adler Date: Fri, 2 May 2014 05:30:49 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r265212 - in head: . share/man/man4 sys/dev/lindev 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: Fri, 02 May 2014 05:30:50 -0000 Author: eadler Date: Fri May 2 05:30:49 2014 New Revision: 265212 URL: http://svnweb.freebsd.org/changeset/base/265212 Log: lindev(4): remove the device lindev(4) was only used to provide /dev/full which is now a standard feature of FreeBSD. /dev/full was never linux-specific and provides a generally useful feature. Document this in UPDATING and bump __FreeBSD_version. This will be documented in the PH shortly. Reported by: jkim Deleted: head/share/man/man4/lindev.4 head/sys/dev/lindev/ Modified: head/UPDATING head/share/man/man4/Makefile Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri May 2 04:51:31 2014 (r265211) +++ head/UPDATING Fri May 2 05:30:49 2014 (r265212) @@ -31,6 +31,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11 disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20140430: + The lindev device has been removed since /dev/full has been made a + standard device. __FreeBSD_version has been bumped. + 20140418: The YES_HESIOD knob has been removed. It has been obsolete for a decade. Please move to using WITH_HESIOD instead or your builds Modified: head/share/man/man4/Makefile ============================================================================== --- head/share/man/man4/Makefile Fri May 2 04:51:31 2014 (r265211) +++ head/share/man/man4/Makefile Fri May 2 05:30:49 2014 (r265212) @@ -142,6 +142,7 @@ MAN= aac.4 \ filemon.4 \ firewire.4 \ fpa.4 \ + full.4 \ fwe.4 \ fwip.4 \ fwohci.4 \ @@ -226,7 +227,6 @@ MAN= aac.4 \ le.4 \ led.4 \ lge.4 \ - ${_lindev.4} \ ${_linux.4} \ lmc.4 \ lo.4 \ @@ -790,7 +790,6 @@ _if_vxge.4= if_vxge.4 _if_wpi.4= if_wpi.4 _ipmi.4= ipmi.4 _io.4= io.4 -_lindev.4= lindev.4 _linux.4= linux.4 _ndis.4= ndis.4 _nfe.4= nfe.4 @@ -819,7 +818,6 @@ _wpi.4= wpi.4 _xen.4= xen.4 _xnb.4= xnb.4 -MLINKS+=lindev.4 full.4 .endif .if ${MACHINE_CPUARCH} == "amd64"