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-08-23fix race condition in List_insertAleksand Malikov
2021-07-29Cygwin: implement sem_clockwaitCorinna Vinschen
2020-08-30Cygwin: pthreads: iterate over key destructors per POSIXCorinna Vinschen
2018-06-27Cygwin: Implement pthread_tryjoin_np and pthread_timedjoin_npCorinna Vinschen
2018-01-24Define internal function mythreadname() -- revisedMark Geisert
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
2016-08-23Add pthread_getname_np and pthread_setname_npJon Turney
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2016-02-13POSIX barrier implementation, take 3Václav Haisman
2015-07-05Implement correct RLIMIT_STACK handlingCorinna Vinschen
2015-02-25 * fhandler_tape.cc (fhandler_dev_tape::_lock): Add cw_sig_restart toCorinna Vinschen
2013-07-23 * ntdll.h (struct _SEMAPHORE_BASIC_INFORMATION): Define.Corinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-03-31* child_info.h (cygheap_exec_info::sigmask): Declare new field.Christopher Faylor
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor
2013-01-07* thread.cc (pthread_rwlock::lookup_reader): Remove parameter: always assumeChristopher Faylor
2013-01-07* thread.cc (pthread_rwlock::add_reader): Perform new operation here and returnChristopher Faylor
2012-10-23 * thread.h (List_insert): Cast first parameter inCorinna Vinschen
2012-08-15Rename cancelable_wait -> cygwait throughout.Christopher Faylor
2012-07-22* DevNotes: Add entry cgf-000013.Christopher Faylor
2012-06-19* cygwait.h (LARGE_NULL): Define.Christopher Faylor
2012-06-19Revert errneous checkin.Christopher Faylor
2012-06-18Add '#include "cygwait.h"' throughout, where appropriate.Christopher Faylor
2012-02-13 * Makefile.in (clean): Remove non-existant regexp dir.Corinna Vinschen
2012-02-11 * miscfuncs.cc (DEFAULT_STACKSIZE): Remove.Corinna Vinschen
2012-01-11Update copyright on all files checked in so far this year.Christopher Faylor
2011-08-24 * thread.cc (pthread::pthread): Drop setting parent_tls. CallCorinna Vinschen
2011-08-03* cygtls.h (struct _local_storage): Add cw_timer member.Yaakov Selkowitz
2011-07-21* cygwin.din (pthread_condattr_getclock): Export.Yaakov Selkowitz
2011-05-15 * cygwin.din (pthread_attr_getguardsize): Export.Corinna Vinschen
2011-05-04* thread.h (pthread::static_cancel_self): Mark as noreturn.Christopher Faylor
2011-05-03* cygwin.din (pthread_attr_getstack): Export.Yaakov Selkowitz
2011-05-01 * fhandler_windows.cc (fhandler_windows::read): UseCorinna Vinschen
2011-04-30 * thread.h (class pthread): Add bool member canceled.Corinna Vinschen
2011-03-29 * cygwin.din (pthread_spin_destroy): Export.Corinna Vinschen
2011-03-29 * thread.cc (semaphore::init, destroy, close): Standards conformanceCorinna Vinschen
2010-02-22* include/sys/strace.h: Define _STRACE_SPECIAL.Christopher Faylor
2010-02-12* pthread.cc (pthread_mutex_init): Explicitly fill out third arg toChristopher Faylor
2010-02-10* dcrt0.cc (_dll_crt0): Set _main_tls as early as possible.Christopher Faylor
2009-07-01* select.h: New file split from fhandler.h.Christopher Faylor
2009-01-20 * thread.h (struct pthread_rwlock::RWLOCK_READER): Add counter n.Corinna Vinschen
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor
2008-04-01 * Fix copyright dates.Corinna Vinschen
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor
2007-11-27 Drop old SetResourceLock stuff in favor of mutos.Corinna Vinschen
2007-02-22* dcrt0.cc (child_info_fork::alloc_stack_hard_way): Change sense of guard test.Christopher Faylor
2007-02-20 * cygwin.din (sem_unlink): Export.Corinna Vinschen
2005-09-06 * thread.h: Revert patch from 2005-09-05.Corinna Vinschen