aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/sigproc.h
AgeCommit message (Expand)AuthorFilesLines
2001-01-12* debug.h: Add regparm attributes to some functions.Christopher Faylor1-0/+1
2001-01-08* pinfo.cc (codepage_init): Move function.Christopher Faylor1-1/+1
2000-11-15Throughout use myself->ppid_handle rather than parent_alive.Christopher Faylor1-3/+0
2000-11-12* path.h: Add __attribute__ ((regparm(x))) to commonly used functions.Christopher Faylor1-5/+3
2000-11-06* dcrt0.cc (sigthread::init): Reinstitute sigthread lock as a critical section.Christopher Faylor1-3/+3
2000-11-04* pinfo.cc (EnumProcessesNT): Avoid 0 pids.Christopher Faylor1-1/+2
2000-10-28Whitespace cleanup.Christopher Faylor1-1/+1
2000-10-19* dcrt0.cc (sigthread::init): Correct overzealous ifdef.Christopher Faylor1-0/+2
2000-10-19* sigproc.h (sigthread): Eliminate locking for now since per thread signallingChristopher Faylor1-5/+1
2000-10-16* Makefile.in: Remove some obsolete stuff.Christopher Faylor1-2/+1
2000-10-15* exceptions.cc (set_console_handler): Don't allocateChristopher Faylor1-1/+0
2000-10-12* errno.cc (seterrno_from_win_error): Fix debugging output.Christopher Faylor1-3/+3
2000-10-05* exceptions.cc (interruptible): Add extra debugging.Christopher Faylor1-1/+1
2000-09-16* exceptions.cc (handle_exceptions): Just "core dump" if SIGSEGV in signalChristopher Faylor1-1/+1
2000-09-08* sigproc.h (sigframe::set): Eliminate second argument. Default bp to currentChristopher Faylor1-6/+2
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor1-0/+5
2000-09-01* sigproc.cc (proc_info): Rename proc_exists which takes a pid to "pid_exists".Christopher Faylor1-1/+1
2000-08-29* signal.cc (_raise): New function.Christopher Faylor1-1/+1
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-2/+0
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor1-2/+1
2000-07-29* include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor1-7/+9
2000-05-26* sigproc.h (sigframe::set): Accept a default frame pointer.Christopher Faylor1-3/+6
2000-05-18* Makefile.in: Remove external.h dependency.Christopher Faylor1-5/+1
2000-05-18* sigproc.h (sigframe): Don't set frame info unless tid matches this thread id.Christopher Faylor1-1/+1
2000-05-18* dcrt0.cc (dll_crt0_1): Initialize mainthread stuff here before anything needsChristopher Faylor1-2/+5
2000-05-17* path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor1-2/+49
2000-04-08* exceptions.cc (sigsave): Copy on fork so that we can restore correct behaviorChristopher Faylor1-0/+1
2000-03-09* environ.cc: Eliminate oldstack CYGWIN option.Christopher Faylor1-2/+2
2000-02-24Fix final round of gcc warnings relating to unused parameters.Christopher Faylor1-2/+1
2000-02-24* exceptions.cc (interruptible): Change method for determining if something isChristopher Faylor1-1/+2
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+66