summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/exceptions.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * exceptions.cc (_cygtls::interrupt_now): Don't check for spinning here.Christopher Faylor2011-07-061-4/+10
* * exceptions.cc (CALL_HANDLER_RETRY_INNER): Rename to reflect differentChristopher Faylor2011-07-061-42/+45
* whitespace eliminationChristopher Faylor2011-06-061-2/+2
* * exceptions.cc (ctrl_c_handler): Simplify test for no parent tty.Christopher Faylor2011-06-011-1/+1
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-1/+1
* * cygheap.h (init_cygheap::ctty): Use base class so that console can join inChristopher Faylor2011-04-171-7/+14
* * exceptions.cc (try_to_debug): Improve comment.Christopher Faylor2010-10-241-2/+3
* * autoload.cc (LoadDLLprime): Change dllname storage to string16.Corinna Vinschen2010-08-281-15/+0
* * exceptions.cc (open_stackdumpfile): Don't try to open file if weCorinna Vinschen2010-08-181-1/+4
* * exceptions.cc (_cygtls::interrupt_now): Revert to checking for "spinning"Christopher Faylor2010-08-011-3/+8
* * exceptions.cc (_cygtls::interrupt_now): Avoid nonsensical tests which delayChristopher Faylor2010-07-181-11/+4
* * exceptions.cc (dump_exception): Use %W instead of %s for printingCorinna Vinschen2010-06-291-1/+1
* * exceptions.cc (open_stackdumpfile): Correctly append .stackdumpCorinna Vinschen2010-06-011-2/+1
* * environ.cc (regopt): Change the first argument to wide char string.Christopher Faylor2010-05-181-9/+6
* * cygheap.h (struct init_cygheap): Add rlim_core member.Corinna Vinschen2010-04-201-7/+11
* Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor2010-03-121-2/+2
* Update some copyrights.Christopher Faylor2010-02-281-5/+6
* * cygtls.h (_cygtls::init_exception_handler): Eliminate argument.Christopher Faylor2010-02-261-2/+2
* Throughout, revert ill-conceived replacement of hMainThread withCorinna Vinschen2009-12-211-2/+2
* Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen2009-12-181-2/+2
* * exceptions.cc (_cygtls::signal_exit): There's no need to set signal_arrivedChristopher Faylor2009-10-081-1/+0
* * exceptions.cc: Move global variable sigExeced...Christopher Faylor2009-10-061-1/+0
* * exceptions.cc (sigpacket::process): Explicitly set thread-specific handlerChristopher Faylor2009-09-191-1/+2
* * exceptions.cc (sigpacket::process): Give sigwait() processing precedence evenChristopher Faylor2009-09-181-3/+4
* * exceptions.cc (handle_exceptions): Set si_addr according toEric Blake2009-07-231-1/+3
* * exceptions.cc (sig_handle_tty_stop): Set stopsig to SIGCONT when continuing.Christopher Faylor2009-07-181-0/+1
* * security.cc (set_file_sd): Drop using FILE_OPEN_FOR_RECOVERY flag inCorinna Vinschen2009-05-041-2/+1
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-2/+2
* * exceptions.cc (try_to_debug): Avoid creating a huge buffer on the stack.Christopher Faylor2008-12-301-3/+2
* * exceptions.c (sigpacket::process): Set tls on return since it is assumed toChristopher Faylor2008-11-291-0/+1
* * exceptions.cc (sigpacket::process): Rework previous change. tls could stillChristopher Faylor2008-11-281-14/+16