summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/exceptions.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * exceptions.cc (ctrl_c_handler): Convert windows pid to cygwin pid whenChristopher Faylor2002-01-201-1/+1
* * exceptions.cc (sig_handle_tty_stop): Don't send SIGCHLD if parent doesn'tChristopher Faylor2002-01-191-2/+4
* Add copyright stuffChristopher Faylor2002-01-131-1/+1
* * exceptions.cc (sig_handle): Accept a second argument indicating whether theChristopher Faylor2002-01-111-3/+3
* * exceptions.cc (early_stuff_init): Rename from misnamed set_console_handler.Christopher Faylor2002-01-101-9/+21
* exceptions.cc (sig_handle): Set default action for SIGURG to SIG_IGN.Corinna Vinschen2002-01-051-1/+2
* * dtable.cc (dtable::vfork_parent_restore): Add debugging statement.Christopher Faylor2001-11-241-6/+6
* * exceptions.cc: Add stdlib.h include for alloca declaration.Christopher Faylor2001-11-151-0/+1
* * environ.cc: Set reset_com to false to mimic linux behavior more closely.Christopher Faylor2001-10-311-0/+1
* * autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.Christopher Faylor2001-10-131-2/+2
* * cygheap.cc (cfree): Remove malloc debugging probe.Christopher Faylor2001-10-031-1/+4
* * exceptions.cc (setup_handler): Always relinquish lock after we'veChristopher Faylor2001-09-221-5/+1
* * exceptions.cc (call_signal_handler_now): Add additional guard againstChristopher Faylor2001-09-121-0/+6
* * sigproc.h (sigframe::unregister): Return true/false whether this frame isChristopher Faylor2001-09-121-2/+2
* * cygheap.cc (cygheap_fixup_in_child): Don't consider a NULL bucket as aChristopher Faylor2001-09-061-1/+3
* * exceptions.cc (ctrl_c_handler): Only send SIGINT when we have a controllingChristopher Faylor2001-09-051-5/+3
* * syscalls.cc (setsid): Detach process from its console if the currentChristopher Faylor2001-07-261-4/+10
* Change check_null_empty_path* to check_null_empty_str* throughout.Christopher Faylor2001-06-281-1/+1
* * exceptions.cc (interrupt_setup): Move actions from setup_handler to here.Christopher Faylor2001-06-241-69/+61
* * exceptions.cc (sig_handle_tty_stop): Reset PID_STOPPED if not actuallyChristopher Faylor2001-06-161-1/+4
* * exceptions.cc (sigdelayed): Ensure that signal is cleared as the lastChristopher Faylor2001-06-101-1/+1
* * exceptions.cc (handle_exceptions): Bump repeat count for debugging kick out.Christopher Faylor2001-05-241-1/+1
* * exceptions.cc (handle_exceptions): Don't print message when executing from aChristopher Faylor2001-05-111-2/+2
* * cygheap.cc (_cfree): Add regparm attribute.Christopher Faylor2001-05-081-2/+3
* * exceptions.cc (handle_exceptions): Vastly increase test for exception loopChristopher Faylor2001-05-051-2/+5
* * exceptions.cc (stack_info): Add some controls.Christopher Faylor2001-05-051-19/+28
* Revert much of previous erroneous checkin. Add ChangeLog entry.Christopher Faylor2001-05-041-3/+3
* * exceptions.cc (ctrl_c_handler): Always send signal to process if it has noChristopher Faylor2001-05-041-5/+5
* * exceptions.cc (handle_exceptions): Break out of "loop" if the debuggerChristopher Faylor2001-05-031-1/+1