aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/sigproc.cc
AgeCommit message (Expand)AuthorFilesLines
2024-08-06Cygwin: Fix warnings about narrowing conversions of NTSTATUS constantsJon Turney1-1/+1
2023-01-10Cygwin: /proc/<PID>/status: avoid crash computing signal infoCorinna Vinschen1-1/+2
2022-12-04Cygwin: drop wincap::needs_query_informationCorinna Vinschen1-8/+1
2022-08-19Cygwin: sigproc.cc: drop Static macro, use explicit NO_COPY insteadCorinna Vinschen1-9/+7
2022-08-04Cygwin: drop all usages of WINAPICorinna Vinschen1-3/+3
2022-05-29Cygwin: remove miscellaneous 32-bit codeKen Brown1-5/+0
2022-05-29Cygwin: remove regparm.hKen Brown1-9/+9
2022-05-05Cygwin: sigproc: Avoid segfault caused by signal just after fork().Takashi Yano1-2/+2
2022-05-03Cygwin: always add sigmask to child infoCorinna Vinschen1-4/+14
2022-04-02Cygwin: pipe: Avoid deadlock for non-cygwin writer.Takashi Yano1-0/+10
2022-03-01Cygwin: /proc/<PID>/status: Fill SigPnd, SigBlk and SigIgn values with lifeCorinna Vinschen1-2/+2
2022-03-01Cygwin: wait_sig: allow to compute process-wide mask of pending signalsCorinna Vinschen1-0/+20
2022-03-01Cygwin: pty: Avoid cutting the branch the pty master is sitting on.Takashi Yano1-1/+2
2022-02-24Cygwin: console: Restore CTRL_BREAK_EVENT handling.Takashi Yano1-2/+1
2022-02-24Cygwin: console: Redesign handling of special keys.Takashi Yano1-1/+2
2021-11-22Cygwin: sigproc: Fix potential race issue regarding exit_state.Takashi Yano1-8/+6
2021-11-20Cygwin: sigproc: Do not send signal to myself if exiting.Takashi Yano1-0/+5
2021-11-03Cygwin: console: Prevent the exec'ed bash from exiting by Ctrl-C.Takashi Yano1-0/+8
2021-10-29Cygwin: drop Vista WOW64 specific child process handle bugCorinna Vinschen1-24/+4
2020-08-30Cygwin: sigproc.cc: add commentKen Brown1-1/+5
2020-08-28Cygwin: sigproc: Fix a thinko in array sizeCorinna Vinschen1-3/+3
2020-08-28Cygwin: sigproc: Eliminate redundant copying of chld_procsCorinna Vinschen1-1/+3
2020-08-28Cygwin: sigproc: fix minor formatting issueCorinna Vinschen1-1/+1
2020-08-28Cygwin: sigproc: Allow more child processes per processCorinna Vinschen1-52/+93
2020-08-28Cygwin: drop PROC_DETACHED_CHILD flagCorinna Vinschen1-6/+2
2020-08-28Cygwin: sigproc: drop __stdcallCorinna Vinschen1-10/+10
2020-08-28Cygwin: sigproc: return int from remove_procCorinna Vinschen1-3/+3
2020-08-28Cygwin: fix up proc_subproc flags and matching pinfo methodsCorinna Vinschen1-5/+6
2020-08-05Cygwin: Add 'fallthrough' pseudo keyword for switch/case useCorinna Vinschen1-4/+4
2020-02-18Cygwin: rename NSIG to _NSIG, change visibility of NSIG to MISCCorinna Vinschen1-4/+4
2019-11-02Cygwin: fix process parent/child relationship after execveCorinna Vinschen1-0/+3
2019-08-18Cygwin: select: revamp non-polling code for signalfdCorinna Vinschen1-0/+17
2019-07-31Cygwin: pinfo: stop remember doing reattachMichael Haubenwallner1-4/+3
2019-07-12Cygwin: sigpending: don't report pending signals for other threadsCorinna Vinschen1-2/+7
2019-07-12Cygwin: return full sigset_t from sig_sendCorinna Vinschen1-4/+4
2019-02-18Cygwin: fork: add PROCESS_VM_OPERATION to child process permissionsCorinna Vinschen1-1/+1
2019-02-07forkables: On fork failure, retry with hardlinks.Michael Haubenwallner1-1/+4
2019-01-30Cygwin: fork: fix child process permissions, take 2Corinna Vinschen1-6/+4
2019-01-29Cygwin: execve: reduce parent handle to non-inheritable SYNCHRONIZECorinna Vinschen1-1/+2
2019-01-29Cygwin: fork/exec: fix child process permissionsCorinna Vinschen1-4/+16
2019-01-27Cygwin: fork: restrict parent handle perms and drop handle after useCorinna Vinschen1-2/+3
2017-10-09cygwin: Remove comparison of 'this' to NULL in _pinfo::existsKen Brown1-2/+3
2016-11-24Add comments to intentional switch fallthroughsCorinna Vinschen1-0/+2
2016-06-24child_info::child_info: Fix a commentCorinna Vinschen1-7/+2
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2016-04-05Revert "Refactor to avoid nonnull checks on "this" pointer."Corinna Vinschen1-3/+2
2016-04-04Refactor to avoid nonnull checks on "this" pointer.Peter Foley1-2/+3
2015-11-05Fix iterating over pending signals if a signal doesn't have to be clearedCorinna Vinschen1-3/+8
2015-11-03Fix potential endless loop in pending_signals::clearCorinna Vinschen1-9/+4
2015-11-02Fix incorrect implementation to clear per-thread pending signalsCorinna Vinschen1-5/+11