X-Spam-Check-By: sourceware.org
To: cygwin@cygwin.com
From: Eric Blake <ebb9@byu.net>
Subject:  Re: request for /dev/stdin and friends
Date: Thu, 16 Nov 2006 16:25:11 +0000 (UTC)
Lines: 25
Message-ID:  <loom.20061116T172156-637@post.gmane.org>
References:  <455B18D9.30504@byu.net> <20061116104538.GK11304@calimero.vinschen.de> <Pine.GSO.4.63.0611160924200.10673@access1.cims.nyu.edu> <20061116161103.GN11304@calimero.vinschen.de>
Mime-Version:  1.0
Content-Type:  text/plain; charset=us-ascii
Content-Transfer-Encoding:  7bit
User-Agent: Loom/3.14 (http://gmane.org/)
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Corinna Vinschen <corinna-cygwin <at> cygwin.com> writes:

> > > So what we should do here IMO is to augment the base-files package
> > > to create a /dev directory and create a couple of standard symlinks
> > > in it, which are not covered automatically by the Cygwin DLL.
> > 
> > There already was some discussion, ending in
> > <http://cygwin.com/ml/cygwin-developers/2005-02/msg00010.html>, which
> > never got a reply...
> 
> Isn't your create_devices script adding all the devices handled by
> Cygwin?  The idea here is slightly different in that the script should
> only create symlinks in /dev.  Device nodes for the exising Cygwin
> devices are not actually necessary so we should be careful with them,
> maybe.

One of my concerns is that readdir() on /dev works nicely, integrating both 
symlinks and actual cygwin devices.  Right now, the benefit of Igor's script 
creating placeholders even for actual devices is that readdir() (and thus 
ls /dev, or even tab completion when you type /dev/<TAB>) can see all devices 
and not just symlinks like /dev/stdin.

-- 
Eric Blake



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

