From owner-svn-src-all@FreeBSD.ORG Fri Aug 6 14:24:00 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 274251065674; Fri, 6 Aug 2010 14:24:00 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id 945AA8FC1E; Fri, 6 Aug 2010 14:23:59 +0000 (UTC) Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id o76ENp4k030327 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 6 Aug 2010 17:23:51 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4) with ESMTP id o76ENpVq038095; Fri, 6 Aug 2010 17:23:51 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4/Submit) id o76ENpfs038094; Fri, 6 Aug 2010 17:23:51 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Fri, 6 Aug 2010 17:23:51 +0300 From: Kostik Belousov To: Ed Schouten Message-ID: <20100806142351.GQ22295@deviant.kiev.zoral.com.ua> References: <201008060947.o769lmjn076629@svn.freebsd.org> <20100806142148.GB76386@hoeg.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pe0+q/hmC7bdmHte" Content-Disposition: inline In-Reply-To: <20100806142148.GB76386@hoeg.nl> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-2.2 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_50, DNS_FROM_OPENWHOIS autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r210926 - head/sys/dev/null X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Aug 2010 14:24:00 -0000 --pe0+q/hmC7bdmHte Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 06, 2010 at 04:21:48PM +0200, Ed Schouten wrote: > * Konstantin Belousov wrote: > > Log: > > Mark /dev/zero and /dev/null as eternal. >=20 > So `eternal' means that these device nodes can never ever disappear? > Maybe we can also mark /dev/ctty (tty_tty.c) like this as well? Yes, the plan is to mark all eligible devices eventually. But I want to wait some time, before making the sweep over the drivers, to make sure that I did not missed something serious in the design. This is why only /dev/null and /dev/zero are converted for now. --pe0+q/hmC7bdmHte Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (FreeBSD) iEYEARECAAYFAkxcGvcACgkQC3+MBN1Mb4jpfACg4blcMZ7WlVE3Aue0f3yy82ej yLkAoKf/61UoUFAgWj/9/fGcaG1G5db0 =aacF -----END PGP SIGNATURE----- --pe0+q/hmC7bdmHte--