aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/exceptions.cc
AgeCommit message (Expand)AuthorFilesLines
2004-02-26* exceptions.cc (setup_handler): Signal event for any sigwaitinfo if it existsChristopher Faylor1-0/+24
2004-02-21* exceptions.cc (sigpacket::process): Make sure that tls is filled in forChristopher Faylor1-3/+5
2004-02-14* dcrt0.cc (alloc_stack_hard_way): Revert to previous implementation.Christopher Faylor1-1/+4
2004-02-13* Makefile.in (clean): Remove sigfe.s.Christopher Faylor1-2/+2
2004-02-12Rename _threadinfo to _cygtls, throughout.Christopher Faylor1-60/+46
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-13/+13
2004-02-08* localtime.cc (localtime_r): Call tzset.Christopher Faylor1-10/+14
2004-02-01* cygerrno.h (set_errno): Set global errno whenever setting thread specificChristopher Faylor1-6/+5
2004-01-26* exceptions.cc (sig_handle_tty_stop): Avoid races by waiting for bothChristopher Faylor1-6/+22
2004-01-26* cygtls.cc (_threadinfo::init_thread): Add more local reent stdioChristopher Faylor1-1/+2
2004-01-23* configure.in: Remove NEWVFORK default.Christopher Faylor1-1/+1
2004-01-23* exceptions.cc (sig_handle_tty_stop): Fix boneheaded mistake by using correctChristopher Faylor1-1/+1
2004-01-22* cygtls.cc (_threadinfo::remove): Don't assume that we are removing _my_tls.Christopher Faylor1-5/+5
2004-01-19* cygwin/include/signal.h: Add copyright notice.Christopher Faylor1-70/+123
2004-01-14* cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor1-57/+30
2004-01-03* exceptions.cc (_threadinfo::interrupt_now): Avoid double call to sigdelayed.Christopher Faylor1-2/+1
2003-12-27* exceptions.cc (try_to_debug): Fix off-by-one problem when resettingChristopher Faylor1-3/+6
2003-12-26* path.cc (mount_item::build_win32): Backslashify paths in non-managed case.Christopher Faylor1-3/+2
2003-12-23* exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor1-105/+9
2003-12-17* pinfo.h (pinfo::operator ==): Add a way to check for _pinfo types.Christopher Faylor1-1/+1
2003-12-16* exceptions.cc (set_signal_mask): Report on input argument rather thanChristopher Faylor1-1/+1
2003-12-14* exceptions.cc (ctrl_c_handler): Remove this thread from the signal handlerChristopher Faylor1-0/+1
2003-12-14* cygthread.cc (cygthread::stub): Revert previous change and again subsumeChristopher Faylor1-7/+9
2003-12-07* exceptions.cc (_threadinfo::remove): Avoid a linked list walk.Christopher Faylor1-9/+7
2003-12-07* cygtls.h (_threadinfo::find_tls): New function.Christopher Faylor1-2/+4
2003-12-07* exceptions.cc (_threadinfo::remove): Avoid returning without unlockingChristopher Faylor1-7/+8
2003-12-06* cygtls.h: Add more "don't parse this" guards.Christopher Faylor1-2/+16
2003-12-05* exceptions.cc (setup_handler): Remove ill-advised debugging output.Christopher Faylor1-4/+0
2003-12-03* cygthread.cc (cygthread::stub): Properly establish _threadinfo environment.Christopher Faylor1-3/+16
2003-11-30* exceptions.cc (_threadinfo::pop): Zero *contents* of popped stack locationChristopher Faylor1-2/+2
2003-11-29* pinfo.h (_pinfo::getthread2signal): Remove obsolete function.Christopher Faylor1-2/+2
2003-11-28* pinfo.h (_pinfo::getsig): Remove obsolete function, here and throughout.Christopher Faylor1-8/+8
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor1-318/+255
2003-11-142003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-4/+4
2003-11-04 * external.cc (cygwin_internal): Add CW_GET_POSIX_SECURITY_ATTRIBUTECorinna Vinschen1-14/+0
2003-10-14 * exceptions.cc (ctrl_c_handler): Don't send SIGHUP onCorinna Vinschen1-5/+17
2003-09-272003-09-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-1/+1
2003-09-25* devices.cc: New file.Christopher Faylor1-29/+29
2003-09-16* exceptions.cc (sig_handle_tty_stop): Fix boneheaded mistake by using correctChristopher Faylor1-1/+1
2003-09-13* include/sys/cygwin.h: Rename PID_UNUSED to PID_MAP_RW.Christopher Faylor1-1/+1
2003-09-12* dcrt0.cc (_dll_crt0): Accommodate breaking apart of early_stuff_init.Christopher Faylor1-3/+10
2003-09-10* exceptions.cc (sig_handle_tty_stop): Check parent PID_NOCLDSTOP rather thanChristopher Faylor1-1/+1
2003-09-09* dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to beChristopher Faylor1-5/+4
2003-09-03* exceptions.cc (set_process_mask): Set pending signals only when signalsChristopher Faylor1-3/+7
2003-09-01* cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.Christopher Faylor1-12/+0
2003-08-31* Makefile.in (MALLOC_OFILES): Always fill in with correct malloc object.Christopher Faylor1-1/+0
2003-08-30* sigproc.cc (sig_dispatch_pending): Remove explicit call toChristopher Faylor1-0/+1
2003-08-29* exceptions.cc (sigreturn): Fix problem where old return address was notChristopher Faylor1-5/+7
2003-08-28* syscalls.cc (mount): Don't check win32_path when doing cygdrive mount.Christopher Faylor1-20/+14
2003-08-22* exceptions.cc (sigreturn): Don't clobber ebp in recursive signal calls.Christopher Faylor1-3/+3