summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/signal.cc
Commit message (Expand)AuthorAgeFilesLines
* * sigproc.cc (remove_proc): Don't do busy loop when execing since thread couldChristopher Faylor2011-11-211-0/+2
* Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor2011-11-141-1/+1
* * cygwin.din (clock_nanosleep): Export.Yaakov Selkowitz2011-08-031-15/+72
* * cygtls.h (struct _local_storage): Add cw_timer member.Yaakov Selkowitz2011-08-031-46/+16
* pthread_sigmask: fix return value to match POSIXEric Blake2011-07-101-4/+6
* whitespace eliminationChristopher Faylor2011-06-061-27/+27
* * signal.cc (_pinfo::kill): Return success on kill(0) only if pid exists or isChristopher Faylor2011-05-051-4/+4
* * signal.cc (_pinfo::kill): Avoid referencing 'pid' after ESRCH.Christopher Faylor2011-05-031-1/+5
* * Fix various copyrights.Corinna Vinschen2011-04-181-1/+1
* * * signal.cc (_pinfo::kill): Set this_process_state when process exists.Christopher Faylor2011-04-181-0/+1
* * signal.cc (_pinfo::kill): Return 0 when attempting to test for existence ofChristopher Faylor2011-04-171-21/+29
* * include/sys/cygwin.h (PID_NOTCYGWIN): New enum.Christopher Faylor2010-09-201-6/+0
* * signal.cc (nanosleep): Fix bug in previous patch.Eric Blake2009-12-191-3/+3
* * signal.cc (nanosleep): Support 'infinite' sleep times.Eric Blake2009-12-171-19/+50
* * signal.cc (abort): Only flush streams after signal handler.Christopher Faylor2008-06-091-10/+4
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-4/+0
* * Fix copyright dates.Corinna Vinschen2008-04-011-1/+1
* Perform whitespace cleanup throughout.Christopher Faylor2008-02-151-3/+3
* * signal.cc (usleep): Use useconds_t for the type as per POSIX.Christopher Faylor2007-06-121-1/+1
* * signal.cc (handle_sigprocmask): Remove extraneous sig_dispatch_pending.Christopher Faylor2007-03-071-1/+0
* * signal.cc (signal): Set sa_mask to sig.Christopher Faylor2006-07-041-1/+1
* * signal.cc (abort): On second thought, just set incyg once.Christopher Faylor2006-04-221-2/+1
* * abort.cc (abort): Set incyg manually to help get a reliable gdb stack trace.Christopher Faylor2006-04-221-0/+3
* * sigproc.cc (sigalloc): Don't set SA_RESTART here.Christopher Faylor2006-03-231-17/+47
* * signal.cc (signal): Don't set SA_RESTART here.Christopher Faylor2006-03-221-5/+2
* Always zero all elements of siginfo_t throughout.Christopher Faylor2006-02-061-8/+4
* * cygtls.cc (_cygtls::handle_threadlist_exception): Make an error fatal.Christopher Faylor2005-12-231-10/+12
* * cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor2005-11-141-2/+2
* * cygheap.h (init_cygheap::_gtod): New hires_ms element.Christopher Faylor2005-11-041-0/+4
* * exceptions.cc (handle_exceptions): Just si_code to SI_KERNEL first and let itChristopher Faylor2005-09-261-1/+6
* * sigproc.h (set_signal_mask): Remove default on second parameter and make passChristopher Faylor2005-08-231-1/+1
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-5/+5
* Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor2005-07-031-7/+5
* Change pthread::cancelable_wait to just cancelable_wait, throughout.Christopher Faylor2005-06-091-1/+1
* * times.cc (hires_ms::usecs): Compare the difference.Christopher Faylor2005-03-271-1/+0
* * timer.cc (nanosleep): Treat tv_sec < 0 as invalid.Christopher Faylor2005-03-271-0/+1
* * signal.cc (sigprocmask): Rename first parameter to "how".Corinna Vinschen2005-03-091-10/+7
* * debug.cc (delete_handle): Report on handle value in debugging output.Christopher Faylor2005-02-261-18/+13
* * signal.cc: Fix copyright date.Corinna Vinschen2005-01-031-1/+2
* * signal.cc (abort): Call _GLOBAL_REENT's __cleanup.Corinna Vinschen2005-01-031-2/+2
* * 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