summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/exceptions.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * exceptions.cc (INIT_EXCEPTION_HANDLER): Eliminate.Christopher Faylor2001-04-301-93/+77
* Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.Christopher Faylor2001-04-281-2/+2
* * thread.cc (thread_init_wrapper): Use _REENT_INIT to initialize the reentChristopher Faylor2001-04-271-1/+1
* * sigproc.h [sigthread]: Add exception field.Christopher Faylor2001-04-251-1/+1
* * Makefile.in: Put -lgcc last in list of libraries, since stdc++ library needsChristopher Faylor2001-04-091-0/+4
* * exceptions.cc (sigframe::call_signal_handler): Return value ofChristopher Faylor2001-04-021-12/+10
* * exceptions.cc (sigframe::call_signal_handler): Move out side of "C" block orChristopher Faylor2001-04-011-7/+11
* * exceptions.cc (call_signal_handler_now): Rename from call_signal_handler toChristopher Faylor2001-04-011-10/+10
* * sigproc.h (class sigframe): Implement 'unregister()' method.Christopher Faylor2001-04-011-2/+9
* * dtable.cc: Guard against new winsock.h/winsock2.h warnings when mixingChristopher Faylor2001-03-201-1/+0
* * exceptions.cc (interruptible): Update debugging output.Christopher Faylor2001-03-191-4/+4
* * autoload.cc (noload): Use proper method for multiline strings or newer gcc'sChristopher Faylor2001-03-111-63/+63
* * shortcut.c (PATH_ALL_EXEC): Add parentheses to avoid a compiler warning.Christopher Faylor2001-03-101-2/+2
* * sigproc.h (sigthread): Declare new methods. Create new winapi_lock field.Christopher Faylor2001-03-071-0/+25
* * exceptions.cc (sig_handle_tty_stop): Ignore attempts to suspend a process ifChristopher Faylor2001-03-021-0/+4
* Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor2001-01-281-2/+2
* Fix typos. Add some comments.Christopher Faylor2001-01-271-4/+6
* * exceptions.cc (sigreturn): Call any pending signals prior to resetting theChristopher Faylor2001-01-271-9/+20
* * autoload.cc (LoadDLLinitfunc): Remove debugging statement.Christopher Faylor2001-01-171-24/+30
* * debug.h: Add regparm attributes to some functions.Christopher Faylor2001-01-121-0/+14
* * pinfo.cc (codepage_init): Move function.Christopher Faylor2001-01-081-2/+2
* * cygwin.din: Add symbols for `getrlimit' and `setrlimit'.Corinna Vinschen2000-12-271-0/+5
* * autoload.h: Make DLL initializers global to avoid inlining.Christopher Faylor2000-12-261-10/+17
* * exceptions.cc (reset_signal_arrived): Make global to avoid inlining.Christopher Faylor2000-12-201-2/+1
* * fhandler_serial.cc (fhandler_serial::raw_read): Always find number of bytesChristopher Faylor2000-12-201-2/+2
* * sigproc.cc (wait_sig): Remove unneeded for loop iteration.Christopher Faylor2000-11-161-19/+14
* Throughout use myself->ppid_handle rather than parent_alive.Christopher Faylor2000-11-151-2/+2
* * path.cc (get_device_number): Allow /dev/ttySn to designate a com port.Christopher Faylor2000-11-131-2/+2
* * dcrt0.cc (sigthread::init): Reinstitute sigthread lock as a critical section.Christopher Faylor2000-11-061-70/+49
* * child_info.h (child_info): Add pppid_handle for closing the parent's of theChristopher Faylor2000-11-061-84/+101
* * exceptions.cc (handle_sigsuspend): Record frame here for signalling.Christopher Faylor2000-11-051-0/+2
* * exceptions.cc (interruptible): Remove obsolete tests.Christopher Faylor2000-11-021-34/+32
* * exceptions.cc (sig_handle): Just make sure that wait_sig loops when receivingChristopher Faylor2000-10-251-1/+1
* * exceptions.cc (signal_exit): Kill any executing child process if we're dying.Christopher Faylor2000-10-241-0/+5
* * dcrt0.cc (sigthread::init): Correct overzealous ifdef.Christopher Faylor2000-10-191-0/+10
* * exceptions.cc (call_handler): Make signal pending if sigsave.sig is stillChristopher Faylor2000-10-181-1/+4
* * Makefile.in: Remove some obsolete stuff.Christopher Faylor2000-10-161-3/+14