summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/exceptions.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * exceptions.cc (handle_exceptions): Search further for stack info toChristopher Faylor2000-04-201-1/+1
* * exceptions.cc (sigsave): Copy on fork so that we can restore correct behaviorChristopher Faylor2000-04-081-17/+28
* Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com>Christopher Faylor2000-03-151-13/+5
* * environ.cc: Eliminate oldstack CYGWIN option.Christopher Faylor2000-03-091-137/+76
* * exceptions.cc (call_handler): Streamline to use only one call toChristopher Faylor2000-03-051-5/+9
* * dcrt0.cc (set_os_type): Record OS name string.Christopher Faylor2000-02-281-43/+28
* * exceptions.cc (interruptible): Make a little more structured.Christopher Faylor2000-02-261-30/+45
* * exceptions.cc (call_handler): Use new muto linked list to look for allChristopher Faylor2000-02-241-6/+12
* Fix final round of gcc warnings relating to unused parameters.Christopher Faylor2000-02-241-9/+21
* * exceptions.cc (interruptible): Change method for determining if something isChristopher Faylor2000-02-241-13/+70
* Respond to more g++ warnings relating to initializing structures.Christopher Faylor2000-02-231-2/+2
* Respond to a multitude of g++ warnings.Christopher Faylor2000-02-211-1/+1
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+1066