RE: [PATCH] cygpath.cc

2002-05-22 Thread "Schaible, Jörg"
Hi Corinna, >AFAICS, the patch is ok. Fine. >Just two question: > >- The -s and -l options are only valid with the -w option. Shouldn't > either the usage reflect that or the -s and -l options imply -w > automatically? It's not *that* obvious for the user that s/he > has to use `cygpath -w

Re: [PATCH] cygpath.cc

2002-05-22 Thread Corinna Vinschen
On Wed, May 22, 2002 at 09:29:32AM +0200, "Schaible, Jörg" wrote: > Hi Corinna, > > >AFAICS, the patch is ok. > > Fine. > > >Just two question: > > > >- The -s and -l options are only valid with the -w option. Shouldn't > > either the usage reflect that or the -s and -l options imply -w > >

Re: getfacl help/version patch

2002-05-22 Thread Corinna Vinschen
On Tue, May 21, 2002 at 05:23:22PM -0500, Joshua Daniel Franklin wrote: > > On Mon, May 20, 2002 at 05:33:01PM -0500, Joshua Daniel Franklin wrote: > > > Here is a patch to getfacl that adds longopts for all options, > > > standardizes the usage output, and adds the GNU standard --version option.

RE: [PATCH] cygpath.cc

2002-05-22 Thread "Schaible, Jörg"
Hi Corinna, >I see and that's a good idea, IMHO. However, for now I have >applied your patch and just tweaked the usage output slightly. Fine. I was unhappy with it by myself also, but was not sure how to improve it in the best way. :)

/dev patch

2002-05-22 Thread Chris January
I've had this patch kicking about for a while and I was going to merge it with the next /proc patch but I remembered that separate patches are generally preferred on this list and the /proc stuff has been delayed somewhat. This patch adds support for a virtual /dev which just lists the devices tha

Re: getfacl help/version patch

2002-05-22 Thread Joshua Daniel Franklin
--- Corinna Vinschen <[EMAIL PROTECTED]> wrote: > On Tue, May 21, 2002 at 05:23:22PM -0500, Joshua Daniel Franklin wrote: > > > On Mon, May 20, 2002 at 05:33:01PM -0500, Joshua Daniel Franklin wrote: > > > > Here is a patch to getfacl that adds longopts for all options, > > > > standardizes the us

mount --version pathc

2002-05-22 Thread Joshua Daniel Franklin
Here is a --version patch for mount. I also alphabetized longopts, opts, and the getopt case statement. ChangeLog: 2002-05-22 Joshua Daniel Franklin <[EMAIL PROTECTED]> * mount.cc (version) New global variable. (usage) Standardize usage output. Accomodate new version option.

Patches to seteuid() etc...

2002-05-22 Thread Pierre A. Humblet
Hello Corinna, Here are the patches to seteuid etc.. discussed recently. Pierre 2002-05-22 Pierre Humblet <[EMAIL PROTECTED]> * syscalls.cc (seteuid): Do not take allow_ntsec into account. Attempt to use an existing or new token even when the uid matches orig_uid, but

Re: mount --version pathc

2002-05-22 Thread Christopher Faylor
On Wed, May 22, 2002 at 10:49:11PM -0500, Joshua Daniel Franklin wrote: >Here is a --version patch for mount. I also alphabetized longopts, >opts, and the getopt case statement. > >ChangeLog: > >2002-05-22 Joshua Daniel Franklin <[EMAIL PROTECTED]> > * mount.cc (version) New global variabl

RE: /dev patch

2002-05-22 Thread "Schaible, Jörg"
Hi Chris, >This patch adds support for a virtual /dev which just lists >the devices that >cygwin currently supports. Just curious, since I have this setup: Have you ever tested what happens when /cygdrive is renamed to /dev already ?? Regards, Jörg