From owner-freebsd-current@FreeBSD.ORG Tue Apr 3 13:43:05 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ED4A016A40D for ; Tue, 3 Apr 2007 13:43:05 +0000 (UTC) (envelope-from chinsan.tw@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.249]) by mx1.freebsd.org (Postfix) with ESMTP id AB2B813C484 for ; Tue, 3 Apr 2007 13:43:05 +0000 (UTC) (envelope-from chinsan.tw@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so1683251ana for ; Tue, 03 Apr 2007 06:43:05 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ivGl5YiM+Kv9ZeqHm5l2wGRCJYaCZAtLjFSTc6KdN0DavIcZCLK/Hh8B9z9czqsSb2HsqDEaLKQPkYDheNT4/h5g8R8H5UVgowKJ3DH9a7nw3ci3jpF+hDp8LFgKNiyY5Vo/XUj35S2I7RcUl8Jrd4s7iUNQlXvNiBcqPoq/Kl8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=n/Yu2gIYULxwj/iVrZfOW1rLeL8xTp8KemzUj7UexSBApSGfeAvjhkbRH0e07c7ExZ74l8tZ+lQKhKFCoLknFYw8WlrfCJatpb6jvRdC5/Ui0r2KnCRQY1YspKXXtAFgZo+mxGnzM0nbNnYtJNvKNmM74m4Pdk//u+nihydaNxM= Received: by 10.100.121.12 with SMTP id t12mr4312689anc.1175606322216; Tue, 03 Apr 2007 06:18:42 -0700 (PDT) Received: by 10.100.112.8 with HTTP; Tue, 3 Apr 2007 06:18:42 -0700 (PDT) Message-ID: <1f27304c0704030618o4b9567e9kb2d9bf2407c5e253@mail.gmail.com> Date: Tue, 3 Apr 2007 21:18:42 +0800 From: chinsan To: "Andrew Pantyukhin" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Mailman-Approved-At: Tue, 03 Apr 2007 13:51:55 +0000 Cc: Chin-San Huang , FreeBSD Current Subject: Re: Surviving /dev/null disappearance X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Apr 2007 13:43:06 -0000 2007/4/3, Andrew Pantyukhin : > It appears chinsan blogged about this, but I can't > understand much. I see you can work around this with > mknod, which is nice. It's very easy to solve whit mknod(8). ex: mknod /dev/null c 0 26 > http://chinsan2.twbbs.org/wp/2007/02/05/20/ > > Chinsan, can I go ahead and commit the port? I > have it in good working order. Please go ahead and commit them, thanks! - chinsan