summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/exceptions.cc
Commit message (Expand)AuthorAgeFilesLines
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-2/+2
* Change the name "title_mutex" to "tty_mutex" throughout.Christopher Faylor2004-05-171-6/+6
* * exceptions.cc (try_to_debug): Report on tid of caller.Christopher Faylor2004-03-151-2/+2
* * exceptions.cc (sigpacket::process): Simplify code slightly.Corinna Vinschen2004-03-121-3/+1
* * cygtls.h (waitq): Declare structure here.Christopher Faylor2004-03-121-8/+27
* * cygtls.cc (_cygtls::fixup_after_fork): Remove unneeded setting of oldmask.Christopher Faylor2004-03-121-48/+24
* * exceptions.cc (setup_handler): Avoid suspending a thread if it in a cygwinChristopher Faylor2004-03-091-2/+2
* * fork.cc (fork_parent): Save parent pid in a temporary variable since childChristopher Faylor2004-03-071-8/+6
* * gendef (sigreturn): Call stabilize_sig_stack to ensure that there are noChristopher Faylor2004-03-041-0/+1
* * exceptions.cc (setup_handler): Signal event for any sigwaitinfo if it existsChristopher Faylor2004-02-261-0/+24
* * exceptions.cc (sigpacket::process): Make sure that tls is filled in forChristopher Faylor2004-02-211-3/+5
* * dcrt0.cc (alloc_stack_hard_way): Revert to previous implementation.Christopher Faylor2004-02-141-1/+4
* * Makefile.in (clean): Remove sigfe.s.Christopher Faylor2004-02-131-2/+2
* Rename _threadinfo to _cygtls, throughout.Christopher Faylor2004-02-121-60/+46
* * 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