Re: [1.7] rename/renameat error

2009-09-26 Thread Christopher Faylor
On Fri, Sep 25, 2009 at 06:03:22PM -0600, Eric Blake wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >According to Christopher Faylor on 9/25/2009 9:11 AM: >>> >+ /* POSIX says mkdir("symlink-to-missing/") should create the >>> >+ directory "missing", but Linux rejects it with EEXIST.

fexecve, execvpe

2009-09-26 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 POSIX requires fexecve, and we had all the pieces ready to go. And to my surprise, we've had execvpe in the sources for a long time, but just failed to export it (glibc just added execvpe in 2.10). OK to apply, along with the corresponding patch to n

Re: fexecve, execvpe

2009-09-26 Thread Christopher Faylor
On Sat, Sep 26, 2009 at 02:18:00PM -0600, Eric Blake wrote: >POSIX requires fexecve, and we had all the pieces ready to go. And to >my surprise, we've had execvpe in the sources for a long time, but just >failed to export it (glibc just added execvpe in 2.10). OK to apply, >along with the corresp

Re: fexecve, execvpe

2009-09-26 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Christopher Faylor on 9/26/2009 2:37 PM: > Yes, thanks. Done. >> P.S Any reason that "dtable.h" and "cygheap.h" aren't self-contained? > > Since I don't know exactly what you're talking about I'll say "Yes". When I added just #include