summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sigproc.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-8/+0
* Add miscfuncs.h to files as needed throughout.Christopher Faylor2008-04-071-0/+1
* * Fix copyright dates.Corinna Vinschen2008-04-011-1/+1
* * hookapi.cc (find_first_notloaded_dll): New function.Christopher Faylor2008-03-271-0/+3
* * cygtls.h (_cygtls::handle_threadlist_exception): Eliminate.Christopher Faylor2008-03-011-1/+0
* * sigproc.cc (sig_send): Use sigmask of target thread if it is specifiedChristopher Faylor2008-02-191-2/+2
* Perform whitespace cleanup throughout.Christopher Faylor2008-02-151-4/+4
* Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor2007-11-261-1/+1
* * init.cc (in_dllentry): Delete.Christopher Faylor2007-07-141-1/+1
* Remove extraneous whitespace.Christopher Faylor2007-02-201-1/+1
* * sigproc.cc (child_info::child_info): Set msv_count to non-zeroCorinna Vinschen2007-01-301-3/+3
* Revert erroneous checkin.Corinna Vinschen2006-12-121-1/+0
* * Makefile.in (DLL_OFILES): Add minires-os-if.o and minires.o.Corinna Vinschen2006-12-111-0/+1
* * sigproc.cc (child_info::child_info): Move old comment about msv_count here.Christopher Faylor2006-12-111-0/+23
* * child_info.h (child_info_spawn::__stdin): New element.Christopher Faylor2006-12-111-0/+3
* * sigproc.cc (waitq_head): Don't initialize to zero.Christopher Faylor2006-07-141-1/+1
* * fhandler.cc (fhandler_base::raw_read): Only return EISDIR when we're reallyChristopher Faylor2006-07-131-4/+4
* * sigproc.cc (child_info::proc_retry): Mask all of the bits we're interestedChristopher Faylor2006-05-291-1/+1
* * child_info.h (_CI_SAW_CTRL_C): New enum.Christopher Faylor2006-05-221-0/+3
* * sigproc.cc (no_signals_available): Detect hwait_sig == INVALID_HANDLE_VALUE.Christopher Faylor2006-05-161-2/+2
* * sigproc.cc (wait_for_sigthread): Use the current user sid when setting up theChristopher Faylor2006-03-301-1/+1
* * dcrt0.cc (child_info_fork::handle_fork): Set uid/gid in myself so that it canChristopher Faylor2006-03-291-9/+8
* * sigproc.cc (wait_sig): Move myself manipulation...Christopher Faylor2006-03-271-8/+5
* * sigproc.cc (sigalloc): Don't set SA_RESTART here.Christopher Faylor2006-03-231-4/+0
* * fhandler.cc (fcntl): Print flags in hex.Christopher Faylor2006-03-221-19/+19
* * signal.cc (signal): Don't set SA_RESTART here.Christopher Faylor2006-03-221-0/+4
* * child_info.h (child_status): Fix typo which made it impossible to setChristopher Faylor2006-03-221-6/+6
* * child_info.h (child_status): New enum.Christopher Faylor2006-03-201-2/+6
* revert previous debugging checkinChristopher Faylor2006-03-201-8/+4
* * pinfo.cc (commune_process): Fix randomly invalid pointer which caused fifosChristopher Faylor2006-03-201-4/+8
* * pinfo.h (EXITCODE_OK): Define new constant.Christopher Faylor2006-03-181-1/+3
* * child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor2006-03-181-3/+47
* * child_info.h (child_info_fork::fork_retry): Declare new function.Christopher Faylor2006-03-151-1/+1
* * dcrt0.cc (main_environ): Initialize to &__cygwin_environment.Christopher Faylor2006-03-141-4/+4
* * child_info.h (child_info_fork::handle_failure): Declare new function.Christopher Faylor2006-03-131-7/+12
* * dcrt0.cc (dll_crt0_0): Reorganize so that sigproc_init is called a littleChristopher Faylor2006-03-131-11/+10
* * cygtls.h (CYGTLS_INITIALIZED): Change to a little more unlikely value.Christopher Faylor2006-03-121-6/+8
* * sigproc.cc: Fix a comment.Christopher Faylor2006-02-281-5/+4
* * sigproc.cc (sigheld): Define new variable.Christopher Faylor2006-02-241-3/+18
* Always zero all elements of siginfo_t throughout.Christopher Faylor2006-02-061-1/+1
* * sigproc.cc (no_signals_available): Use existence of signal thread handle toChristopher Faylor2006-01-051-3/+4
* (fix ChangeLog and check in remaining files)Christopher Faylor2006-01-051-0/+2
* add copyrightChristopher Faylor2006-01-021-1/+2
* *** cygwin DLL Changes:Christopher Faylor2005-12-291-1/+1
* * cygtls.cc (_cygtls::handle_threadlist_exception): Make an error fatal.Christopher Faylor2005-12-231-1/+1
* * fork.cc (fork): Honor error return from sig_send. Don't continue with forkChristopher Faylor2005-12-231-7/+7
* * fhandler.h (fhandler_pipe::fixup_in_child): Declare new function.Christopher Faylor2005-12-191-1/+1
* * cygtls.cc (_cygtls::remove): Don't bother if we're exiting.Christopher Faylor2005-12-131-1/+2
* * cygtls.h (_cygtls::el): New field.Christopher Faylor2005-12-031-2/+1
* * fork.cc (frok::child): Change order of cleanup prior to return.Christopher Faylor2005-10-291-1/+1