summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/exceptions.cc
Commit message (Expand)AuthorAgeFilesLines
* * exceptions.cc (dummy_ctrl_c_handler): Remove.Corinna Vinschen2007-02-231-11/+2
* * exceptions.cc (_cygtls::signal_exit): Only call myself.exit when whenChristopher Faylor2007-02-201-2/+2
* Remove extraneous whitespace.Christopher Faylor2007-02-201-1/+1
* 2006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen2006-07-251-4/+5
* GCC 4.1 fixes.Christopher Faylor2006-07-171-1/+2
* * exceptions.cc (_cygtls::handle_exceptions): Call newCorinna Vinschen2006-07-131-5/+9
* * dcrt0.cc (dll_crt0_0): Call tty_list::init_session here.Christopher Faylor2006-06-031-15/+2
* * cygtls.h (CYGTLS_PADSIZE): Bump up or suffer a regrettable collision with theChristopher Faylor2006-06-031-1/+2
* white spaceChristopher Faylor2006-05-281-2/+2
* * child_info.h (_CI_SAW_CTRL_C): New enum.Christopher Faylor2006-05-221-5/+7
* * exceptions.cc (ctrl_c_handler): Only exit TRUE on CTRL_LOGOFF_EVENT when weChristopher Faylor2006-04-181-20/+12
* * child_info.h (child_status): Fix typo which made it impossible to setChristopher Faylor2006-03-221-3/+3
* * dcrt0.cc (dll_crt0_0): Don't bother with setting init_console_handler hereChristopher Faylor2006-03-201-3/+3
* * child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor2006-03-181-2/+4
* * cygheap.cc (init_cygheap::manage_console_count): Turn console control handlerChristopher Faylor2006-03-161-1/+1
* * child_info.h (child_info_fork::handle_failure): Declare new function.Christopher Faylor2006-03-131-1/+0
* * exceptions.cc (_cygtls::interrupt_now): Remove "inside cygwin" check sinceChristopher Faylor2006-02-281-1/+1
* * winsup.h (cygwin_hmodule): Declare.Christopher Faylor2006-02-231-8/+12
* * exceptions.cc (_cygtls::interrupt_now): Reorder conditionalCorinna Vinschen2006-02-221-1/+1
* * exceptions.cc (stackdump): Avoid dumping more than once.Christopher Faylor2006-02-201-1/+4
* * cygwin.din: Export sigignore and sigset.Corinna Vinschen2006-02-161-0/+44
* Always zero all elements of siginfo_t throughout.Christopher Faylor2006-02-061-25/+47
* * exceptions.cc (inside_kernel): Fix to return true if we can't get the name ofChristopher Faylor2006-01-271-1/+1
* add copyrightChristopher Faylor2006-01-021-1/+1
* * exceptions.cc (sigpacket::process): Pass actual reference to signal'sChristopher Faylor2006-01-011-2/+3
* * exceptions.cc (_cygtls::interrupt_setup): Implement SA_RESETHAND.Christopher Faylor2006-01-011-0/+2
* * exceptions.cc (_cygtls::handle_exceptions): Drop redundant `break'.Corinna Vinschen2005-12-271-1/+0
* * exceptions.cc (inside_kernel): Rename from interruptible.Corinna Vinschen2005-12-271-3/+3
* * exceptions.cc (interruptible): New function, code stripped fromCorinna Vinschen2005-12-271-28/+64
* * cygtls.cc (_cygtls::handle_threadlist_exception): Make an error fatal.Christopher Faylor2005-12-231-7/+7
* whitespace cleanup to force snapshot.Christopher Faylor2005-12-221-7/+7
* * cygtls.h (_cygtls::interrupt_now): Subsume interruptible().Christopher Faylor2005-12-201-18/+20
* * winsup.h (child_copy): Change prototype to match new functionality.Christopher Faylor2005-12-171-11/+6
* * exceptions.cc (_cygtls::handle_exceptions): In case of aCorinna Vinschen2005-12-071-0/+7
* Remove unneeded whitespace.Christopher Faylor2005-12-051-11/+11
* * include/exceptions.h (exception_list): Revert previous change. WindowsChristopher Faylor2005-12-031-3/+4
* * cygtls.h (_cygtls::el): New field.Christopher Faylor2005-12-031-44/+36
* * exceptions.cc (handle_exceptions): Translate a guard page exception to aChristopher Faylor2005-12-011-1/+5
* * heap.cc: Remove spurious getpagesize declaration.Christopher Faylor2005-11-251-1/+6
* * include/sys/elf64.h: Fix types to reflect linux usage.Christopher Faylor2005-11-141-0/+2
* * include/sys/cygwin.h: Define CYGWIN_SIGNAL_STRING.Christopher Faylor2005-11-011-5/+6
* * exceptions.cc (signal_exit): Eliminate setting of main thread priority sinceChristopher Faylor2005-10-291-4/+2
* Change process_lock to lock_process throughout. Change all calls to newChristopher Faylor2005-10-171-1/+1
* * cygheap.h (class process_lock): New class.Christopher Faylor2005-10-031-1/+5
* * dcrt0.cc (get_exit_lock): Use myself.lock rather than exit_lock.Christopher Faylor2005-10-021-3/+0
* * dcrt0.cc (do_exit): Don't set ES_SET_MUTO here. Call get_exit_lock()Christopher Faylor2005-09-301-3/+9
* * exceptions.cc (_cygtls::call_signal_handler): Minor cleanup.Christopher Faylor2005-09-261-3/+5
* * exceptions.cc (handle_exceptions): Just si_code to SI_KERNEL first and let itChristopher Faylor2005-09-261-5/+10
* * exceptions.cc (handle_exceptions): Properly fill out si_code.Christopher Faylor2005-09-261-13/+14
* Semi-reversion of always-exit-from-sigthread change of 2005-09-15.Christopher Faylor2005-09-231-6/+3