aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/sigproc.cc
AgeCommit message (Expand)AuthorFilesLines
2000-07-16* acconfig.h: Add support for NEWVFORK.Christopher Faylor1-1/+1
2000-05-26* sigproc.h (sigframe::set): Accept a default frame pointer.Christopher Faylor1-1/+1
2000-05-18* dcrt0.cc (dll_crt0_1): Initialize mainthread stuff here before anything needsChristopher Faylor1-4/+0
2000-05-17* path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor1-12/+34
2000-03-25* environ.cc: Add TMPDIR to the list of environment variables which areChristopher Faylor1-2/+5
2000-03-15Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com>Christopher Faylor1-1/+1
2000-03-12* fhandler_console.cc (fhandler_console::read): Don't even think about breakingChristopher Faylor1-1/+0
2000-03-11* sigproc.cc: Set wait_sig priority to normal.Christopher Faylor1-1/+1
2000-03-10* sigproc.cc (wait_sig): Add addtional debugging output.Christopher Faylor1-2/+2
2000-03-09* environ.cc: Eliminate oldstack CYGWIN option.Christopher Faylor1-11/+6
2000-03-07* sigproc.cc (sig_send): Eliminate sync_sig_send synchronization since itChristopher Faylor1-5/+0
2000-03-07Throughout use strace class in place of individual functions and variables.Christopher Faylor1-1/+4
2000-03-05* exceptions.cc (call_handler): Streamline to use only one call toChristopher Faylor1-7/+21
2000-02-29* sigproc.cc (sig_send): Temporarily set priority to highest while sending aChristopher Faylor1-0/+5
2000-02-28* pinfo.cc (set_myself): Add build date to strace output.Christopher Faylor1-1/+2
2000-02-28* dcrt0.cc (set_os_type): Record OS name string.Christopher Faylor1-4/+7
2000-02-26* exceptions.cc (interruptible): Make a little more structured.Christopher Faylor1-0/+1
2000-02-24* exceptions.cc (call_handler): Use new muto linked list to look for allChristopher Faylor1-1/+4
2000-02-24Fix final round of gcc warnings relating to unused parameters.Christopher Faylor1-9/+14
2000-02-24* exceptions.cc (interruptible): Change method for determining if something isChristopher Faylor1-41/+38
2000-02-23Respond to more g++ warnings relating to initializing structures.Christopher Faylor1-1/+1
2000-02-21Respond to a multitude of g++ warnings.Christopher Faylor1-4/+4
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+1345