about summary refs log tree commit diff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
...
* Update.Ulrich Drepper2003-03-291-0/+5
* (libpthread-routines): Add pthread_atfork. (libpthread-static-only-routines):...Ulrich Drepper2003-03-291-1/+2
* Update.Ulrich Drepper2003-03-2915-110/+315
* Include nptl/descr.h after the definition of TLS_DTV_AT_TP. (INSTALL_DTV): Ad...Ulrich Drepper2003-03-291-8/+7
* Bump to 0.32.Ulrich Drepper2003-03-281-1/+1
* Update.Ulrich Drepper2003-03-284-61/+85
* Don't declare __timer_helper_thread. Declare __start_helper_thread, __helper_...Ulrich Drepper2003-03-281-11/+9
* Bump to 0.31.Ulrich Drepper2003-03-271-1/+1
* Update.Ulrich Drepper2003-03-273-3/+7
* Update.Ulrich Drepper2003-03-272-1/+3
* Update.Ulrich Drepper2003-03-274-9/+21
* * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: FixJakub Jelinek2003-03-271-0/+5
* Fix offset of cleanupbuf.__prev.Jakub Jelinek2003-03-271-1/+1
* * sysdeps/unix/sysv/linux/timer_getoverr.c: Fix typo in nameJakub Jelinek2003-03-261-0/+5
* Fix typo in name of included file.Jakub Jelinek2003-03-261-1/+1
* Update.Ulrich Drepper2003-03-262-28/+45
* * sysdeps/pthread/posix-timer.h (TIMER_MAX): Define if not defined.Roland McGrath2003-03-261-0/+5
* 2003-03-25 Roland McGrath <roland@redhat.com>Roland McGrath2003-03-261-1/+8
* Update.Ulrich Drepper2003-03-2548-41/+1149
* Define SIGCANCEL and SIGTIMER. Remove FRAME_LEFT definition.Ulrich Drepper2003-03-251-10/+7
* Update.Ulrich Drepper2003-03-252-16/+63
* * Makeconfig (+includes): Don't use $(last-includes).Roland McGrath2003-03-235-1/+37
* * tst-mutex5.c (do_test): Unlock before destroy, otherwise we invokeRoland McGrath2003-03-232-0/+9
* * tst-join5.c (tf1, tf2): Add a cast.Roland McGrath2003-03-2313-151/+274
* 2003-03-23 Roland McGrath <roland@redhat.com>Roland McGrath2003-03-231-3/+6
* * sysdeps/i386/i486/bits/atomic.h (atomic_bit_set): Use "ir"Roland McGrath2003-03-222-1/+6
* Update.Ulrich Drepper2003-03-213-5/+10
* Update.Ulrich Drepper2003-03-2119-64/+85
* Update.Ulrich Drepper2003-03-203-86/+28
* Replace __lll_add calls with atomic_exchange_and_add calls respectively.Ulrich Drepper2003-03-207-8/+8
* Replace __lll_add and __lll_test_and_set calls with atomic_exchange_and_add a...Ulrich Drepper2003-03-201-3/+3
* * sysdeps/s390/pthread_spin_lock.c (pthread_spin_lock): Use typeRoland McGrath2003-03-205-10/+23
* (allocate_stack): Assume atomic_exchange_and_add returns the old value.Ulrich Drepper2003-03-201-1/+2
* Update.Ulrich Drepper2003-03-2010-1519/+10
* Update.Ulrich Drepper2003-03-192-2/+51
* Update.Ulrich Drepper2003-03-191-0/+5
* (__pthread_cond_broadcast): Release lock before waking waiters.Ulrich Drepper2003-03-191-0/+6
* (__lll_test_and_set): Fix typos.Roland McGrath2003-03-191-2/+2
* * abilist: New directory of libfoo.abilist files maintained usingRoland McGrath2003-03-194-17/+23
* * Versions (libpthread: GLIBC_2.2): RemoveRoland McGrath2003-03-193-24/+51
* 2003-03-18 Roland McGrath <roland@redhat.com>Roland McGrath2003-03-191-5/+7
* Remove unnecessary instruction in case clock_gettime isn't available.Ulrich Drepper2003-03-191-1/+0
* Update.Ulrich Drepper2003-03-192-1/+10
* Test pthread_condattr_[sg]etclock.Ulrich Drepper2003-03-191-0/+181
* Update.Ulrich Drepper2003-03-181-0/+5
* Reorder struct passed to cleanup handler to eliminate one more instruction.Ulrich Drepper2003-03-182-14/+12
* (__pthread_cond_init): Handle NULL cond_attr parameter.Ulrich Drepper2003-03-181-1/+2
* Update.Ulrich Drepper2003-03-185-20/+27
* Update.Ulrich Drepper2003-03-182-4/+6
* Update.Ulrich Drepper2003-03-1821-12/+245