Re: [Patch]: mkdir -p and network drives

2005-05-18 Thread Christopher Faylor
On Wed, May 18, 2005 at 10:09:35PM -0700, Vance Turner wrote: >Additional note > >ls -lRC - not working >ls -RCl - working > >If you point out the source I will fix it. 1) This is not a bug reporting list. 2) This does not, as far as I can tell, have anything to do with the subject of this messag

RE: [Patch]: mkdir -p and network drives

2005-05-18 Thread Vance Turner
Additional note ls -lRC - not working ls -RCl - working If you point out the source I will fix it.

RE: [Patch]: mkdir -p and network drives

2005-05-18 Thread Vance Turner
I usually don't write you guys, I follow the thread to see how development is going. Just a note. The ls command is't quite right. Ls -lRC wil not recursively list the files and directories in verbose mode. The l flag seems to be ignored. -Original Message- From: [EMAIL PROTECTED] [mail

Re: gcc4 and local statics

2005-05-18 Thread Christopher Faylor
On Wed, May 18, 2005 at 11:51:55AM -0700, Brian Dessent wrote: >Corinna Vinschen wrote: > >> While this might help to avoid... something, I'm seriously wondering >> what's wrong with this expression. Why does each new version of gcc >> add new incompatibilities? > >I think I've figured this out.

gcc4 and local statics

2005-05-18 Thread Brian Dessent
Corinna Vinschen wrote: > While this might help to avoid... something, I'm seriously wondering > what's wrong with this expression. Why does each new version of gcc > add new incompatibilities? I think I've figured this out. PR/13684 added thread safety to initialization of local statics.[1] I

Re: [Patch]: mkdir -p and network drives

2005-05-18 Thread Pierre A. Humblet
- Original Message - From: "Corinna Vinschen" To: Sent: Wednesday, May 18, 2005 12:48 PM Subject: Re: [Patch]: mkdir -p and network drives > Hi Pierre, > > I don't see a reason why you moved telldir just a few lines up. > Any reasoning, perhaps together with a ChangeLog entry? Nope, i

Re: [patch] gcc4 fixes

2005-05-18 Thread Brian Dessent
Brian Dessent wrote: > entirely in their build scripts due to compiler problems. So who knows, > maybe I should try with a release build. With the release version of gcc 4.0.0 and without the mmap() kludge I get the same thing: FAIL: mmaptest01.c (execute) FAIL: mmaptest03.c (execute) FAIL: mma

Re: [Patch]: mkdir -p and network drives

2005-05-18 Thread Corinna Vinschen
Hi Pierre, On May 18 08:22, Pierre A. Humblet wrote: > Here is the implementation of mkdir and rmdir with fhandlers. Thanks for the patch. Chris is going to reply later today, but I have some questions beforehand. > +_off64_t > +fhandler_disk_file::telldir (DIR *dir) > +{ > + return dir->__d_p

Re: [patch] gcc4 fixes

2005-05-18 Thread Brian Dessent
Christopher Faylor wrote: > >While this might help to avoid... something, I'm seriously wondering > >what's wrong with this expression. Why does each new version of gcc > >add new incompatibilities? > > Well, it might actually be "a gcc bug". Here I admit to using a snapshot verion of gcc and n

Re: [patch] gcc4 fixes

2005-05-18 Thread Christopher Faylor
On Wed, May 18, 2005 at 10:01:33AM +0200, Corinna Vinschen wrote: >On May 17 15:50, Brian Dessent wrote: >> diff -u -r1.109 mmap.cc >> --- mmap.cc 2 May 2005 03:50:07 - 1.109 >> +++ mmap.cc 17 May 2005 22:40:14 - >> @@ -500,14 +500,14 @@ >> } >> } >> >> +static DWORD granula

Re: [patch] update documentation Was: cygwin-host-setup does not install sshd

2005-05-18 Thread Brian Dessent
Corinna Vinschen wrote: > > Alright. I am not sure how to push out the new version to the web site, > > so someone else will have to do that (or tell me what to do - check in > > the .html files into the website CVS or something?) > > Yep. cvs -d :ext:cygwin.com:/cvs/cygwin co htdocs Got it, t

Re: [Patch]: mkdir -p and network drives

2005-05-18 Thread Pierre A. Humblet
Here is the implementation of mkdir and rmdir with fhandlers. To prepare the day where proc_registry will allow writes, I have removed setting PATH_RO and an error return from path.cc (it's all handled in the fhandlers). I have also removed obsolete code about fhandler_cygdrive. There is another

Re: [patch] update documentation Was: cygwin-host-setup does not install sshd

2005-05-18 Thread Corinna Vinschen
On May 18 04:59, Brian Dessent wrote: > Corinna Vinschen wrote: > > > Looks good. Please check in. > > Alright. I am not sure how to push out the new version to the web site, > so someone else will have to do that (or tell me what to do - check in > the .html files into the website CVS or somet

Re: [patch] update documentation Was: cygwin-host-setup does not install sshd

2005-05-18 Thread Brian Dessent
Corinna Vinschen wrote: > Looks good. Please check in. Alright. I am not sure how to push out the new version to the web site, so someone else will have to do that (or tell me what to do - check in the .html files into the website CVS or something?) Brian

Re: [patch] update documentation Was: cygwin-host-setup does not install sshd

2005-05-18 Thread Corinna Vinschen
On May 18 03:37, Brian Dessent wrote: > * install.texinfo ("How do I uninstall..."): Rewrite to cover > removing services, dealing with permissions, and other common > tasks for removing Cygwin completely. Looks good. Please check in. Thanks, Corinna -- Corinna Vinschen

Re: [patch] update documentation Was: cygwin-host-setup does not install sshd

2005-05-18 Thread Brian Dessent
Corinna Vinschen wrote: > > 2005-05-17 Brian Dessent <[EMAIL PROTECTED]> > > http://cygwin.com/acronyms#PCYMTNQREAIYR ;-) Yeah, I know. Spammers have had my address for some time, I don't feel like hiding. Me SpamAssassin. :) > "Close all Cygwin command prompts, xterms, etc. and stop the

Re: [patch] update documentation Was: cygwin-host-setup does not install sshd

2005-05-18 Thread Corinna Vinschen
On May 17 20:37, Brian Dessent wrote: > 2005-05-17 Brian Dessent <[EMAIL PROTECTED]> http://cygwin.com/acronyms#PCYMTNQREAIYR ;-) I'd send ChangeLogs always without the head line. > * install.texinfo ("How do I uninstall..."): Rewrite to cover > removing services, dealing with perm

Re: [patch] gcc4 fixes

2005-05-18 Thread Corinna Vinschen
On May 17 15:50, Brian Dessent wrote: > diff -u -r1.109 mmap.cc > --- mmap.cc 2 May 2005 03:50:07 - 1.109 > +++ mmap.cc 17 May 2005 22:40:14 - > @@ -500,14 +500,14 @@ > } > } > > +static DWORD granularity = getshmlba (); > + > extern "C" void * > mmap64 (void *addr, size