summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sigproc.cc
Commit message (Expand)AuthorAgeFilesLines
* Cygwin: sigproc.cc: add commentKen Brown2020-08-301-1/+5
* Cygwin: sigproc: Fix a thinko in array sizeCorinna Vinschen2020-08-281-3/+3
* Cygwin: sigproc: Eliminate redundant copying of chld_procsCorinna Vinschen2020-08-281-1/+3
* Cygwin: sigproc: fix minor formatting issueCorinna Vinschen2020-08-281-1/+1
* Cygwin: sigproc: Allow more child processes per processCorinna Vinschen2020-08-281-52/+93
* Cygwin: drop PROC_DETACHED_CHILD flagCorinna Vinschen2020-08-281-6/+2
* Cygwin: sigproc: drop __stdcallCorinna Vinschen2020-08-281-10/+10
* Cygwin: sigproc: return int from remove_procCorinna Vinschen2020-08-281-3/+3
* Cygwin: fix up proc_subproc flags and matching pinfo methodsCorinna Vinschen2020-08-281-5/+6
* Cygwin: Add 'fallthrough' pseudo keyword for switch/case useCorinna Vinschen2020-08-051-4/+4
* Cygwin: rename NSIG to _NSIG, change visibility of NSIG to MISCCorinna Vinschen2020-02-181-4/+4
* Cygwin: fix process parent/child relationship after execveCorinna Vinschen2019-11-021-0/+3
* Cygwin: select: revamp non-polling code for signalfdCorinna Vinschen2019-08-181-0/+17
* Cygwin: pinfo: stop remember doing reattachMichael Haubenwallner2019-07-311-4/+3
* Cygwin: sigpending: don't report pending signals for other threadsCorinna Vinschen2019-07-121-2/+7
* Cygwin: return full sigset_t from sig_sendCorinna Vinschen2019-07-121-4/+4
* Cygwin: fork: add PROCESS_VM_OPERATION to child process permissionsCorinna Vinschen2019-02-181-1/+1
* forkables: On fork failure, retry with hardlinks.Michael Haubenwallner2019-02-071-1/+4
* Cygwin: fork: fix child process permissions, take 2Corinna Vinschen2019-01-301-6/+4
* Cygwin: execve: reduce parent handle to non-inheritable SYNCHRONIZECorinna Vinschen2019-01-291-1/+2
* Cygwin: fork/exec: fix child process permissionsCorinna Vinschen2019-01-291-4/+16
* Cygwin: fork: restrict parent handle perms and drop handle after useCorinna Vinschen2019-01-271-2/+3
* cygwin: Remove comparison of 'this' to NULL in _pinfo::existsKen Brown2017-10-091-2/+3
* Add comments to intentional switch fallthroughsCorinna Vinschen2016-11-241-0/+2
* child_info::child_info: Fix a commentCorinna Vinschen2016-06-241-7/+2
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Revert "Refactor to avoid nonnull checks on "this" pointer."Corinna Vinschen2016-04-051-3/+2
* Refactor to avoid nonnull checks on "this" pointer.Peter Foley2016-04-041-2/+3
* Fix iterating over pending signals if a signal doesn't have to be clearedCorinna Vinschen2015-11-051-3/+8
* Fix potential endless loop in pending_signals::clearCorinna Vinschen2015-11-031-9/+4
* Fix incorrect implementation to clear per-thread pending signalsCorinna Vinschen2015-11-021-5/+11
* Clear pending signals targeting exiting threadnewlib-snapshot-20151023Corinna Vinschen2015-10-231-1/+19
* Sigproc.cc: Fix copyright.newlib-snapshot-20150824Corinna Vinschen2015-08-241-1/+1
* Fix hang stracing forking processes but not following childCorinna Vinschen2015-08-241-1/+15
* * cygheap.cc (init_cygheap::init_tls_list): Accommodate threadlistCorinna Vinschen2014-11-281-6/+18
* * init.cc (dll_entry): Revert previous patch. This requires anotherCorinna Vinschen2014-11-211-2/+11
* * sigproc.cc (sigproc_init): Set aside more buffer space for signal pipes.Christopher Faylor2014-07-151-2/+14
* * sigproc.cc (send_sig): Don't report an error if WriteFile succeeds.Christopher Faylor2014-07-151-1/+1
* * sigproc.cc (send_sig): Fix bad format in diagnostic output.Christopher Faylor2014-07-141-3/+3
* * sigproc.h (no_thread_exit_protect): New class.Christopher Faylor2014-03-171-1/+5
* * sigproc.cc (_cygtls::remove_wq): Reset thread_ev inside of lock. Set to NULLChristopher Faylor2014-03-091-1/+2
* * sigproc.cc (sig_send): Don't bother with an error message if we are exiting.Christopher Faylor2014-02-091-6/+3
* * external.cc (fillout_pinfo): Remove nonsensical loop.Christopher Faylor2013-12-181-1/+1
* * sigproc.cc (sig_send): Set PIPE_NOWAIT for pipes which are not us.Christopher Faylor2013-12-181-1/+10
* * globals.cc (hntdll): Define/declare.Christopher Faylor2013-12-091-0/+2
* * sigproc.cc (pending_signals::add): Properly maintain linked list.Christopher Faylor2013-08-301-3/+3
* * DevNotes: Add entry cgf-000023.Christopher Faylor2013-06-071-15/+0
* * sigproc.cc (exit_thread): Allow to exit the thread while runningCorinna Vinschen2013-06-031-1/+10
* * sigproc.cc (sig_hold): Delete.Christopher Faylor2013-05-161-51/+30
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-3/+3