newlib/winsup
Christopher Faylor 280fdd0b67 * dcrt0.cc (getstack): New function.
(alloc_stack): Use tls stuff for stack info rather than calling VirtualQuery.
(dll_crt0_0): Initialize _impure_ptr stuff much earlier.  Move
init_console_handler here.
* fork.cc (class frok): New class renamed from local fork() struct.
(stack_base): Change argument type.  Use tls stuff to determine stack info
rather than calling VirtualQuery.
(frok::child): Rename from fork_child.  Eliminate now unneeded arguments.
(frok::parent): Rename from fork_parent and ditto.  Set error and errno as
appropriate.  Fixup impersonation in cleanup, if needed.  Try harder to set
errno appropriately.
(fork): Define "grouped" as a frok type.  Deal with errors from fork_parent
here.
* init.cc (dll_entry): Remove init_console_handler call.
2005-09-28 15:18:49 +00:00
..
cygserver * cygserver.cc (main): Call wincap.init() earlier to avoid a NULL dereference. 2005-08-08 19:46:48 +00:00
cygwin * dcrt0.cc (getstack): New function. 2005-09-28 15:18:49 +00:00
doc 2005-09-25 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> 2005-09-26 00:29:51 +00:00
mingw * include/math.h (HUGE_VALF, HUGE_VALL, INFINITY, NAN) 2005-09-24 01:26:24 +00:00
subauth
testsuite * winsup.api/pthread/cancel2.c: Use explicit initializer for mutex. 2005-06-11 04:59:53 +00:00
utils Fix typo. 2005-09-21 22:27:38 +00:00
w32api 2005-09-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> 2005-09-23 22:41:24 +00:00
CYGWIN_LICENSE
ChangeLog * Makefile.common: Add -dD to options when creating preprocess files. 2005-03-23 03:22:27 +00:00
Makefile.common update copyright 2005-07-26 00:38:54 +00:00
Makefile.in * Makefile.in: Make cygserver depending on cygwin. 2003-11-23 09:02:26 +00:00
configure * configure.in: Make --use-server the default. 2003-11-20 19:31:52 +00:00
configure.in * configure.in: Make --use-server the default. 2003-11-20 19:31:52 +00:00