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
2008-04-21 * Makefile.in (DLL_OFILES): Add kernel32.o.Corinna Vinschen
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2008-04-07Add miscfuncs.h to files as needed throughout.Christopher Faylor
2008-04-01 * Fix copyright dates.Corinna Vinschen
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor
2008-02-13* syscalls.cc (_isatty): Define as an alias to isatty to override newlibChristopher Faylor
2007-12-05 * fhandler_registry.cc: Use NAME_MAX + 1 instead of CYG_MAX_PATHCorinna Vinschen
2007-11-27 Drop old SetResourceLock stuff in favor of mutos.Corinna Vinschen
2007-11-06 * thread.cc (pthread_key_create): Drop check for incoming valid object.Corinna Vinschen
2007-03-29 * cygheap.cc (cygheap_init): Fix formatting. Remove comment. SetCorinna 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
2006-05-27* thread.cc (verifyable_object_isvalid): Check for NULL specifically.Christopher Faylor
2006-03-22 * thread.cc (pthread_mutex::is_good_initializer_or_bad_object): Delete.Corinna Vinschen
2006-03-22 * thread.cc (pthread_cond::init): Disable validity test of objectCorinna Vinschen
2006-02-06Always zero all elements of siginfo_t throughout.Christopher Faylor
2005-12-03* cygtls.h (_cygtls::el): New field.Christopher Faylor
2005-09-06 * thread.h: Revert patch from 2005-09-05.Corinna Vinschen
2005-08-12white spaceChristopher Faylor
2005-08-05 * thread.cc (pthread::create(3 args)): Make bool.Corinna Vinschen
2005-08-05 * thread.cc (pthread_cond_timedwait): Check abstime for validityCorinna Vinschen
2005-07-07Eliminate (void) cast on standalone function calls throughout.Christopher Faylor
2005-07-05Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor
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