aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/signal.cc
AgeCommit message (Expand)AuthorFilesLines
2012-07-25* signal.cc (clock_nanosleep): Force return on signal rather than lettingChristopher Faylor1-1/+1
2012-07-21* DevNotes: Add entry cgf-000013.Christopher Faylor1-20/+13
2012-07-02* Makefile.in: Add some more optimization flags for cygwait, malloc and path....Christopher Faylor1-6/+9
2012-06-19Revert errneous checkin.Christopher Faylor1-5/+17
2012-06-19* cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor1-17/+5
2012-06-17Add '#include "cygwait.h"' throughout, where appropriate.Christopher Faylor1-0/+1
2011-12-17Clean up whitespace.Christopher Faylor1-1/+1
2011-12-13* dcrt0.cc (init_windows_system_directory): Record system_wow64_directoryChristopher Faylor1-2/+6
2011-12-03* mmap.cc (mlock): Add standard syscall return value debugging output.Christopher Faylor1-69/+53
2011-12-03Throughout, remove extra space after function name from debugging output.Christopher Faylor1-2/+2
2011-11-21* sigproc.cc (remove_proc): Don't do busy loop when execing since thread couldChristopher Faylor1-0/+2
2011-11-14Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor1-1/+1
2011-08-03* cygwin.din (clock_nanosleep): Export.Yaakov Selkowitz1-15/+72
2011-08-03* cygtls.h (struct _local_storage): Add cw_timer member.Yaakov Selkowitz1-46/+16
2011-07-10pthread_sigmask: fix return value to match POSIXEric Blake1-4/+6
2011-06-06whitespace eliminationChristopher Faylor1-27/+27
2011-05-05* signal.cc (_pinfo::kill): Return success on kill(0) only if pid exists or isChristopher Faylor1-4/+4
2011-05-03* signal.cc (_pinfo::kill): Avoid referencing 'pid' after ESRCH.Christopher Faylor1-1/+5
2011-04-18 * Fix various copyrights.Corinna Vinschen1-1/+1
2011-04-18* * signal.cc (_pinfo::kill): Set this_process_state when process exists.Christopher Faylor1-0/+1
2011-04-17* signal.cc (_pinfo::kill): Return 0 when attempting to test for existence ofChristopher Faylor1-21/+29
2010-09-20* include/sys/cygwin.h (PID_NOTCYGWIN): New enum.Christopher Faylor1-6/+0
2009-12-19* signal.cc (nanosleep): Fix bug in previous patch.Eric Blake1-3/+3
2009-12-17* signal.cc (nanosleep): Support 'infinite' sleep times.Eric Blake1-19/+50
2008-06-09* signal.cc (abort): Only flush streams after signal handler.Christopher Faylor1-10/+4
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-4/+0
2008-04-01 * Fix copyright dates.Corinna Vinschen1-1/+1
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor1-3/+3
2007-06-12* signal.cc (usleep): Use useconds_t for the type as per POSIX.Christopher Faylor1-1/+1
2007-03-07* signal.cc (handle_sigprocmask): Remove extraneous sig_dispatch_pending.Christopher Faylor1-1/+0
2006-07-04* signal.cc (signal): Set sa_mask to sig.Christopher Faylor1-1/+1
2006-04-22* signal.cc (abort): On second thought, just set incyg once.Christopher Faylor1-2/+1
2006-04-22* abort.cc (abort): Set incyg manually to help get a reliable gdb stack trace.Christopher Faylor1-0/+3
2006-03-23* sigproc.cc (sigalloc): Don't set SA_RESTART here.Christopher Faylor1-17/+47
2006-03-22* signal.cc (signal): Don't set SA_RESTART here.Christopher Faylor1-5/+2
2006-02-06Always zero all elements of siginfo_t throughout.Christopher Faylor1-8/+4
2005-12-23* cygtls.cc (_cygtls::handle_threadlist_exception): Make an error fatal.Christopher Faylor1-10/+12
2005-11-14* cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor1-2/+2
2005-11-04* cygheap.h (init_cygheap::_gtod): New hires_ms element.Christopher Faylor1-0/+4
2005-09-26* exceptions.cc (handle_exceptions): Just si_code to SI_KERNEL first and let itChristopher Faylor1-1/+6
2005-08-23* sigproc.h (set_signal_mask): Remove default on second parameter and make passChristopher Faylor1-1/+1
2005-07-06Eliminate (void) cast on standalone function calls throughout.Christopher Faylor1-5/+5
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor1-7/+5
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