summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/exceptions.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * exceptions.cc (set_console_handler): Don't allocateChristopher Faylor2000-10-151-11/+1
* * cygheap.cc (cygheap_fixup_in_child): Don't page round cygheap copied fromChristopher Faylor2000-10-141-5/+1
* * child_info: Bump child_info "version".Christopher Faylor2000-10-121-1/+1
* * dtable.cc (set_std_handle): Use std_consts array to control SetStdHandleChristopher Faylor2000-10-091-1/+1
* * exceptions.cc (interruptible): Add extra debugging.Christopher Faylor2000-10-051-1/+1
* * exceptions.cc (interruptible): Return 0 if given an address in uncommittedChristopher Faylor2000-09-181-1/+1
* * exceptions.cc (handle_exceptions): Just "core dump" if SIGSEGV in signalChristopher Faylor2000-09-161-2/+3
* * cygheap.cc (init_cheap): Just use any old address for the cygwin heap.Christopher Faylor2000-09-111-14/+14
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-1/+2
* Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor2000-09-071-0/+2
* * exceptions.cc (signal_exit): Reset all mutos owned by the main thread.Christopher Faylor2000-09-071-0/+6
* * signal.cc (_raise): New function.Christopher Faylor2000-08-291-12/+0
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-2/+5
* * cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor2000-08-221-0/+1
* * winsup.h: Split out dtable definitions into separate header file.Christopher Faylor2000-08-121-0/+1
* * strace.cc (strace::prntf): Make second argument the function name, ratherChristopher Faylor2000-08-021-1/+1
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-2/+2