summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/exceptions.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* * include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor2000-07-291-14/+3
* Give signal_exit noreturn attribute.Christopher Faylor2000-07-261-1/+1
* * exceptions.cc (signal_exit): Renamed from "really+exit". Always setsChristopher Faylor2000-07-261-18/+7
* * exceptions.cc (try_to_debug): Prevent recursive spawning of JIT debugger.Christopher Faylor2000-07-041-27/+57
* * exceptions.cc (stack_info::walk): Use method to find offset.Christopher Faylor2000-07-031-21/+29
* * exceptions.cc: Remove unneeded include.Christopher Faylor2000-06-011-3/+0
* * Makefile.in: Remove libadvapi32.a.Christopher Faylor2000-05-301-11/+0
* * exceptions.cc (interruptible): Add an argument to control whether functionChristopher Faylor2000-05-201-37/+58
* * path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor2000-05-171-11/+35
* * dcrt0.cc (insert_file): Eliminate unused parameter.Christopher Faylor2000-05-071-10/+8
* * exceptions.cc (interruptible): Allocate slightly more space for directoryChristopher Faylor2000-04-261-4/+5