summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sigproc.cc
Commit message (Expand)AuthorAgeFilesLines
* * exceptions.cc (set_console_handler): Don't allocateChristopher Faylor2000-10-151-38/+25
* * cygheap.cc (cygheap_fixup_in_child): Don't page round cygheap copied fromChristopher Faylor2000-10-141-65/+11
* * child_info: Bump child_info "version".Christopher Faylor2000-10-121-2/+2
* * dtable.cc (set_std_handle): Use std_consts array to control SetStdHandleChristopher Faylor2000-10-091-90/+64
* * exceptions.cc (interruptible): Add extra debugging.Christopher Faylor2000-10-051-0/+1
* * exceptions.cc (handle_exceptions): Just "core dump" if SIGSEGV in signalChristopher Faylor2000-09-161-2/+0
* * sigproc.h (sigframe::set): Eliminate second argument. Default bp to currentChristopher Faylor2000-09-081-1/+1
* 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
* * sigproc.cc: Add include file for proper definitions.Christopher Faylor2000-09-061-0/+1
* * sigproc.cc (mychild): New function.Christopher Faylor2000-09-021-7/+19
* * sigproc.cc (sigproc_init): Create wait_sig_inited without auto-reset to avoidChristopher Faylor2000-09-011-2/+2
* * sigproc.cc (proc_info): Rename proc_exists which takes a pid to "pid_exists".Christopher Faylor2000-09-011-3/+4
* * pinfo.h (pinfo): Un-inline release.Christopher Faylor2000-08-261-3/+2
* * dcrt0.cc (dll_crt0_1): Move set_os_type.Christopher Faylor2000-08-261-0/+5
* * external.cc (cygwin_internal): Add CW_INIT_EXCEPTIONS to allow cygwinChristopher Faylor2000-08-251-3/+9
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-1/+4
* * 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
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-1/+1
* * strace.h: Add kludgy workarounds to avoid using deprecated methods forChristopher Faylor2000-08-021-65/+63
* * include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor2000-07-291-49/+58
* * acconfig.h: Add support for NEWVFORK.Christopher Faylor2000-07-161-1/+1
* * sigproc.h (sigframe::set): Accept a default frame pointer.Christopher Faylor2000-05-261-1/+1
* * dcrt0.cc (dll_crt0_1): Initialize mainthread stuff here before anything needsChristopher Faylor2000-05-181-4/+0
* * path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor2000-05-171-12/+34
* * environ.cc: Add TMPDIR to the list of environment variables which areChristopher Faylor2000-03-251-2/+5
* Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com>Christopher Faylor2000-03-151-1/+1
* * fhandler_console.cc (fhandler_console::read): Don't even think about breakingChristopher Faylor2000-03-121-1/+0
* * sigproc.cc: Set wait_sig priority to normal.Christopher Faylor2000-03-111-1/+1
* * sigproc.cc (wait_sig): Add addtional debugging output.Christopher Faylor2000-03-101-2/+2
* * environ.cc: Eliminate oldstack CYGWIN option.Christopher Faylor2000-03-091-11/+6
* * sigproc.cc (sig_send): Eliminate sync_sig_send synchronization since itChristopher Faylor2000-03-071-5/+0
* Throughout use strace class in place of individual functions and variables.Christopher Faylor2000-03-071-1/+4
* * exceptions.cc (call_handler): Streamline to use only one call toChristopher Faylor2000-03-051-7/+21
* * sigproc.cc (sig_send): Temporarily set priority to highest while sending aChristopher Faylor2000-02-291-0/+5
* * pinfo.cc (set_myself): Add build date to strace output.Christopher Faylor2000-02-281-1/+2
* * dcrt0.cc (set_os_type): Record OS name string.Christopher Faylor2000-02-281-4/+7
* * exceptions.cc (interruptible): Make a little more structured.Christopher Faylor2000-02-261-0/+1
* * exceptions.cc (call_handler): Use new muto linked list to look for allChristopher Faylor2000-02-241-1/+4
* Fix final round of gcc warnings relating to unused parameters.Christopher Faylor2000-02-241-9/+14
* * exceptions.cc (interruptible): Change method for determining if something isChristopher Faylor2000-02-241-41/+38
* Respond to more g++ warnings relating to initializing structures.Christopher Faylor2000-02-231-1/+1
* Respond to a multitude of g++ warnings.Christopher Faylor2000-02-211-4/+4
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+1345