newlib/winsup
Christopher Faylor a611ae50d5 * exceptions.cc (sigtid): Remove declaration.
(handle_exceptions): Use _sig_tls rather than sigtid to determine if this is
the signal thread.
(set_signal_mask): Ditto for conditionalized CGF code.
* pinfo.cc (pinfo::exit): Exit the thread if we forcefully terminated the main
thread
* sigproc.cc (sigtid): Delete.
(_sig_tls): Define.
(sig_clear): Use _sig_tls rather than sigtid to determine if this is the signal
thread.
(sig_dispatch_pending): Ditto.
(wait_sig): Set _sig_tls here.
* dcrt0.cc (do_exit): Move sigproc_terminate call later since signal handling
was still needed for subsequent stuff.  Call sigproc_terminate with new
exit_state value.
* pinfo.cc (pinfo::exit): Call sigproc_terminate with new exit_state value.
* sigproc.cc (proc_terminate): Remove unnecessary (void) parameter.
(sigproc_terminate): Ditto.  Add new argument to accept exit state to be set.
(wait_sig): Reorganize __SIGEXIT handling.  Add more debugging output.
* winsup.h (sigproc_terminate): Declare with new exit_state argument.
(exit_states): Reorganize to reflect new exit ordering of sigproc_terminate.
2005-09-14 14:00:07 +00:00
..
cygserver * cygserver.cc (main): Call wincap.init() earlier to avoid a NULL dereference. 2005-08-08 19:46:48 +00:00
cygwin * exceptions.cc (sigtid): Remove declaration. 2005-09-14 14:00:07 +00:00
doc 2005-08-26 Brian Dessent <brian@dessent.net> 2005-08-27 04:53:15 +00:00
mingw * mingwex/fe*.c: Revert previous changes. 2005-08-25 08:39:54 +00:00
subauth
testsuite * winsup.api/pthread/cancel2.c: Use explicit initializer for mutex. 2005-06-11 04:59:53 +00:00
utils * regtool.cc: Extend copyright-years. 2005-09-08 09:24:41 +00:00
w32api * include/reason.h [_WIN32_WINNT >= 0x0501] 2005-09-08 13:55:46 +00:00
ChangeLog
configure
configure.in
CYGWIN_LICENSE
Makefile.common update copyright 2005-07-26 00:38:54 +00:00
Makefile.in