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
2005-07-05ARGH. Check in previous uncommitted-but-ChangeLog'ed entry.Christopher 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-30revert erroneous checkinChristopher Faylor
2005-06-30* autoload.cc (LoadDLLprime): Use a more descriptive name for autoload textChristopher Faylor
2005-06-11* include/pthread.h: Change PTHREAD_MUTEX_DEFAULT to PTHREAD_MUTEX_NORMAL.Christopher Faylor
2005-06-10* cygtls.h (_local_storage::setmode_file): New element.Christopher Faylor
2005-06-10* thread.cc (pthread_mutex::_lock): Use cancelable_wait rather thanChristopher Faylor
2005-06-09* thread.cc (cancelable_wait): No-op change to make sure that res is always aChristopher Faylor
2005-06-09Change pthread::cancelable_wait to just cancelable_wait, throughout.Christopher Faylor
2005-05-29* thread.h (pthread_key::set): Inline.Christopher Faylor
2005-02-20copyrightChristopher Faylor
2005-01-29* cygthread.cc (new): Add a little more debugging.Christopher Faylor
2004-09-07* cygtls.cc (_cygtls::init_thread): Set __sdidinit to negative value toChristopher Faylor
2004-06-27* thread.cc (__cygwin_lock_lock): Don't bother locking when there is only oneChristopher Faylor
2004-06-07* dtable.cc (dtable::find_fifo): Release lock after fifo found (still racy).Christopher Faylor
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor
2004-05-17 * cygwin.din: Add symbols flockfile, ftrylockfile, funlockfile,Corinna Vinschen
2004-05-07Christopher Faylor <cgf@timesys.com>Christopher Faylor
2004-04-13* thread.cc (pthread::thread_init_wrapper): Wait later to get more parallelChristopher Faylor
2004-04-13* thread.cc (pthread::create): Use thread mutex to control synchronizationChristopher 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-29* thread.cc (pthread::atforkprepare): Call MT_INTERFACE->fixup_before_fork atChristopher Faylor
2004-03-26* path.cc (path_conv::check): Use 'strchr' rather than 'strrchr' to find end ofChristopher Faylor
2004-03-05* include/pthread.h (PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP):Thomas Pfaff
2004-02-26* exceptions.cc (setup_handler): Signal event for any sigwaitinfo if it existsChristopher Faylor
2004-02-24 * thread.cc (pthread::cancelable_wait): Rearrange slightly.Corinna Vinschen
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor
2004-01-24* configure.in: Remove NEWVFORK default.Christopher Faylor
2004-01-19* cygwin/include/signal.h: Add copyright notice.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
2003-12-15* thread.cc (pthread::init_main_thread): Make sure that the main thread hasChristopher Faylor
2003-12-14* cygthread.cc (cygthread::stub): Revert previous change and again subsumeChristopher Faylor
2003-12-12* miscfuncs.cc (low_priority_sleep): Correct thinko which caused SetPriority toChristopher Faylor
2003-12-08* thread.cc (pthread::precreate): Delete duplicate setting of cancel_event.Christopher Faylor
2003-12-06* cygtls.h: Add more "don't parse this" guards.Christopher Faylor
2003-12-03* cygthread.cc (cygthread::stub): Properly establish _threadinfo environment.Christopher Faylor
2003-12-02* thread.cc (pthread_rwlock::add_reader): Remove mx parameter forThomas Pfaff
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor
2003-11-26 * dir.cc (mkdir): Use local security_descriptor. CallCorinna Vinschen
2003-11-26more white spaceChristopher Faylor
2003-11-26more white spaceChristopher Faylor
2003-11-26more white spaceChristopher Faylor
2003-11-26more white spaceChristopher Faylor
2003-11-26* thread.cc: Minor whitespace cleanup. Remove some obsolete code.Christopher Faylor
2003-11-11* thread.cc (pthread::exit): Cleanup on thread exit.Thomas Pfaff
2003-11-10* thread.cc (__reent_t::init_clib): Set thread local clibThomas Pfaff
2003-10-31* thread.cc (pthread::thread_init_wrapper): Initialize exception handling.Thomas Pfaff