summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/signal.cc
Commit message (Expand)AuthorAgeFilesLines
* * child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor2004-11-261-1/+1
* * path.cc (normalize_posix_path): Reorganize to short circuit to DOS pathChristopher Faylor2004-03-251-1/+6
* * exceptions.cc (setup_handler): Signal event for any sigwaitinfo if it existsChristopher Faylor2004-02-261-11/+35
* Rename _threadinfo to _cygtls, throughout.Christopher Faylor2004-02-121-3/+3
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* * signal.cc (sigaction): Fix if-statement typo.Christopher Faylor2004-01-211-1/+1
* * cygwin/include/signal.h: Add copyright notice.Christopher Faylor2004-01-191-29/+70
* * pinfo.h (_pinfo::getsig): Remove obsolete function, here and throughout.Christopher Faylor2003-11-281-6/+6
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-19/+54
* 2003-09-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-271-1/+1
* * include/tzfile.h: Add some missing entries.Christopher Faylor2003-09-251-1/+1
* * devices.cc: New file.Christopher Faylor2003-09-251-2/+0
* * pinfo.h (winpids::pid_access): New element.Christopher Faylor2003-09-171-1/+1
* * include/sys/cygwin.h: Rename PID_UNUSED to PID_MAP_RW.Christopher Faylor2003-09-131-1/+1
* * signal.cc (nanosleep): Improve test for valid values. Round delay up toChristopher Faylor2003-09-071-8/+11
* * cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.Christopher Faylor2003-09-011-0/+6
* * signal.cc (sigpending): Move.Christopher Faylor2003-08-191-11/+0
* Throughout, eliminate argument to sig_dispatch_pending.Christopher Faylor2003-08-191-6/+6
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-3/+2
* * signal.cc (nanosleep): Do not wait twice for signal arrival.Thomas Pfaff2003-05-061-1/+1
* * cygwin.din: Export nanosleep().Corinna Vinschen2003-01-221-24/+41
* * autoload.cc: Fix copyright date.Corinna Vinschen2003-01-151-1/+1
* Apply sleep_cancel patchThomas Pfaff2003-01-141-2/+6
* * exceptions.cc (handle_sigsuspend): Force pending signal delivery beforeChristopher Faylor2002-11-221-0/+8
* * exceptions.cc (sigthread::get_winapi_lock): Just do standard 'give upChristopher Faylor2002-11-221-1/+1
* * include/cygwin/version.h: Bump API_MINOR to accommodate below changes.Christopher Faylor2002-11-151-0/+13
* Rename _kill() to kill() throughout. Rename _raise() to raise() throughout.Christopher Faylor2002-10-201-6/+5
* More GNUify non-GNU formatted functions calls throughout.Christopher Faylor2002-09-231-2/+2
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-251-1/+0
* 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