summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sigproc.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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