summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/exceptions.cc
Commit message (Expand)AuthorAgeFilesLines
* * cygtls.h (_cygtls::reset_signal_arrived): Actually reset the signal_arrivedChristopher Faylor2013-04-091-42/+60
* * child_info.h (cygheap_exec_info::sigmask): Declare new field.Christopher Faylor2013-03-311-28/+37
* * exceptions.cc (exception::handle): Generalize comment.Christopher Faylor2013-03-281-1/+1
* * cygtls.h (_cygtls::signal_debugger): Change argument type.Christopher Faylor2013-03-091-22/+31
* Remove now-inappropriate comment.Christopher Faylor2013-03-011-2/+0
* * exceptions.cc (exception::handle): Eliminate buggy recursed value and justChristopher Faylor2013-03-011-3/+3
* * DevNotes: Add entry cgf-000022.Christopher Faylor2013-01-311-32/+14
* * exceptions.cc (exception::handle): Make attempt to recursively dump stackChristopher Faylor2013-01-231-1/+1
* * dcrt0.cc (dll_crt0_1): Comment assumption.Christopher Faylor2013-01-211-0/+4
* 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