index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
sigproc.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cygwin: sigproc.cc: add comment
Ken Brown
2020-08-30
1
-1
/
+5
*
Cygwin: sigproc: Fix a thinko in array size
Corinna Vinschen
2020-08-28
1
-3
/
+3
*
Cygwin: sigproc: Eliminate redundant copying of chld_procs
Corinna Vinschen
2020-08-28
1
-1
/
+3
*
Cygwin: sigproc: fix minor formatting issue
Corinna Vinschen
2020-08-28
1
-1
/
+1
*
Cygwin: sigproc: Allow more child processes per process
Corinna Vinschen
2020-08-28
1
-52
/
+93
*
Cygwin: drop PROC_DETACHED_CHILD flag
Corinna Vinschen
2020-08-28
1
-6
/
+2
*
Cygwin: sigproc: drop __stdcall
Corinna Vinschen
2020-08-28
1
-10
/
+10
*
Cygwin: sigproc: return int from remove_proc
Corinna Vinschen
2020-08-28
1
-3
/
+3
*
Cygwin: fix up proc_subproc flags and matching pinfo methods
Corinna Vinschen
2020-08-28
1
-5
/
+6
*
Cygwin: Add 'fallthrough' pseudo keyword for switch/case use
Corinna Vinschen
2020-08-05
1
-4
/
+4
*
Cygwin: rename NSIG to _NSIG, change visibility of NSIG to MISC
Corinna Vinschen
2020-02-18
1
-4
/
+4
*
Cygwin: fix process parent/child relationship after execve
Corinna Vinschen
2019-11-02
1
-0
/
+3
*
Cygwin: select: revamp non-polling code for signalfd
Corinna Vinschen
2019-08-18
1
-0
/
+17
*
Cygwin: pinfo: stop remember doing reattach
Michael Haubenwallner
2019-07-31
1
-4
/
+3
*
Cygwin: sigpending: don't report pending signals for other threads
Corinna Vinschen
2019-07-12
1
-2
/
+7
*
Cygwin: return full sigset_t from sig_send
Corinna Vinschen
2019-07-12
1
-4
/
+4
*
Cygwin: fork: add PROCESS_VM_OPERATION to child process permissions
Corinna Vinschen
2019-02-18
1
-1
/
+1
*
forkables: On fork failure, retry with hardlinks.
Michael Haubenwallner
2019-02-07
1
-1
/
+4
*
Cygwin: fork: fix child process permissions, take 2
Corinna Vinschen
2019-01-30
1
-6
/
+4
*
Cygwin: execve: reduce parent handle to non-inheritable SYNCHRONIZE
Corinna Vinschen
2019-01-29
1
-1
/
+2
*
Cygwin: fork/exec: fix child process permissions
Corinna Vinschen
2019-01-29
1
-4
/
+16
*
Cygwin: fork: restrict parent handle perms and drop handle after use
Corinna Vinschen
2019-01-27
1
-2
/
+3
*
cygwin: Remove comparison of 'this' to NULL in _pinfo::exists
Ken Brown
2017-10-09
1
-2
/
+3
*
Add comments to intentional switch fallthroughs
Corinna Vinschen
2016-11-24
1
-0
/
+2
*
child_info::child_info: Fix a comment
Corinna Vinschen
2016-06-24
1
-7
/
+2
*
Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option
cygwin-2_5_2-release
Corinna Vinschen
2016-06-23
1
-3
/
+0
*
Revert "Refactor to avoid nonnull checks on "this" pointer."
Corinna Vinschen
2016-04-05
1
-3
/
+2
*
Refactor to avoid nonnull checks on "this" pointer.
Peter Foley
2016-04-04
1
-2
/
+3
*
Fix iterating over pending signals if a signal doesn't have to be cleared
Corinna Vinschen
2015-11-05
1
-3
/
+8
*
Fix potential endless loop in pending_signals::clear
Corinna Vinschen
2015-11-03
1
-9
/
+4
*
Fix incorrect implementation to clear per-thread pending signals
Corinna Vinschen
2015-11-02
1
-5
/
+11
*
Clear pending signals targeting exiting thread
newlib-snapshot-20151023
Corinna Vinschen
2015-10-23
1
-1
/
+19
*
Sigproc.cc: Fix copyright.
newlib-snapshot-20150824
Corinna Vinschen
2015-08-24
1
-1
/
+1
*
Fix hang stracing forking processes but not following child
Corinna Vinschen
2015-08-24
1
-1
/
+15
*
* cygheap.cc (init_cygheap::init_tls_list): Accommodate threadlist
Corinna Vinschen
2014-11-28
1
-6
/
+18
*
* init.cc (dll_entry): Revert previous patch. This requires another
Corinna Vinschen
2014-11-21
1
-2
/
+11
*
* sigproc.cc (sigproc_init): Set aside more buffer space for signal pipes.
Christopher Faylor
2014-07-15
1
-2
/
+14
*
* sigproc.cc (send_sig): Don't report an error if WriteFile succeeds.
Christopher Faylor
2014-07-15
1
-1
/
+1
*
* sigproc.cc (send_sig): Fix bad format in diagnostic output.
Christopher Faylor
2014-07-14
1
-3
/
+3
*
* sigproc.h (no_thread_exit_protect): New class.
Christopher Faylor
2014-03-17
1
-1
/
+5
*
* sigproc.cc (_cygtls::remove_wq): Reset thread_ev inside of lock. Set to NULL
Christopher Faylor
2014-03-09
1
-1
/
+2
*
* sigproc.cc (sig_send): Don't bother with an error message if we are exiting.
Christopher Faylor
2014-02-09
1
-6
/
+3
*
* external.cc (fillout_pinfo): Remove nonsensical loop.
Christopher Faylor
2013-12-18
1
-1
/
+1
*
* sigproc.cc (sig_send): Set PIPE_NOWAIT for pipes which are not us.
Christopher Faylor
2013-12-18
1
-1
/
+10
*
* globals.cc (hntdll): Define/declare.
Christopher Faylor
2013-12-09
1
-0
/
+2
*
* sigproc.cc (pending_signals::add): Properly maintain linked list.
Christopher Faylor
2013-08-30
1
-3
/
+3
*
* DevNotes: Add entry cgf-000023.
Christopher Faylor
2013-06-07
1
-15
/
+0
*
* sigproc.cc (exit_thread): Allow to exit the thread while running
Corinna Vinschen
2013-06-03
1
-1
/
+10
*
* sigproc.cc (sig_hold): Delete.
Christopher Faylor
2013-05-16
1
-51
/
+30
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-3
/
+3
[next]