aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/exceptions.cc
AgeCommit message (Expand)AuthorFilesLines
2001-03-02* exceptions.cc (sig_handle_tty_stop): Ignore attempts to suspend a process ifChristopher Faylor1-0/+4
2001-01-28Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor1-2/+2
2001-01-27Fix typos. Add some comments.Christopher Faylor1-4/+6
2001-01-27* exceptions.cc (sigreturn): Call any pending signals prior to resetting theChristopher Faylor1-9/+20
2001-01-17* autoload.cc (LoadDLLinitfunc): Remove debugging statement.Christopher Faylor1-24/+30
2001-01-12* debug.h: Add regparm attributes to some functions.Christopher Faylor1-0/+14
2001-01-08* pinfo.cc (codepage_init): Move function.Christopher Faylor1-2/+2
2000-12-27 * cygwin.din: Add symbols for `getrlimit' and `setrlimit'.Corinna Vinschen1-0/+5
2000-12-26* autoload.h: Make DLL initializers global to avoid inlining.Christopher Faylor1-10/+17
2000-12-20* exceptions.cc (reset_signal_arrived): Make global to avoid inlining.Christopher Faylor1-2/+1
2000-12-20* fhandler_serial.cc (fhandler_serial::raw_read): Always find number of bytesChristopher Faylor1-2/+2
2000-11-16* sigproc.cc (wait_sig): Remove unneeded for loop iteration.Christopher Faylor1-19/+14
2000-11-15Throughout use myself->ppid_handle rather than parent_alive.Christopher Faylor1-2/+2
2000-11-13* path.cc (get_device_number): Allow /dev/ttySn to designate a com port.Christopher Faylor1-2/+2
2000-11-06* dcrt0.cc (sigthread::init): Reinstitute sigthread lock as a critical section.Christopher Faylor1-70/+49
2000-11-06* child_info.h (child_info): Add pppid_handle for closing the parent's of theChristopher Faylor1-84/+101
2000-11-05* exceptions.cc (handle_sigsuspend): Record frame here for signalling.Christopher Faylor1-0/+2
2000-11-02* exceptions.cc (interruptible): Remove obsolete tests.Christopher Faylor1-34/+32
2000-10-25* exceptions.cc (sig_handle): Just make sure that wait_sig loops when receivingChristopher Faylor1-1/+1
2000-10-24* exceptions.cc (signal_exit): Kill any executing child process if we're dying.Christopher Faylor1-0/+5
2000-10-19* dcrt0.cc (sigthread::init): Correct overzealous ifdef.Christopher Faylor1-0/+10
2000-10-18* exceptions.cc (call_handler): Make signal pending if sigsave.sig is stillChristopher Faylor1-1/+4
2000-10-16* Makefile.in: Remove some obsolete stuff.Christopher Faylor1-3/+14
2000-10-15* exceptions.cc (set_console_handler): Don't allocateChristopher Faylor1-11/+1
2000-10-14* cygheap.cc (cygheap_fixup_in_child): Don't page round cygheap copied fromChristopher Faylor1-5/+1
2000-10-12* child_info: Bump child_info "version".Christopher Faylor1-1/+1
2000-10-09* dtable.cc (set_std_handle): Use std_consts array to control SetStdHandleChristopher Faylor1-1/+1
2000-10-05* exceptions.cc (interruptible): Add extra debugging.Christopher Faylor1-1/+1
2000-09-18* exceptions.cc (interruptible): Return 0 if given an address in uncommittedChristopher Faylor1-1/+1
2000-09-16* exceptions.cc (handle_exceptions): Just "core dump" if SIGSEGV in signalChristopher Faylor1-2/+3
2000-09-11* cygheap.cc (init_cheap): Just use any old address for the cygwin heap.Christopher Faylor1-14/+14
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor1-1/+2
2000-09-07Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor1-0/+2
2000-09-07* exceptions.cc (signal_exit): Reset all mutos owned by the main thread.Christopher Faylor1-0/+6
2000-08-29* signal.cc (_raise): New function.Christopher Faylor1-12/+0
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-2/+5
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor1-0/+1
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor1-0/+1
2000-08-02* strace.cc (strace::prntf): Make second argument the function name, ratherChristopher Faylor1-1/+1
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-2/+2
2000-07-29* include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor1-14/+3
2000-07-26Give signal_exit noreturn attribute.Christopher Faylor1-1/+1
2000-07-26* exceptions.cc (signal_exit): Renamed from "really+exit". Always setsChristopher Faylor1-18/+7
2000-07-04* exceptions.cc (try_to_debug): Prevent recursive spawning of JIT debugger.Christopher Faylor1-27/+57
2000-07-03* exceptions.cc (stack_info::walk): Use method to find offset.Christopher Faylor1-21/+29
2000-06-01* exceptions.cc: Remove unneeded include.Christopher Faylor1-3/+0
2000-05-30* Makefile.in: Remove libadvapi32.a.Christopher Faylor1-11/+0
2000-05-20* exceptions.cc (interruptible): Add an argument to control whether functionChristopher Faylor1-37/+58
2000-05-17* path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor1-11/+35
2000-05-07* dcrt0.cc (insert_file): Eliminate unused parameter.Christopher Faylor1-10/+8