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-11-22Cygwin: pthread_kill: check for invalid signal numberCorinna Vinschen
2021-08-23fix race condition in List_insertAleksand Malikov
2021-07-29Cygwin: implement pthread_rwlock_clockrdlock/pthread_rwlock_clockwrlockCorinna Vinschen
2021-07-29Cygwin: implement pthread_mutex_clocklockCorinna Vinschen
2021-07-29Cygwin: implement pthread_cond_clockwaitCorinna Vinschen
2021-07-29Cygwin: implement sem_clockwaitCorinna Vinschen
2020-08-30Cygwin: pthreads: iterate over key destructors per POSIXCorinna Vinschen
2019-07-12Cygwin: return full sigset_t from sig_sendCorinna Vinschen
2019-06-24Cygwin: Implement sched_[gs]etaffinity()Mark Geisert
2019-01-30Cygwin: x86_64: pthreads: Install exception handler after switching stackCorinna Vinschen
2019-01-18Cygwin: clock.h: add valid_timespec() to check timespec for validityCorinna Vinschen
2018-11-29Cygwin: implement extensible clock interfaceCorinna Vinschen
2018-11-29Cygwin: pthread_cond_timedwait: make sure to wait until abstime finishesCorinna Vinschen
2018-07-25POSIX Asynchronous I/O support: other filesMark Geisert
2018-06-27Cygwin: pthread_timedjoin_np: return ETIMEDOUT, not EBUSYCorinna Vinschen
2018-06-27Cygwin: Implement pthread_tryjoin_np and pthread_timedjoin_npCorinna Vinschen
2018-02-07Cygwin: Cleanup time handlingCorinna Vinschen
2018-01-24Define internal function mythreadname() -- revisedMark Geisert
2017-12-18Cygwin: Implement sigtimedwaitMark Geisert
2017-08-04cygwin: pthread timed locks: actually timeout on timeoutCorinna Vinschen
2017-08-04cygwin: pthread_rwlock_rdlock: don't set errno, just return error codeCorinna Vinschen
2017-08-03cygwin: Implement pthread_rwlock_timedrdlock, pthread_rwlock_timedwrlockCorinna Vinschen
2017-08-03cygwin: Implement pthread_mutex_timedlockCorinna Vinschen
2017-08-03cygwin: simplify pthread timedwait handlingCorinna Vinschen
2017-03-10Drop redundant brackets in call to _reclaim_reentCorinna Vinschen
2017-03-07Cygwin: pthread_cond_wait: Do as Linux and BSD do.Corinna Vinschen
2016-08-23Send thread names to debuggerJon Turney
2016-08-23Add pthread_getname_np and pthread_setname_npJon Turney
2016-08-18Reinstantiate Cygwin function called `__getreent'Corinna Vinschen
2016-07-27Remove redundant macro and function called `__getreent'Corinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2016-05-20Fix thread priority handlingCorinna Vinschen
2016-05-20Rewrite scheduler functions getting and setting process and thread priorityCorinna Vinschen
2016-04-20Don't test pthread objects for being already initialized at init timeCorinna Vinschen
2016-03-20Fix typoed comparisonPeter Foley
2016-03-11Spinlock spin with pause instructionVáclav Haisman
2016-02-13POSIX barrier implementation, take 3Václav Haisman
2015-12-08Remove unnecessary locking in pthread_setcancelstate/pthread_setcanceltypeCorinna Vinschen
2015-10-30Fix sigwait and pthread_kill return values in case of errorCorinna Vinschen
2015-10-21Fix memory leak in pthread_getattr_npCorinna Vinschen
2015-07-05Implement correct RLIMIT_STACK handlingCorinna Vinschen
2015-02-25 * fhandler_tape.cc (fhandler_dev_tape::_lock): Add cw_sig_restart toCorinna Vinschen
2015-02-23 * cygwait.h (enum cw_wait_mask): Add cw_sig_restart. Add commentsCorinna Vinschen
2014-11-28 * cygheap.cc (init_cygheap::init_tls_list): Accommodate threadlistCorinna Vinschen
2014-11-28 * cygheap.cc (init_cygheap::find_tls): Add comment.Corinna Vinschen
2014-08-25 * cygtls.cc (_cygtls::remove): Revert previous patch.Corinna Vinschen
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen
2014-07-21 * thread.cc (pthread::init_mainthread): Initialize thread mutex toCorinna Vinschen
2014-07-16 * thread.cc (pthread::create): Handle stackaddr as upper bound address.Corinna Vinschen
2014-07-14 * thread.cc (pthread_mutex::pthread_mutex): Change default typeCorinna Vinschen