aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/signal.cc
AgeCommit message (Expand)AuthorFilesLines
2002-12-10This commit was manufactured by cvs2svn to create branchcvs2svn1-430/+0
2002-11-22* exceptions.cc (handle_sigsuspend): Force pending signal delivery beforeChristopher Faylor1-0/+8
2002-11-22* exceptions.cc (sigthread::get_winapi_lock): Just do standard 'give upChristopher Faylor1-1/+1
2002-11-15* include/cygwin/version.h: Bump API_MINOR to accommodate below changes.Christopher Faylor1-0/+13
2002-10-20Rename _kill() to kill() throughout. Rename _raise() to raise() throughout.Christopher Faylor1-6/+5
2002-09-23More GNUify non-GNU formatted functions calls throughout.Christopher Faylor1-2/+2
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor1-1/+0
2002-01-13Add copyright stuffChristopher Faylor1-1/+1
2002-01-11* exceptions.cc (sig_handle): Accept a second argument indicating whether theChristopher Faylor1-0/+28
2001-11-08 * select.cc: Set errno using set_sig_errno() throughout.Corinna Vinschen1-0/+3
2001-09-07* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor1-2/+2
2001-06-16* exceptions.cc (sig_handle_tty_stop): Reset PID_STOPPED if not actuallyChristopher Faylor1-1/+5
2001-06-03* syscalls.cc (sleep): Try to be a little more accomodating of signal arrival.Christopher Faylor1-7/+12
2001-05-22* signal.cc (sleep): Protect with sigframe.Christopher Faylor1-0/+1
2001-04-01* sigproc.h (class sigframe): Implement 'unregister()' method.Christopher Faylor1-8/+8
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