aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/sigproc.cc
AgeCommit message (Expand)AuthorFilesLines
2011-05-28* dll_init.c (dll_list::load_after_fork): Don't clear in_forkee here.Christopher Faylor1-0/+3
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor1-5/+10
2011-05-06* fhandler.h (fhandler_dev_dsp): Cosmetic change.Christopher Faylor1-1/+1
2011-05-05* fork.cc (fork): Clear PID_REAPED.Christopher Faylor1-1/+1
2011-05-05* signal.cc (_pinfo::kill): Return success on kill(0) only if pid exists or isChristopher Faylor1-0/+1
2010-09-12* sigproc.cc (sig_dispatch_pending): Remove debugging statement.Christopher Faylor1-4/+3
2010-09-12* cygthread.h (cygthread::cygthread): Reorganize slightly.Christopher Faylor1-1/+1
2010-09-02* sigoproc.cc (sigproc_init): Use American spelling in comment.Christopher Faylor1-1/+1
2010-09-01* cygthread.cc (cygthread::create): Fix incorrect use of name rather thanChristopher Faylor1-61/+15
2010-08-10* sigproc.cc (init_sig_pipe): Add retry loop.Christopher Faylor1-3/+4
2010-08-01* exceptions.cc (_cygtls::interrupt_now): Revert to checking for "spinning"Christopher Faylor1-1/+1
2010-03-31* sigproc.cc (wait_sig): Make sure that strace is activated on __SIGSTRACE byChristopher Faylor1-0/+1
2010-03-15* sigproc.cc (no_signals_available): Get sense of the test right for previousChristopher Faylor1-1/+1
2010-03-15* sigproc.cc (no_signals_available): Don't try to send a signal if still inChristopher Faylor1-1/+1
2010-03-13* spinlock.h: New file.Christopher Faylor1-1/+3
2010-03-12Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor1-2/+2
2010-02-03* sigproc.cc (get_proc_lock): Fix error message typo.Christopher Faylor1-1/+1
2009-12-18 Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen1-4/+5
2009-10-07Support pseudo-reloc version 2Charles Wilson1-0/+2
2009-08-02* sigproc.cc (stopped_or_terminated): Don't return a match when stopsig ==Christopher Faylor1-3/+4
2009-07-24* sigproc.h (wait_for_sigthread): Eliminate parameter.Christopher Faylor1-13/+22
2009-07-18* exceptions.cc (sig_handle_tty_stop): Set stopsig to SIGCONT when continuing.Christopher Faylor1-2/+5
2009-07-12* Makefile.in: Don't do anything special with any RCS directories.Christopher Faylor1-1/+1
2009-06-14* fhandler.cc (fhandler_base::wait_overlapped): Honor nonblocking flag forChristopher Faylor1-2/+2
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-8/+0
2008-04-07Add miscfuncs.h to files as needed throughout.Christopher Faylor1-0/+1
2008-04-01 * Fix copyright dates.Corinna Vinschen1-1/+1
2008-03-27* hookapi.cc (find_first_notloaded_dll): New function.Christopher Faylor1-0/+3
2008-03-01* cygtls.h (_cygtls::handle_threadlist_exception): Eliminate.Christopher Faylor1-1/+0
2008-02-19* sigproc.cc (sig_send): Use sigmask of target thread if it is specifiedChristopher Faylor1-2/+2
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor1-4/+4
2007-11-26Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor1-1/+1
2007-07-14* init.cc (in_dllentry): Delete.Christopher Faylor1-1/+1
2007-02-20Remove extraneous whitespace.Christopher Faylor1-1/+1
2007-01-30 * sigproc.cc (child_info::child_info): Set msv_count to non-zeroCorinna Vinschen1-3/+3
2006-12-12 Revert erroneous checkin.Corinna Vinschen1-1/+0
2006-12-11 * Makefile.in (DLL_OFILES): Add minires-os-if.o and minires.o.Corinna Vinschen1-0/+1
2006-12-11* sigproc.cc (child_info::child_info): Move old comment about msv_count here.Christopher Faylor1-0/+23
2006-12-11* child_info.h (child_info_spawn::__stdin): New element.Christopher Faylor1-0/+3
2006-07-14* sigproc.cc (waitq_head): Don't initialize to zero.Christopher Faylor1-1/+1
2006-07-13* fhandler.cc (fhandler_base::raw_read): Only return EISDIR when we're reallyChristopher Faylor1-4/+4
2006-05-29* sigproc.cc (child_info::proc_retry): Mask all of the bits we're interestedChristopher Faylor1-1/+1
2006-05-22* child_info.h (_CI_SAW_CTRL_C): New enum.Christopher Faylor1-0/+3
2006-05-16* sigproc.cc (no_signals_available): Detect hwait_sig == INVALID_HANDLE_VALUE.Christopher Faylor1-2/+2
2006-03-30* sigproc.cc (wait_for_sigthread): Use the current user sid when setting up theChristopher Faylor1-1/+1
2006-03-29* dcrt0.cc (child_info_fork::handle_fork): Set uid/gid in myself so that it canChristopher Faylor1-9/+8
2006-03-27* sigproc.cc (wait_sig): Move myself manipulation...Christopher Faylor1-8/+5
2006-03-23* sigproc.cc (sigalloc): Don't set SA_RESTART here.Christopher Faylor1-4/+0
2006-03-22* fhandler.cc (fcntl): Print flags in hex.Christopher Faylor1-19/+19
2006-03-22* signal.cc (signal): Don't set SA_RESTART here.Christopher Faylor1-0/+4