Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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