aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/exceptions.cc
AgeCommit message (Expand)AuthorFilesLines
2005-03-27* wininfo.h (wininfo::timer_active): Delete.Christopher Faylor1-0/+23
2005-02-20copyrightChristopher Faylor1-1/+2
2005-02-07* exceptions.cc: Make windows_system_directory non-static.Christopher Faylor1-1/+1
2005-01-11* pinfo.h (_pinfo::set_exit_state): Declare new function.Christopher Faylor1-1/+1
2004-12-24* child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor1-2/+2
2004-11-26* child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor1-27/+8
2004-09-20* exceptions.cc (sig_handle_tty_stop): Set flag earlier.Christopher Faylor1-1/+1
2004-09-20* exceptions.cc (sig_handle_tty_stop): Set flag that we are in a cygwinChristopher Faylor1-1/+3
2004-09-12* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor1-0/+2
2004-09-03Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor1-2/+2
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor1-2/+2
2004-05-17Change the name "title_mutex" to "tty_mutex" throughout.Christopher Faylor1-6/+6
2004-03-15* exceptions.cc (try_to_debug): Report on tid of caller.Christopher Faylor1-2/+2
2004-03-12 * exceptions.cc (sigpacket::process): Simplify code slightly.Corinna Vinschen1-3/+1
2004-03-12* cygtls.h (waitq): Declare structure here.Christopher Faylor1-8/+27
2004-03-12* cygtls.cc (_cygtls::fixup_after_fork): Remove unneeded setting of oldmask.Christopher Faylor1-48/+24
2004-03-09* exceptions.cc (setup_handler): Avoid suspending a thread if it in a cygwinChristopher Faylor1-2/+2
2004-03-07* fork.cc (fork_parent): Save parent pid in a temporary variable since childChristopher Faylor1-8/+6
2004-03-04* gendef (sigreturn): Call stabilize_sig_stack to ensure that there are noChristopher Faylor1-0/+1
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