X-Spam-Check-By: sourceware.org
Date: Mon, 20 Nov 2006 15:01:56 +0100
From: Corinna Vinschen <corinna-cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: request for /dev/stdin and friends
Message-ID: <20061120140156.GC14878@calimero.vinschen.de>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
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> <loom.20061116T172156-637@post.gmane.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <loom.20061116T172156-637@post.gmane.org>
User-Agent: Mutt/1.4.2i
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
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

On Nov 16 16:25, Eric Blake wrote:
> 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.

Yeah, right.  I'm thinking along the same lines.  Consider the situation
that /dev/ is handled automatically at one point in aa udev sort of way.
In that case static device nodes would be in the way.  Or, hmm, maybe not.
But that's why I suggested to be careful for now.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
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/

