summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/exceptions.cc
Commit message (Expand)AuthorAgeFilesLines
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-211-3/+3
* * exceptions.cc (ctrl_c_handler): Remove special-case handler forChristopher Faylor2013-01-191-8/+0
* * exceptions.cc (signal_exit): Move captive process termintation...Christopher Faylor2013-01-141-10/+8
* * cygerrno.h: Fix copyright.Corinna Vinschen2013-01-091-2/+0
* * cygtls.h (_cygtls::signal_exit): Delete from class.Christopher Faylor2013-01-021-87/+125
* * DevNotes: Add entry cgf-000019.Christopher Faylor2012-12-281-13/+6
* * exceptions.cc (sigpacket::process): Reorganize to avoid use of tls beforeChristopher Faylor2012-12-071-12/+12
* * sigproc.h (sigpacket): Remove parameter names from declarations.Christopher Faylor2012-12-071-2/+6
* * cygtls.h (_cygtls::get_signal_arrived): Add parameter to make lock/unlockChristopher Faylor2012-12-071-1/+1
* * cygtls.h (_cygtls::will_wait_for_signal): Rename from 'signal_waiting' toChristopher Faylor2012-12-041-5/+1
* * DevNotes: Add entry cgf-000016.Christopher Faylor2012-08-171-15/+13
* * exceptions.cc (sig_handle_tty_stop): Clear tls sig field.Christopher Faylor2012-08-171-1/+5
* * cygheap.cc (init_cygheap::find_tls): Don't consider unitialized threads.Christopher Faylor2012-08-161-21/+25
* Rename cancelable_wait -> cygwait throughout.Christopher Faylor2012-08-151-2/+2
* * cygtls.h (_cygtls::create_signal_arrived): New function.Christopher Faylor2012-08-151-2/+6
* * exceptions.cc (sigdelayed): Move declaration to sigproc.h.Christopher Faylor2012-08-151-2/+0
* * DevNotes: Add entry cgf-000014.Christopher Faylor2012-08-091-2/+2
* * exceptions.cc (sigdelayed): Simplify declaration.Christopher Faylor2012-08-031-5/+5
* * cygwait.cc (cancelable_wait): Add some debugging-only output.Christopher Faylor2012-07-301-33/+33
* * cygtls.cc (_cygtls::reset_signal_arrived): New function.Christopher Faylor2012-07-291-8/+11
* * DevNotes: Add entry cgf-000013.Christopher Faylor2012-07-211-119/+43
* * exceptions.cc (setup_handler): Remove unneeded assignment found by Clang.Christopher Faylor2012-07-041-1/+1
* * exceptions.cc (exception::handle): Use error_code in klog, as intended.Christopher Faylor2012-07-031-2/+1
* * Makefile.in: Add some more optimization flags for cygwait, malloc and path....Christopher Faylor2012-07-021-1/+1
* * exceptions.cc (RtlUnwind): Align declaration with MSDN.Corinna Vinschen2012-06-281-1/+1
* * exceptions.cc (exception::handle): Cast exception code to NTSTATUSCorinna Vinschen2012-06-271-1/+1
* * cygwait.h (LARGE_NULL): Define.Christopher Faylor2012-06-191-1/+1
* Revert errneous checkin.Christopher Faylor2012-06-191-3/+4
* * cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor2012-06-191-4/+3
* Add '#include "cygwait.h"' throughout, where appropriate.Christopher Faylor2012-06-171-1/+3
* * exceptions.cc (setup_handler): Make debugging output a little more verbose.Christopher Faylor2012-06-031-1/+1
* * exceptions.cc (ctrl_c_handler): Don't generate a SIGINT if we've execed aChristopher Faylor2012-03-291-2/+3
* * exception.h (stackdump): Declare.Christopher Faylor2012-02-121-13/+9
* * exceptions.cc (setup_handler): Reduce system_printf to sigproc_printf sinceChristopher Faylor2012-02-091-1/+1
* * exceptions.cc (set_signal_mask): Remove useless debugging output.Christopher Faylor2011-12-171-2/+0
* Implement fhandler reference counting.Christopher Faylor2011-12-171-0/+1
* * exceptions.cc (_cygtls::call_signal_handler): Fix debugging to not go toChristopher Faylor2011-12-161-1/+1
* * dcrt0.cc (init_windows_system_directory): Record system_wow64_directoryChristopher Faylor2011-12-131-10/+10
* * cygthread.h (cygthread::name): Very minor formatting tweak.Christopher Faylor2011-12-131-0/+1
* * exceptions.cc (ctrl_c_handler): YA in a series or reversions. Put backChristopher Faylor2011-12-101-9/+7
* * dll_init.cc (dll_dllcrt0): Don't try to initialize dll data if we'reChristopher Faylor2011-12-081-1/+0
* * exceptions.cc (ctrl_c_handler): Remove _my_tls.remove since it can causeChristopher Faylor2011-12-071-2/+0
* * exceptions.cc (exception::handle): Drop abbreviation for "exception" since IChristopher Faylor2011-12-041-19/+27
* * exceptions.cc (stackdump): Make global.Christopher Faylor2011-11-261-43/+1
* * exceptions.cc (sigpacket::process): Move signal_exit processing into...Christopher Faylor2011-11-261-11/+14
* Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor2011-11-141-14/+9
* * exceptions.cc (sigpacket::process): Avoid a potential deadlock when exitingChristopher Faylor2011-10-281-0/+1
* * cygtls.h (struct _local_storage): Add cw_timer member.Yaakov Selkowitz2011-08-031-1/+1
* * setup_handler (setup_handler): Change break to goto out, missed in 2011-07-06Christopher Faylor2011-07-131-1/+1
* * exceptions.cc (_cygtls::interrupt_now): Back out previous change since itChristopher Faylor2011-07-061-10/+4