Re: [PATCH] CPU-time clocks

2011-05-17 Thread Corinna Vinschen
On May 17 04:10, Yaakov (Cygwin/X) wrote: On Tue, 2011-05-17 at 07:58 +0200, Corinna Vinschen wrote: Thank you. You can apply it, but while I was looking into it, this occured to me: This conversion arithmetic from FILETIME to long long happens a lot in times.cc, even though it's

Re: Improvements to fork handling (1/5)

2011-05-17 Thread Ryan Johnson
Any feedback on these patches? On 11/05/2011 2:31 PM, Ryan Johnson wrote: Hi all, This is the first of a series of patches, sent in separate emails as requested. The first patch allows a child which failed due to address space clobbers to report cleanly back to the parent. As a result,

Re: Improvements to fork handling (1/5)

2011-05-17 Thread Christopher Faylor
On Tue, May 17, 2011 at 07:14:12AM -0400, Ryan Johnson wrote: Any feedback on these patches? I'll get to them eventually but I have some other Cygwin stuff which is occupying my attention currently. cgf

[PATCH] error.h

2011-05-17 Thread Yaakov (Cygwin/X)
This patch series adds error.h and the error(3) functions, a GNU extension: http://www.kernel.org/doc/man-pages/online/pages/man3/error.3.html I implemented this within Cygwin itself instead of newlib, because it is a GNU extension which depends on program_invocation_name, another GNU extension

Re: [PATCH] error.h

2011-05-17 Thread Christopher Faylor
On Tue, May 17, 2011 at 07:20:47PM -0500, Yaakov (Cygwin/X) wrote: This patch series adds error.h and the error(3) functions, a GNU extension: http://www.kernel.org/doc/man-pages/online/pages/man3/error.3.html I implemented this within Cygwin itself instead of newlib, because it is a GNU

Re: [PATCH] error.h

2011-05-17 Thread Charles Wilson
On 5/17/2011 8:20 PM, Yaakov (Cygwin/X) wrote: This patch series adds error.h and the error(3) functions, a GNU extension: http://www.kernel.org/doc/man-pages/online/pages/man3/error.3.html I implemented this within Cygwin itself instead of newlib, because it is a GNU extension which

Re: [PATCH] error.h

2011-05-17 Thread Yaakov (Cygwin/X)
On Tue, 2011-05-17 at 23:35 -0400, Charles Wilson wrote: On 5/17/2011 8:20 PM, Yaakov (Cygwin/X) wrote: This patch series adds error.h and the error(3) functions, a GNU extension: http://www.kernel.org/doc/man-pages/online/pages/man3/error.3.html Shouldn't the definitions in error.h