Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com From: Chris Faylor Date: Wed, 15 Mar 2000 14:10:55 -0500 To: cygwin-developers AT sourceware DOT cygnus DOT com Subject: Re: Cygwin performance (was [ANN] PW32 the...) Message-ID: <20000315141055.D31321@cygnus.com> Reply-To: cygwin-developers AT sourceware DOT cygnus DOT com Mail-Followup-To: cgf AT cygnus DOT com, cygwin-developers AT sourceware DOT cygnus DOT com References: <19940315002847 DOT 279871F1B AT sabami DOT seaslug DOT org> <0457 DOT 000315 AT logos-m DOT ru> <38CF6031 DOT 7D7A28BB AT vinschen DOT de> <20000315091124 DOT I19524 AT cygnus DOT com> <38CFAC71 DOT F4E9C28A AT vinschen DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.1.8i In-Reply-To: <38CFAC71.F4E9C28A@vinschen.de>; from corinna@vinschen.de on Wed, Mar 15, 2000 at 04:29:53PM +0100 On Wed, Mar 15, 2000 at 04:29:53PM +0100, Corinna Vinschen wrote: >> I would like the ability to be able to set attributes on an executable >> something like: >> >> chattr --stat-lite ls.exe > >I would plead for a path controlled solution: > > cygset stat-lite [never|local|remote|always] > >or, another way, > > cygset stat-lite a: e: \\ > >to set stat-lite on all full paths beginning with a:, e: or \\. I was advocating something which would just set specific attribute bits. If we want pinpoint control maybe we could do this in the mount table: mount --stat-lite \\some\remote\share /foo Hey! I like this idea. (pats himself on the back) Since cygwin allows you to mount individual files you could even do a: mount --stat-lite c:\cygwin\bin\ls.exe /bin/ls.exe ...and have the cygwin startup determine if ls should use stat-lite or not. cgf