| Commit message (Expand) | Author | Age | Files | Lines |
* | Cygwin: rename NSIG to _NSIG, change visibility of NSIG to MISC | Corinna Vinschen | 2020-02-18 | 1 | -7/+7 |
* | Cygwin: select: revamp non-polling code for signalfd | Corinna Vinschen | 2019-08-18 | 1 | -1/+0 |
* | Cygwin: return full sigset_t from sig_send | Corinna Vinschen | 2019-07-12 | 1 | -2/+2 |
* | Cygwin: raise: change to call pthread_kill | Corinna Vinschen | 2019-01-30 | 1 | -1/+4 |
* | Cygwin: posix timers: reimplement using OS timer | Corinna Vinschen | 2019-01-22 | 1 | -2/+2 |
* | Cygwin: clock.h: add valid_timespec() to check timespec for validity | Corinna Vinschen | 2019-01-18 | 1 | -3/+2 |
* | Cygwin: signalfd: implement non-polling select | Corinna Vinschen | 2019-01-14 | 1 | -1/+3 |
* | Cygwin: signal: implement signalfd | Corinna Vinschen | 2019-01-13 | 1 | -1/+61 |
* | Cygwin: minor cleanups | Corinna Vinschen | 2019-01-13 | 1 | -3/+4 |
* | Cygwin: posix timers: implement timer_getoverrun | Corinna Vinschen | 2019-01-12 | 1 | -0/+7 |
* | Cygwin: clock_nanosleep is not supposed to crash, return EFAULT instead | Corinna Vinschen | 2019-01-11 | 1 | -5/+21 |
* | Cygwin: implement extensible clock interface | Corinna Vinschen | 2018-11-29 | 1 | -13/+10 |
* | fix duration handling in sigtimedwait | Mark Geisert | 2018-07-19 | 1 | -0/+2 |
* | Cygwin: Cleanup time handling | Corinna Vinschen | 2018-02-07 | 1 | -11/+15 |
* | Cygwin: rearrange sigwait functions, convert sigwait_common to inline | Corinna Vinschen | 2017-12-18 | 1 | -45/+43 |
* | Cygwin: Implement sigtimedwait | Mark Geisert | 2017-12-18 | 1 | -2/+34 |
* | cygwin: Remove comparison of 'this' to NULL in _pinfo::exists | Ken Brown | 2017-10-09 | 1 | -1/+1 |
* | cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::kill | Ken Brown | 2017-10-09 | 1 | -3/+12 |
* | Revert "cygwin/signal.h: Remove SI_QUEUE unimplemented comment" | Corinna Vinschen | 2017-08-03 | 1 | -16/+9 |
* | cygwin/signal.h: Remove SI_QUEUE unimplemented comment | Corinna Vinschen | 2017-08-03 | 1 | -9/+16 |
* | Export XSI sigpause | Yaakov Selkowitz | 2017-06-14 | 1 | -0/+12 |
* | Don't allow sending invalid signals from user space | Corinna Vinschen | 2016-11-24 | 1 | -12/+22 |
* | raise: Add missing extern "C" | Corinna Vinschen | 2016-11-24 | 1 | -1/+1 |
* | kill(pid, sig) before waitpid() returns -1 for sig != 0 | Erik Bray | 2016-08-11 | 1 | -1/+1 |
* | Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-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 | -8/+4 |
* | Refactor to avoid nonnull checks on "this" pointer. | Peter Foley | 2016-04-04 | 1 | -4/+8 |
* | Fix sigwait and pthread_kill return values in case of error | Corinna Vinschen | 2015-10-30 | 1 | -2/+8 |
* | cygwin: Fix copyright dates | Corinna Vinschen | 2015-07-29 | 1 | -1/+1 |
* | Add comment to sigaltstack to explain setting ss_flags here | Corinna Vinschen | 2015-06-30 | 1 | -0/+4 |
* | Handle ss_flags value longjmp safe. | Corinna Vinschen | 2015-06-27 | 1 | -1/+11 |
* | Handle exceptions in sigaltstack | Corinna Vinschen | 2015-06-20 | 1 | -21/+35 |
* | Preliminary infrastructure to implement alternate stack | Corinna Vinschen | 2015-06-19 | 1 | -1/+39 |
* | * Throughout, use __try/__except/__endtry blocks, rather than myfault | Corinna Vinschen | 2014-08-22 | 1 | -60/+66 |
* | * dir.cc (dirfd): Per POSIX, return EINVAL on invalid directory stream. | Corinna Vinschen | 2014-08-19 | 1 | -1/+1 |
* | * signal.cc (sigprocmask): Fix strace output to include "how". | Christopher Faylor | 2014-05-09 | 1 | -1/+1 |
* | Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatch | Yaakov Selkowitz | 2013-05-01 | 1 | -2/+2 |
* | * Merge in cygwin-64bit-branch. | Corinna Vinschen | 2013-04-23 | 1 | -3/+3 |
* | * DevNotes: Add entry cgf-000022. | Christopher Faylor | 2013-01-31 | 1 | -9/+0 |
* | Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout, | Christopher Faylor | 2013-01-21 | 1 | -5/+4 |
* | Rename cancelable_wait -> cygwait throughout. | Christopher Faylor | 2012-08-15 | 1 | -2/+2 |
* | * exceptions.cc (sigdelayed): Move declaration to sigproc.h. | Christopher Faylor | 2012-08-15 | 1 | -1/+5 |
* | * signal.cc (sigwaitinfo): Change cw_sig to the correct cw_sig_eintr. | Christopher Faylor | 2012-08-07 | 1 | -2/+1 |
* | * cygwait.cc (cancelable_wait): Add some debugging-only output. | Christopher Faylor | 2012-07-30 | 1 | -3/+9 |
* | * signal.cc (clock_nanosleep): Force return on signal rather than letting | Christopher Faylor | 2012-07-25 | 1 | -1/+1 |
* | * DevNotes: Add entry cgf-000013. | Christopher Faylor | 2012-07-21 | 1 | -20/+13 |
* | * Makefile.in: Add some more optimization flags for cygwait, malloc and path.... | Christopher Faylor | 2012-07-02 | 1 | -6/+9 |
* | Revert errneous checkin. | Christopher Faylor | 2012-06-19 | 1 | -5/+17 |
* | * cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrt | Christopher Faylor | 2012-06-19 | 1 | -17/+5 |
* | Add '#include "cygwait.h"' throughout, where appropriate. | Christopher Faylor | 2012-06-17 | 1 | -0/+1 |