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
2021-07-22Ensure nanosleep(2) never returns negative remDavid Allsopp
2018-03-05Cygwin: cygwait.cc: fix formatting of debug statementCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2015-11-27Fix race condition when waiting for a signalCorinna Vinschen
2015-02-23 * cygwait.h (enum cw_wait_mask): Add cw_sig_restart. Add commentsCorinna Vinschen
2015-02-23 * cygwait.cc (cygwait): Move setting res to WAIT_SIGNALED to clarifyCorinna Vinschen
2013-06-08* cygwait.cc (cygwait): Remove lock around sig retrieval since this code isChristopher Faylor
2013-04-09* cygtls.h (_cygtls::reset_signal_arrived): Actually reset the signal_arrivedChristopher Faylor
2012-08-15Rename cancelable_wait -> cygwait throughout.Christopher Faylor
2012-08-15* cygtls.h (_cygtls::create_signal_arrived): New function.Christopher Faylor
2012-07-30* cygwait.cc (cancelable_wait): Add some debugging-only output.Christopher Faylor
2012-07-23Change "set_thread_waiting" to "set_signal_arrived" throughout.Christopher Faylor
2012-07-22* DevNotes: Add entry cgf-000013.Christopher Faylor
2012-06-25* cygwait.cc (cancelable_wait): Make sure that timer is cancelled beforeChristopher Faylor
2012-06-19Revert errneous checkin.Christopher Faylor
2012-06-19* cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor
2012-06-18Add '#include "cygwait.h"' throughout, where appropriate.Christopher Faylor