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
2022-05-30Cygwin: remove regparm.hKen Brown
2022-05-13Add stdio_exit_handler()Matt Joyce
2022-05-12Cygwin: signal.cc: Include <unistd.h>Sebastian Huber
2022-03-01Cygwin: handle_sigprocmask: If new signal set is NULL, ignore "how"Corinna Vinschen
2021-11-22Cygwin: raise: align return value and error checking to LinuxCorinna Vinschen
2021-11-22Cygwin: raise: fix check for multithreaded processCorinna Vinschen
2020-02-18Cygwin: rename NSIG to _NSIG, change visibility of NSIG to MISCCorinna Vinschen
2019-08-18Cygwin: select: revamp non-polling code for signalfdCorinna Vinschen
2019-07-12Cygwin: return full sigset_t from sig_sendCorinna Vinschen
2019-01-30Cygwin: raise: change to call pthread_killCorinna Vinschen
2019-01-22Cygwin: posix timers: reimplement using OS timerCorinna Vinschen
2019-01-18Cygwin: clock.h: add valid_timespec() to check timespec for validityCorinna Vinschen
2019-01-14Cygwin: signalfd: implement non-polling selectCorinna Vinschen
2019-01-14Cygwin: signal: implement signalfdCorinna Vinschen
2019-01-14Cygwin: minor cleanupsCorinna Vinschen
2019-01-12Cygwin: posix timers: implement timer_getoverrunCorinna Vinschen
2019-01-11Cygwin: clock_nanosleep is not supposed to crash, return EFAULT insteadCorinna Vinschen
2018-11-29Cygwin: implement extensible clock interfaceCorinna Vinschen
2018-07-19fix duration handling in sigtimedwaitMark Geisert
2018-02-07Cygwin: Cleanup time handlingCorinna Vinschen
2017-12-18Cygwin: rearrange sigwait functions, convert sigwait_common to inlineCorinna Vinschen
2017-12-18Cygwin: Implement sigtimedwaitMark Geisert
2017-10-09cygwin: Remove comparison of 'this' to NULL in _pinfo::existsKen Brown
2017-10-09cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::killKen Brown
2017-08-03Revert "cygwin/signal.h: Remove SI_QUEUE unimplemented comment"Corinna Vinschen
2017-08-03cygwin/signal.h: Remove SI_QUEUE unimplemented commentCorinna Vinschen
2017-06-14Export XSI sigpauseYaakov Selkowitz
2016-11-24Don't allow sending invalid signals from user spaceCorinna Vinschen
2016-11-24raise: Add missing extern "C"Corinna Vinschen
2016-08-11kill(pid, sig) before waitpid() returns -1 for sig != 0Erik Bray
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-10-30Fix sigwait and pthread_kill return values in case of errorCorinna Vinschen
2015-07-29cygwin: Fix copyright datesCorinna Vinschen
2015-06-30Add comment to sigaltstack to explain setting ss_flags hereCorinna Vinschen
2015-06-27Handle ss_flags value longjmp safe.Corinna Vinschen
2015-06-20Handle exceptions in sigaltstackCorinna Vinschen
2015-06-19Preliminary infrastructure to implement alternate stackCorinna Vinschen
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen
2014-08-19 * dir.cc (dirfd): Per POSIX, return EINVAL on invalid directory stream.Corinna Vinschen
2014-05-09* signal.cc (sigprocmask): Fix strace output to include "how".Christopher Faylor
2013-05-01Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-01-31* DevNotes: Add entry cgf-000022.Christopher Faylor
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor
2012-08-15Rename cancelable_wait -> cygwait throughout.Christopher Faylor
2012-08-15* exceptions.cc (sigdelayed): Move declaration to sigproc.h.Christopher Faylor
2012-08-07* signal.cc (sigwaitinfo): Change cw_sig to the correct cw_sig_eintr.Christopher Faylor
2012-07-30* cygwait.cc (cancelable_wait): Add some debugging-only output.Christopher Faylor