summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/exceptions.cc
Commit message (Expand)AuthorAgeFilesLines
* * dcrt0.cc (do_global_dtors): Run DLL dtors.Christopher Faylor2005-04-141-0/+18
* * sync.h (muto::operator int): New operator.Christopher Faylor2005-04-051-8/+8
* Unify usage of CYG_MAX_PATH throughout. Change buffers fromCorinna Vinschen2005-04-031-1/+1
* * wininfo.h (wininfo::timer_active): Delete.Christopher Faylor2005-03-271-0/+23
* copyrightChristopher Faylor2005-02-201-1/+2
* * exceptions.cc: Make windows_system_directory non-static.Christopher Faylor2005-02-071-1/+1
* * pinfo.h (_pinfo::set_exit_state): Declare new function.Christopher Faylor2005-01-111-1/+1
* * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor2004-12-241-2/+2
* * child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor2004-11-261-27/+8
* * exceptions.cc (sig_handle_tty_stop): Set flag earlier.Christopher Faylor2004-09-201-1/+1
* * exceptions.cc (sig_handle_tty_stop): Set flag that we are in a cygwinChristopher Faylor2004-09-201-1/+3
* * exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor2004-09-121-0/+2
* Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor2004-09-031-2/+2
* * 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