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