Age | Commit message (Expand) | Author | Files | Lines |
2009-06-30 | * select.h: New file split from fhandler.h. | Christopher Faylor | 1 | -1/+1 |
2009-01-20 | * thread.h (struct pthread_rwlock::RWLOCK_READER): Add counter n. | Corinna Vinschen | 1 | -0/+1 |
2009-01-03 | Remove unneeded header files from source files throughout. Update copyrights | Christopher Faylor | 1 | -2/+2 |
2008-04-01 | * Fix copyright dates. | Corinna Vinschen | 1 | -1/+2 |
2008-02-15 | Perform whitespace cleanup throughout. | Christopher Faylor | 1 | -0/+1 |
2007-11-27 | Drop old SetResourceLock stuff in favor of mutos. | Corinna Vinschen | 1 | -18/+0 |
2007-02-22 | * dcrt0.cc (child_info_fork::alloc_stack_hard_way): Change sense of guard test. | Christopher Faylor | 1 | -5/+9 |
2007-02-20 | * cygwin.din (sem_unlink): Export. | Corinna Vinschen | 1 | -15/+27 |
2005-09-06 | * thread.h: Revert patch from 2005-09-05. | Corinna Vinschen | 1 | -4/+10 |
2005-09-05 | * thread.h (pthread_mutex::get_pthread_self): Remove. | Corinna Vinschen | 1 | -10/+4 |
2005-08-05 | * thread.cc (pthread::create(3 args)): Make bool. | Corinna Vinschen | 1 | -2/+2 |
2005-07-05 | Change foo (void) to foo () for all c++ functions throughout. Remove all | Christopher Faylor | 1 | -3/+3 |
2005-07-03 | * thread.h (verifyable_object_state verifyable_object_isvalid): Delete function | Christopher Faylor | 1 | -5/+0 |
2005-07-03 | Replace valid memory checks with new myfault class "exception handling", almost | Christopher Faylor | 1 | -3/+3 |
2005-06-11 | * include/pthread.h: Change PTHREAD_MUTEX_DEFAULT to PTHREAD_MUTEX_NORMAL. | Christopher Faylor | 1 | -2/+9 |
2005-06-09 | Change pthread::cancelable_wait to just cancelable_wait, throughout. | Christopher Faylor | 1 | -5/+13 |
2005-06-01 | * thread.h (List_remove): Revert most of 2005-05-30 change. | Christopher Faylor | 1 | -3/+1 |
2005-05-30 | * thread.h (List_remove): Make node parameter const. Use simple comparison and | Christopher Faylor | 1 | -2/+4 |
2005-05-29 | * thread.h (pthread_key::set): Inline. | Christopher Faylor | 1 | -3/+3 |
2004-05-28 | * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it | Christopher Faylor | 1 | -4/+4 |
2004-04-10 | * thread.h (pthread::init_mainthread): Remove parameter forked. | Christopher Faylor | 1 | -2/+2 |
2004-03-30 | * thread.h (pthread::init_mainthread): Add parameter forked. Set forked | Christopher Faylor | 1 | -1/+1 |
2004-03-04 | * include/pthread.h (PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP): | Thomas Pfaff | 1 | -3/+6 |
2004-02-24 | * thread.cc (pthread::cancelable_wait): Rearrange slightly. | Corinna Vinschen | 1 | -2/+3 |
2004-02-12 | Rename _threadinfo to _cygtls, throughout. | Christopher Faylor | 1 | -2/+2 |
2004-02-09 | * debug.h (console_printf): Define for non-debugging condition. | Christopher Faylor | 1 | -1/+1 |
2004-01-14 | * cygtls.h (_threadinfo::call): Remove regparm declaration to work around | Christopher Faylor | 1 | -4/+1 |
2003-12-23 | * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report | Christopher Faylor | 1 | -114/+3 |
2003-12-14 | * cygthread.cc (cygthread::stub): Revert previous change and again subsume | Christopher Faylor | 1 | -2/+1 |
2003-12-12 | * miscfuncs.cc (low_priority_sleep): Correct thinko which caused SetPriority to | Christopher Faylor | 1 | -0/+1 |
2003-12-03 | * cygthread.cc (cygthread::stub): Properly establish _threadinfo environment. | Christopher Faylor | 1 | -1/+2 |
2003-12-02 | white space | Christopher Faylor | 1 | -14/+14 |
2003-12-01 | * thread.cc (pthread_rwlock::add_reader): Remove mx parameter for | Thomas Pfaff | 1 | -15/+15 |
2003-11-28 | Eliminate use of sigframe and sigthread throughout. | Christopher Faylor | 1 | -24/+24 |
2003-11-14 | 2003-11-11 Robert Collins <rbtcollins@hotmail.com> | Robert Collins | 1 | -2/+2 |
2003-10-31 | Rename pthread::running to pthread::valid throughout. | Thomas Pfaff | 1 | -1/+14 |
2003-10-27 | * thread.h (fast_mutex::init): Initialize lock_counter. | Thomas Pfaff | 1 | -0/+1 |
2003-10-27 | * cygwin.din: Add sem_close, sem_getvalue, sem_open and sem_timedwait. | Corinna Vinschen | 1 | -1/+9 |
2003-10-24 | Rename native_mutex to fast_mutex throughout. | Thomas Pfaff | 1 | -38/+112 |
2003-09-20 | * thread.h (__reent_t::init_clib): Declare new function. | Christopher Faylor | 1 | -0/+1 |
2003-06-24 | * thread.cc (MTinterface::fixup_after_fork): Fix thread list after fork. | Thomas Pfaff | 1 | -1/+11 |
2003-06-16 | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 1 | -1/+0 |
2003-05-15 | * thread.h (pthread::init_mainthread): Remove function parameter. | Thomas Pfaff | 1 | -2/+2 |
2003-04-17 | * thread.h (pthread::equal): New static method. | Thomas Pfaff | 1 | -0/+5 |
2003-04-15 | Fix a race in pthread_rwlock caused by simultanoues unlock and cancelation. | Thomas Pfaff | 1 | -0/+12 |
2003-03-27 | * thread.h: Change class names, methods, members and local vars | Thomas Pfaff | 1 | -118/+119 |
2003-03-23 | * thread.h (class List): Move inline code inside class | Thomas Pfaff | 1 | -79/+96 |
2003-03-18 | * pthread.cc (pthread_attr_init): Remove | Thomas Pfaff | 1 | -91/+0 |
2003-03-18 | * cygwin.din: Add pthread_rwlock_destroy, pthread_rwlock_init, | Thomas Pfaff | 1 | -1/+78 |
2003-03-18 | * thread.h (pthread_cond::ExitingWait): Remove. | Thomas Pfaff | 1 | -9/+13 |