summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sigproc.cc
Commit message (Expand)AuthorAgeFilesLines
* * sigproc.cc (wait_sig): Make sure that strace is activated on __SIGSTRACE byChristopher Faylor2010-03-311-0/+1
* * sigproc.cc (no_signals_available): Get sense of the test right for previousChristopher Faylor2010-03-151-1/+1
* * sigproc.cc (no_signals_available): Don't try to send a signal if still inChristopher Faylor2010-03-151-1/+1
* * spinlock.h: New file.Christopher Faylor2010-03-131-1/+3
* Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor2010-03-121-2/+2
* * sigproc.cc (get_proc_lock): Fix error message typo.Christopher Faylor2010-02-031-1/+1
* Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen2009-12-181-4/+5
* Support pseudo-reloc version 2Charles Wilson2009-10-071-0/+2
* * sigproc.cc (stopped_or_terminated): Don't return a match when stopsig ==Christopher Faylor2009-08-021-3/+4
* * sigproc.h (wait_for_sigthread): Eliminate parameter.Christopher Faylor2009-07-241-13/+22
* * exceptions.cc (sig_handle_tty_stop): Set stopsig to SIGCONT when continuing.Christopher Faylor2009-07-181-2/+5
* * Makefile.in: Don't do anything special with any RCS directories.Christopher Faylor2009-07-121-1/+1
* * fhandler.cc (fhandler_base::wait_overlapped): Honor nonblocking flag forChristopher Faylor2009-06-141-2/+2
* 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