From owner-svn-src-head@FreeBSD.ORG Mon May 5 01:14:31 2014 Return-Path: Delivered-To: svn-src-head@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 46868365; Mon, 5 May 2014 01:14:31 +0000 (UTC) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cell.glebius.int.ru", Issuer "cell.glebius.int.ru" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id EE7761652; Mon, 5 May 2014 01:14:29 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.8/8.14.8) with ESMTP id s451EP5S023572 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 5 May 2014 05:14:25 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.8/8.14.8/Submit) id s451EPmk023571; Mon, 5 May 2014 05:14:25 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Mon, 5 May 2014 05:14:25 +0400 From: Gleb Smirnoff To: Eitan Adler Subject: Re: svn commit: r265215 - in head/sys: amd64/conf boot/forth conf i386/conf pc98/conf sys Message-ID: <20140505011425.GH938@FreeBSD.org> References: <201405020714.s427EMew099192@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201405020714.s427EMew099192@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2014 01:14:31 -0000 On Fri, May 02, 2014 at 07:14:22AM +0000, Eitan Adler wrote: E> Author: eadler E> Date: Fri May 2 07:14:22 2014 E> New Revision: 265215 E> URL: http://svnweb.freebsd.org/changeset/base/265215 E> E> Log: E> lindev(4): finish the partial commit in r265212 E> E> lindev(4) was only used to provide /dev/full which is now a standard feature of E> FreeBSD. /dev/full was never linux-specific and provides a generally useful E> feature. E> E> Document this in UPDATING and bump __FreeBSD_version. This will be documented E> in the PH shortly. E> E> Reported by: jkim E> E> Modified: E> head/sys/amd64/conf/NOTES E> head/sys/boot/forth/loader.conf E> head/sys/conf/files.amd64 E> head/sys/conf/files.i386 E> head/sys/i386/conf/NOTES E> head/sys/pc98/conf/NOTES E> head/sys/sys/param.h ObsoletedFiles.inc should also be modified. -- Totus tuus, Glebius.