summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/exceptions.cc
Commit message (Expand)AuthorAgeFilesLines
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-13/+13
* * localtime.cc (localtime_r): Call tzset.Christopher Faylor2004-02-081-10/+14
* * cygerrno.h (set_errno): Set global errno whenever setting thread specificChristopher Faylor2004-02-011-6/+5
* * exceptions.cc (sig_handle_tty_stop): Avoid races by waiting for bothChristopher Faylor2004-01-261-6/+22
* * cygtls.cc (_threadinfo::init_thread): Add more local reent stdioChristopher Faylor2004-01-261-1/+2
* * configure.in: Remove NEWVFORK default.Christopher Faylor2004-01-231-1/+1
* * exceptions.cc (sig_handle_tty_stop): Fix boneheaded mistake by using correctChristopher Faylor2004-01-231-1/+1
* * cygtls.cc (_threadinfo::remove): Don't assume that we are removing _my_tls.Christopher Faylor2004-01-221-5/+5
* * cygwin/include/signal.h: Add copyright notice.Christopher Faylor2004-01-191-70/+123
* * cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor2004-01-141-57/+30
* * exceptions.cc (_threadinfo::interrupt_now): Avoid double call to sigdelayed.Christopher Faylor2004-01-031-2/+1
* * exceptions.cc (try_to_debug): Fix off-by-one problem when resettingChristopher Faylor2003-12-271-3/+6
* * path.cc (mount_item::build_win32): Backslashify paths in non-managed case.Christopher Faylor2003-12-261-3/+2
* * exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor2003-12-231-105/+9
* * pinfo.h (pinfo::operator ==): Add a way to check for _pinfo types.Christopher Faylor2003-12-171-1/+1
* * exceptions.cc (set_signal_mask): Report on input argument rather thanChristopher Faylor2003-12-161-1/+1
* * exceptions.cc (ctrl_c_handler): Remove this thread from the signal handlerChristopher Faylor2003-12-141-0/+1
* * cygthread.cc (cygthread::stub): Revert previous change and again subsumeChristopher Faylor2003-12-141-7/+9
* * exceptions.cc (_threadinfo::remove): Avoid a linked list walk.Christopher Faylor2003-12-071-9/+7
* * cygtls.h (_threadinfo::find_tls): New function.Christopher Faylor2003-12-071-2/+4
* * exceptions.cc (_threadinfo::remove): Avoid returning without unlockingChristopher Faylor2003-12-071-7/+8
* * cygtls.h: Add more "don't parse this" guards.Christopher Faylor2003-12-061-2/+16
* * exceptions.cc (setup_handler): Remove ill-advised debugging output.Christopher Faylor2003-12-051-4/+0
* * cygthread.cc (cygthread::stub): Properly establish _threadinfo environment.Christopher Faylor2003-12-031-3/+16
* * exceptions.cc (_threadinfo::pop): Zero *contents* of popped stack locationChristopher Faylor2003-11-301-2/+2
* * pinfo.h (_pinfo::getthread2signal): Remove obsolete function.Christopher Faylor2003-11-291-2/+2
* * pinfo.h (_pinfo::getsig): Remove obsolete function, here and throughout.Christopher Faylor2003-11-281-8/+8
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-318/+255
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-141-4/+4
* * external.cc (cygwin_internal): Add CW_GET_POSIX_SECURITY_ATTRIBUTECorinna Vinschen2003-11-041-14/+0
* * exceptions.cc (ctrl_c_handler): Don't send SIGHUP onCorinna Vinschen2003-10-141-5/+17
* 2003-09-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-271-1/+1
* * devices.cc: New file.Christopher Faylor2003-09-251-29/+29
* * exceptions.cc (sig_handle_tty_stop): Fix boneheaded mistake by using correctChristopher Faylor2003-09-161-1/+1
* * include/sys/cygwin.h: Rename PID_UNUSED to PID_MAP_RW.Christopher Faylor2003-09-131-1/+1
* * dcrt0.cc (_dll_crt0): Accommodate breaking apart of early_stuff_init.Christopher Faylor2003-09-121-3/+10
* * exceptions.cc (sig_handle_tty_stop): Check parent PID_NOCLDSTOP rather thanChristopher Faylor2003-09-101-1/+1
* * dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to beChristopher Faylor2003-09-091-5/+4
* * exceptions.cc (set_process_mask): Set pending signals only when signalsChristopher Faylor2003-09-031-3/+7
* * cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.Christopher Faylor2003-09-011-12/+0
* * Makefile.in (MALLOC_OFILES): Always fill in with correct malloc object.Christopher Faylor2003-08-311-1/+0
* * sigproc.cc (sig_dispatch_pending): Remove explicit call toChristopher Faylor2003-08-301-0/+1
* * exceptions.cc (sigreturn): Fix problem where old return address was notChristopher Faylor2003-08-291-5/+7
* * syscalls.cc (mount): Don't check win32_path when doing cygdrive mount.Christopher Faylor2003-08-281-20/+14
* * exceptions.cc (sigreturn): Don't clobber ebp in recursive signal calls.Christopher Faylor2003-08-221-3/+3
* * exceptions.cc (sig_handle): Change so that default signals indicate success.Christopher Faylor2003-08-221-1/+1
* * exceptions.cc (interrupt_setup): Set sigsave.sig last to avoid a race.Christopher Faylor2003-08-201-1/+1
* * sigproc.cc (wait_sig): Ensure that myself->getsigtodo array is flushed on aChristopher Faylor2003-08-201-4/+5
* * exceptions.cc (pending_signals): Remove unneeded declaration.Christopher Faylor2003-08-201-1/+0
* Throughout, eliminate argument to sig_dispatch_pending.Christopher Faylor2003-08-191-13/+7