aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/exceptions.cc
AgeCommit message (Expand)AuthorFilesLines
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor1-3/+3
2002-08-18* sigproc.cc (sigCONT): Define.Christopher Faylor1-5/+6
2002-08-16* exceptions.cc (interrupt_setup): Ensure that the previous signal mask isChristopher Faylor1-1/+2
2002-08-11* assert.cc (__assert): Call debugger on assertion failure if debugging.Christopher Faylor1-7/+8
2002-07-24* path.cc (path_conv::check): Always set fileattr when component == 0.Christopher Faylor1-1/+1
2002-07-15* dcrt0.cc (initial_env): Force path and CYGWIN_DEBUG contents to lower case.Christopher Faylor1-6/+7
2002-07-14* dcrt0.cc (dll_crt0_1): Move debug_init call back to here. Avoid a compilerChristopher Faylor1-1/+1
2002-07-13* dcrt0.cc (dll_crt0_1): Delay closing of some handles until cygheap has beenChristopher Faylor1-1/+1
2002-07-13* debug.h (handle_list): Move here from debug.cc. Add "inherit" flagChristopher Faylor1-1/+1
2002-05-28* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor1-1/+1
2002-05-27* debug.h (being_debugged): New macro.Christopher Faylor1-1/+1
2002-02-22* sync.h (new_muto): Just accept an argument which denotes the name of theChristopher Faylor1-1/+1
2002-02-17* times.cc (hires::prime): Restore thread priority on failure condition.Christopher Faylor1-1/+1
2002-02-14* exceptions.cc (unused_sig_wrapper): Eliminate unused parameter to asm.Christopher Faylor1-3/+3
2002-01-21* speclib: Don't use /dev/null as DLL name. Just default to what's already inChristopher Faylor1-3/+0
2002-01-20* exceptions.cc (ctrl_c_handler): Convert windows pid to cygwin pid whenChristopher Faylor1-1/+1
2002-01-19* exceptions.cc (sig_handle_tty_stop): Don't send SIGCHLD if parent doesn'tChristopher Faylor1-2/+4
2002-01-13Add copyright stuffChristopher Faylor1-1/+1
2002-01-11* exceptions.cc (sig_handle): Accept a second argument indicating whether theChristopher Faylor1-3/+3
2002-01-10* exceptions.cc (early_stuff_init): Rename from misnamed set_console_handler.Christopher Faylor1-9/+21
2002-01-05 exceptions.cc (sig_handle): Set default action for SIGURG to SIG_IGN.Corinna Vinschen1-1/+2
2001-11-24* dtable.cc (dtable::vfork_parent_restore): Add debugging statement.Christopher Faylor1-6/+6
2001-11-15* exceptions.cc: Add stdlib.h include for alloca declaration.Christopher Faylor1-0/+1
2001-10-31* environ.cc: Set reset_com to false to mimic linux behavior more closely.Christopher Faylor1-0/+1
2001-10-13* autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.Christopher Faylor1-2/+2
2001-10-03* cygheap.cc (cfree): Remove malloc debugging probe.Christopher Faylor1-1/+4
2001-09-22* exceptions.cc (setup_handler): Always relinquish lock after we'veChristopher Faylor1-5/+1
2001-09-12* exceptions.cc (call_signal_handler_now): Add additional guard againstChristopher Faylor1-0/+6
2001-09-12* sigproc.h (sigframe::unregister): Return true/false whether this frame isChristopher Faylor1-2/+2
2001-09-06* cygheap.cc (cygheap_fixup_in_child): Don't consider a NULL bucket as aChristopher Faylor1-1/+3
2001-09-05* exceptions.cc (ctrl_c_handler): Only send SIGINT when we have a controllingChristopher Faylor1-5/+3
2001-07-26* syscalls.cc (setsid): Detach process from its console if the currentChristopher Faylor1-4/+10
2001-06-28Change check_null_empty_path* to check_null_empty_str* throughout.Christopher Faylor1-1/+1
2001-06-24* exceptions.cc (interrupt_setup): Move actions from setup_handler to here.Christopher Faylor1-69/+61
2001-06-16* exceptions.cc (sig_handle_tty_stop): Reset PID_STOPPED if not actuallyChristopher Faylor1-1/+4
2001-06-10* exceptions.cc (sigdelayed): Ensure that signal is cleared as the lastChristopher Faylor1-1/+1
2001-05-24* exceptions.cc (handle_exceptions): Bump repeat count for debugging kick out.Christopher Faylor1-1/+1
2001-05-11* exceptions.cc (handle_exceptions): Don't print message when executing from aChristopher Faylor1-2/+2
2001-05-08* cygheap.cc (_cfree): Add regparm attribute.Christopher Faylor1-2/+3
2001-05-05* exceptions.cc (handle_exceptions): Vastly increase test for exception loopChristopher Faylor1-2/+5
2001-05-05* exceptions.cc (stack_info): Add some controls.Christopher Faylor1-19/+28
2001-05-04Revert much of previous erroneous checkin. Add ChangeLog entry.Christopher Faylor1-3/+3
2001-05-04* exceptions.cc (ctrl_c_handler): Always send signal to process if it has noChristopher Faylor1-5/+5
2001-05-03* exceptions.cc (handle_exceptions): Break out of "loop" if the debuggerChristopher Faylor1-1/+1
2001-04-30* exceptions.cc (INIT_EXCEPTION_HANDLER): Eliminate.Christopher Faylor1-93/+77
2001-04-28Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.Christopher Faylor1-2/+2
2001-04-27* thread.cc (thread_init_wrapper): Use _REENT_INIT to initialize the reentChristopher Faylor1-1/+1
2001-04-25* sigproc.h [sigthread]: Add exception field.Christopher Faylor1-1/+1
2001-04-09* Makefile.in: Put -lgcc last in list of libraries, since stdc++ library needsChristopher Faylor1-0/+4
2001-04-02* exceptions.cc (sigframe::call_signal_handler): Return value ofChristopher Faylor1-12/+10