summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/exceptions.cc
Commit message (Expand)AuthorAgeFilesLines
* * exceptions.cc (sigreturn): Don't clobber ebp in recursive signal calls.Christopher Faylor2003-08-221-3/+3
* * exceptions.cc (sig_handle): Change so that default signals indicate success.Christopher Faylor2003-08-221-1/+1
* * exceptions.cc (interrupt_setup): Set sigsave.sig last to avoid a race.Christopher Faylor2003-08-201-1/+1
* * sigproc.cc (wait_sig): Ensure that myself->getsigtodo array is flushed on aChristopher Faylor2003-08-201-4/+5
* * exceptions.cc (pending_signals): Remove unneeded declaration.Christopher Faylor2003-08-201-1/+0
* Throughout, eliminate argument to sig_dispatch_pending.Christopher Faylor2003-08-191-13/+7
* * exceptions.cc (sigdelayed): Fix race where signal handler could get the wrongChristopher Faylor2003-08-191-2/+2
* * exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if thereChristopher Faylor2003-07-261-4/+8
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * exceptions.cc (ctrl_c_handler): Don't send a signal onCorinna Vinschen2003-06-121-0/+6
* * spawn.cc (spawn_guts): Call CreateProcess while impersonated,Corinna Vinschen2003-06-091-1/+1
* * cygheap.cc (init_cheap): Temporarily remove inline that newer gcc's haveChristopher Faylor2003-05-301-3/+2
* * shared_info.h: Match shared_name declaration with below change.Corinna Vinschen2003-05-211-1/+3
* * Makefile.in: Add finline-functions optimization to CXXFLAGS.Thomas Pfaff2003-04-171-3/+1
* * exceptions.cc (setup_handler): Make sure winapi lock is released when exitingChristopher Faylor2003-03-311-0/+1
* * sigproc.h (signal_fixup_after_exec): Eliminate argument in declaration.Christopher Faylor2003-03-201-2/+2
* * exceptions.cc (try_to_debug): Don't reset priority when returning fromChristopher Faylor2003-02-141-3/+2
* Christopher Faylor <cgf@redhat.com>Christopher Faylor2003-02-071-4/+7
* Eliminate most unneeded this-> pointers throughout.Christopher Faylor2003-02-041-1/+1
* Apply handle_sigsuspend patchThomas Pfaff2003-01-141-1/+2
* Split ChangeLog, create ChangeLog-2002.Corinna Vinschen2003-01-101-1/+1
* * dtable.h (dtable::in_vfork_cleanup): New function. True if vfork cleanupChristopher Faylor2003-01-031-1/+1
* * exceptions.cc (events_init): Display name of mutex on failure.Christopher Faylor2002-12-301-2/+3
* * exceptions.cc (events_init): Initialize critical section to control exitingChristopher Faylor2002-12-251-0/+4
* * cygthread.h (cygthread::stack_ptr): New element.Christopher Faylor2002-12-111-0/+1
* * exceptions.cc (handle_sigsuspend): Force pending signal delivery beforeChristopher Faylor2002-11-221-0/+1
* * exceptions.cc (sigthread::get_winapi_lock): Just do standard 'give upChristopher Faylor2002-11-221-54/+62
* * exceptions.cc (setup_handler): Add debugging output. Set thread priority toChristopher Faylor2002-11-151-2/+10
* * miscfuncs.cc (low_priority_sleep): New function. Use throughout where codeChristopher Faylor2002-11-131-3/+3
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2002-10-141-1/+1
* * cygthread.cc (cygthread::stub): Don't create event for long-running threads.Christopher Faylor2002-10-131-1/+0
* * cygthread.cc (cygthread::stub): Very minor cleanup.Christopher Faylor2002-10-061-2/+1
* * exceptions.cc (unused_sig_wrapper): Still need additional level ofChristopher Faylor2002-09-301-2/+3
* Remove \n from calls to strace class printfs throughout.Christopher Faylor2002-09-301-1/+1
* * exceptions.cc (unused_sig_wrapper): Accommodate newer compilers.Christopher Faylor2002-09-301-4/+9
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-3/+3
* * sigproc.cc (sigCONT): Define.Christopher Faylor2002-08-181-5/+6
* * exceptions.cc (interrupt_setup): Ensure that the previous signal mask isChristopher Faylor2002-08-161-1/+2
* * assert.cc (__assert): Call debugger on assertion failure if debugging.Christopher Faylor2002-08-111-7/+8
* * path.cc (path_conv::check): Always set fileattr when component == 0.Christopher Faylor2002-07-241-1/+1
* * dcrt0.cc (initial_env): Force path and CYGWIN_DEBUG contents to lower case.Christopher Faylor2002-07-151-6/+7
* * dcrt0.cc (dll_crt0_1): Move debug_init call back to here. Avoid a compilerChristopher Faylor2002-07-141-1/+1
* * dcrt0.cc (dll_crt0_1): Delay closing of some handles until cygheap has beenChristopher Faylor2002-07-131-1/+1
* * debug.h (handle_list): Move here from debug.cc. Add "inherit" flagChristopher Faylor2002-07-131-1/+1
* * autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor2002-05-281-1/+1
* * debug.h (being_debugged): New macro.Christopher Faylor2002-05-271-1/+1
* * sync.h (new_muto): Just accept an argument which denotes the name of theChristopher Faylor2002-02-221-1/+1
* * times.cc (hires::prime): Restore thread priority on failure condition.Christopher Faylor2002-02-171-1/+1
* * exceptions.cc (unused_sig_wrapper): Eliminate unused parameter to asm.Christopher Faylor2002-02-141-3/+3
* * speclib: Don't use /dev/null as DLL name. Just default to what's already inChristopher Faylor2002-01-211-3/+0