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
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
2015-08-24Fix hang stracing forking processes but not following childCorinna Vinschen
2014-11-28 * cygheap.cc (init_cygheap::init_tls_list): Accommodate threadlistCorinna Vinschen
2014-11-22 * init.cc (dll_entry): Revert previous patch. This requires anotherCorinna Vinschen
2014-07-16* sigproc.cc (sigproc_init): Set aside more buffer space for signal pipes.Christopher Faylor
2014-07-15* sigproc.cc (send_sig): Don't report an error if WriteFile succeeds.Christopher Faylor
2014-07-14* sigproc.cc (send_sig): Fix bad format in diagnostic output.Christopher Faylor
2014-03-17* sigproc.h (no_thread_exit_protect): New class.Christopher Faylor
2014-03-09* sigproc.cc (_cygtls::remove_wq): Reset thread_ev inside of lock. Set to NULLChristopher Faylor
2014-02-09* sigproc.cc (sig_send): Don't bother with an error message if we are exiting.Christopher Faylor
2013-12-18* external.cc (fillout_pinfo): Remove nonsensical loop.Christopher Faylor
2013-12-18* sigproc.cc (sig_send): Set PIPE_NOWAIT for pipes which are not us.Christopher Faylor
2013-12-10* globals.cc (hntdll): Define/declare.Christopher Faylor
2013-08-30* sigproc.cc (pending_signals::add): Properly maintain linked list.Christopher Faylor
2013-06-07* DevNotes: Add entry cgf-000023.Christopher Faylor
2013-06-03 * sigproc.cc (exit_thread): Allow to exit the thread while runningCorinna Vinschen
2013-05-16* sigproc.cc (sig_hold): Delete.Christopher Faylor
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen