Re: [PATCH] add getconf(1)

2011-07-19 Thread Corinna Vinschen
Hi Yaakov, On Jul 18 21:20, Yaakov (Cygwin/X) wrote: This patch adds getconf(1) as required by POSIX: This looks good. I'm just wondering... on one hand the code seems to have nothing Cygwin-specifc and could be packed as an external package like any other POSIX tool, on the other hand I can

Re: [PATCH] add getconf(1)

2011-07-19 Thread Christopher Faylor
On Tue, Jul 19, 2011 at 09:43:43AM +0200, Corinna Vinschen wrote: On Jul 18 21:20, Yaakov (Cygwin/X) wrote: This patch adds getconf(1) as required by POSIX: This looks good. I'm just wondering... on one hand the code seems to have nothing Cygwin-specifc and could be packed as an external

[PATCH] clock_nanosleep(2)

2011-07-19 Thread Yaakov (Cygwin/X)
This patchset implements the POSIX clock_nanosleep(2) function: http://pubs.opengroup.org/onlinepubs/9699919799/functions/clock_nanosleep.html http://www.kernel.org/doc/man-pages/online/pages/man2/clock_nanosleep.2.html In summary, clock_nanosleep(2) replaces nanosleep(2) as the primary sleeping