aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/signal.cc
AgeCommit message (Expand)AuthorFilesLines
2005-06-09Change pthread::cancelable_wait to just cancelable_wait, throughout.Christopher Faylor1-1/+1
2005-03-27* times.cc (hires_ms::usecs): Compare the difference.Christopher Faylor1-1/+0
2005-03-27* timer.cc (nanosleep): Treat tv_sec < 0 as invalid.Christopher Faylor1-0/+1
2005-03-09 * signal.cc (sigprocmask): Rename first parameter to "how".Corinna Vinschen1-10/+7
2005-02-26* debug.cc (delete_handle): Report on handle value in debugging output.Christopher Faylor1-18/+13
2005-01-03 * signal.cc: Fix copyright date.Corinna Vinschen1-1/+2
2005-01-03 * signal.cc (abort): Call _GLOBAL_REENT's __cleanup.Corinna Vinschen1-2/+2
2004-11-26* child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor1-1/+1
2004-03-25* path.cc (normalize_posix_path): Reorganize to short circuit to DOS pathChristopher Faylor1-1/+6
2004-02-26* exceptions.cc (setup_handler): Signal event for any sigwaitinfo if it existsChristopher Faylor1-11/+35
2004-02-12Rename _threadinfo to _cygtls, throughout.Christopher Faylor1-3/+3
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2004-01-21* signal.cc (sigaction): Fix if-statement typo.Christopher Faylor1-1/+1
2004-01-19* cygwin/include/signal.h: Add copyright notice.Christopher Faylor1-29/+70
2003-11-28* pinfo.h (_pinfo::getsig): Remove obsolete function, here and throughout.Christopher Faylor1-6/+6
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor1-19/+54
2003-09-272003-09-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-1/+1
2003-09-25* include/tzfile.h: Add some missing entries.Christopher Faylor1-1/+1
2003-09-25* devices.cc: New file.Christopher Faylor1-2/+0
2003-09-17* pinfo.h (winpids::pid_access): New element.Christopher Faylor1-1/+1
2003-09-13* include/sys/cygwin.h: Rename PID_UNUSED to PID_MAP_RW.Christopher Faylor1-1/+1
2003-09-07* signal.cc (nanosleep): Improve test for valid values. Round delay up toChristopher Faylor1-8/+11
2003-09-01* cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.Christopher Faylor1-0/+6
2003-08-19* signal.cc (sigpending): Move.Christopher Faylor1-11/+0
2003-08-19Throughout, eliminate argument to sig_dispatch_pending.Christopher Faylor1-6/+6
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-3/+2
2003-05-06* signal.cc (nanosleep): Do not wait twice for signal arrival.Thomas Pfaff1-1/+1
2003-01-22 * cygwin.din: Export nanosleep().Corinna Vinschen1-24/+41
2003-01-15 * autoload.cc: Fix copyright date.Corinna Vinschen1-1/+1
2003-01-14Apply sleep_cancel patchThomas Pfaff1-2/+6
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