summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/signal.cc
Commit message (Expand)AuthorAgeFilesLines
* Add copyright stuffChristopher Faylor2002-01-131-1/+1
* * exceptions.cc (sig_handle): Accept a second argument indicating whether theChristopher Faylor2002-01-111-0/+28
* * select.cc: Set errno using set_sig_errno() throughout.Corinna Vinschen2001-11-081-0/+3
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-071-2/+2
* * exceptions.cc (sig_handle_tty_stop): Reset PID_STOPPED if not actuallyChristopher Faylor2001-06-161-1/+5
* * syscalls.cc (sleep): Try to be a little more accomodating of signal arrival.Christopher Faylor2001-06-031-7/+12
* * signal.cc (sleep): Protect with sigframe.Christopher Faylor2001-05-221-0/+1
* * sigproc.h (class sigframe): Implement 'unregister()' method.Christopher Faylor2001-04-011-8/+8
* * signal.cc (signal): Prohibit setting handlers for SIGKILL and SIGSTOPEgor Duda2001-02-161-2/+2
* * signal.cc (killpg): Correct first argument.Christopher Faylor2001-02-071-1/+1
* * autoload.cc (LoadDLLinitfunc): Remove debugging statement.Christopher Faylor2001-01-171-5/+3
* * debug.h: Add regparm attributes to some functions.Christopher Faylor2001-01-121-2/+1
* * pinfo.cc (codepage_init): Move function.Christopher Faylor2001-01-081-2/+3
* * pinfo.cc (winpids:add): New method.Christopher Faylor2000-11-051-1/+1
* * signal.cc (kill_pgrp): Revert 25-Oct change.Christopher Faylor2000-10-301-1/+3
* Whitespace cleanup.Christopher Faylor2000-10-281-1/+1
* * signal.cc (kill_pgrp): Don't limit sending of signals to stopped processesChristopher Faylor2000-10-261-3/+1
* * fhandler.h (fhandler_console): Remove tcsetpgrp.Christopher Faylor2000-10-211-8/+20
* * external.cc (fillout_pinfo): Pass PID_NOREDIR flag to pinfo init to avoidChristopher Faylor2000-10-201-1/+1
* * exceptions.cc (set_console_handler): Don't allocateChristopher Faylor2000-10-151-14/+22
* * signal.cc (sigaction): Allow new action == oldaction.Christopher Faylor2000-10-021-37/+27
* * signal.cc (sleep): If interrupted by signal, return theEgor Duda2000-09-161-8/+11
* * cygheap.cc (init_cheap): Just use any old address for the cygwin heap.Christopher Faylor2000-09-111-1/+1
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-0/+1
* * signal.cc (_raise): New function.Christopher Faylor2000-08-291-0/+6
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-1/+3
* * 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
* * include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor2000-07-291-3/+4
* * dcrt0.cc (__cygwin_user_data): Initialize.Christopher Faylor2000-07-051-20/+0
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+367