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
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
2005-09-05 * thread.h (pthread_mutex::get_pthread_self): Remove.Corinna Vinschen
2005-08-05 * thread.cc (pthread::create(3 args)): Make bool.Corinna Vinschen
2005-07-05Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor
2005-07-03* thread.h (verifyable_object_state verifyable_object_isvalid): Delete functionChristopher Faylor
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor
2005-06-11* include/pthread.h: Change PTHREAD_MUTEX_DEFAULT to PTHREAD_MUTEX_NORMAL.Christopher Faylor
2005-06-09Change pthread::cancelable_wait to just cancelable_wait, throughout.Christopher Faylor
2005-06-01* thread.h (List_remove): Revert most of 2005-05-30 change.Christopher Faylor
2005-05-30* thread.h (List_remove): Make node parameter const. Use simple comparison andChristopher Faylor
2005-05-29* thread.h (pthread_key::set): Inline.Christopher Faylor
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor
2004-04-10* thread.h (pthread::init_mainthread): Remove parameter forked.Christopher Faylor
2004-03-31* thread.h (pthread::init_mainthread): Add parameter forked. Set forkedChristopher Faylor
2004-03-05* include/pthread.h (PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP):Thomas Pfaff
2004-02-24 * thread.cc (pthread::cancelable_wait): Rearrange slightly.Corinna Vinschen
2004-02-12Rename _threadinfo to _cygtls, throughout.Christopher Faylor
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor
2004-01-14* cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor
2003-12-23* exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor