aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/signal.cc
AgeCommit message (Expand)AuthorFilesLines
2001-02-16* signal.cc (signal): Prohibit setting handlers for SIGKILL and SIGSTOPEgor Duda1-2/+2
2001-02-07* signal.cc (killpg): Correct first argument.Christopher Faylor1-1/+1
2001-01-17* autoload.cc (LoadDLLinitfunc): Remove debugging statement.Christopher Faylor1-5/+3
2001-01-12* debug.h: Add regparm attributes to some functions.Christopher Faylor1-2/+1
2001-01-08* pinfo.cc (codepage_init): Move function.Christopher Faylor1-2/+3
2000-11-05* pinfo.cc (winpids:add): New method.Christopher Faylor1-1/+1
2000-10-30* signal.cc (kill_pgrp): Revert 25-Oct change.Christopher Faylor1-1/+3
2000-10-28Whitespace cleanup.Christopher Faylor1-1/+1
2000-10-26* signal.cc (kill_pgrp): Don't limit sending of signals to stopped processesChristopher Faylor1-3/+1
2000-10-21* fhandler.h (fhandler_console): Remove tcsetpgrp.Christopher Faylor1-8/+20
2000-10-20* external.cc (fillout_pinfo): Pass PID_NOREDIR flag to pinfo init to avoidChristopher Faylor1-1/+1
2000-10-15* exceptions.cc (set_console_handler): Don't allocateChristopher Faylor1-14/+22
2000-10-02* signal.cc (sigaction): Allow new action == oldaction.Christopher Faylor1-37/+27
2000-09-16 * signal.cc (sleep): If interrupted by signal, return theEgor Duda1-8/+11
2000-09-11* cygheap.cc (init_cheap): Just use any old address for the cygwin heap.Christopher Faylor1-1/+1
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor1-0/+1
2000-08-29* signal.cc (_raise): New function.Christopher Faylor1-0/+6
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-1/+3
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* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-1/+1
2000-07-29* include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor1-3/+4
2000-07-05* dcrt0.cc (__cygwin_user_data): Initialize.Christopher Faylor1-20/+0
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+367