aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)Author
2003-04-02Update.Ulrich Drepper
2003-04-02Check PTHREAD_DESTRUCTOR_ITERATIONS handling.Ulrich Drepper
2003-04-02(tests): Add tst-tsd4.Ulrich Drepper
2003-04-02Update.Ulrich Drepper
2003-04-02(do_test): Make static.Ulrich Drepper
2003-04-01Update.Ulrich Drepper
2003-04-01Update.Ulrich Drepper
2003-04-01(CALL_THREAD_FCT): Align stack of called function correctly.Ulrich Drepper
2003-03-31Fix comment.Ulrich Drepper
2003-03-31Fix comment.Ulrich Drepper
2003-03-30Update.Ulrich Drepper
2003-03-30(struct pthread): Move most often used elements to the front.Ulrich Drepper
2003-03-29Update.Ulrich Drepper
2003-03-29(libpthread-routines): Add pthread_atfork. (libpthread-static-only-routines):...Ulrich Drepper
2003-03-29Update.Ulrich Drepper
2003-03-29Include nptl/descr.h after the definition of TLS_DTV_AT_TP. (INSTALL_DTV): Ad...Ulrich Drepper
2003-03-28Bump to 0.32.Ulrich Drepper
2003-03-28Update.Ulrich Drepper
2003-03-28Don't declare __timer_helper_thread. Declare __start_helper_thread, __helper_...Ulrich Drepper
2003-03-27Bump to 0.31.Ulrich Drepper
2003-03-27Update.Ulrich Drepper
2003-03-27Update.Ulrich Drepper
2003-03-27Update.Ulrich Drepper
2003-03-27* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: FixJakub Jelinek
2003-03-27Fix offset of cleanupbuf.__prev.Jakub Jelinek
2003-03-26* sysdeps/unix/sysv/linux/timer_getoverr.c: Fix typo in nameJakub Jelinek
2003-03-26Fix typo in name of included file.Jakub Jelinek
2003-03-26Update.Ulrich Drepper
2003-03-26* sysdeps/pthread/posix-timer.h (TIMER_MAX): Define if not defined.Roland McGrath
2003-03-262003-03-25 Roland McGrath <roland@redhat.com>Roland McGrath
2003-03-25Update.Ulrich Drepper
2003-03-25Define SIGCANCEL and SIGTIMER. Remove FRAME_LEFT definition.Ulrich Drepper
2003-03-25Update.Ulrich Drepper
2003-03-23* Makeconfig (+includes): Don't use $(last-includes).Roland McGrath
2003-03-23* tst-mutex5.c (do_test): Unlock before destroy, otherwise we invokeRoland McGrath
2003-03-23* tst-join5.c (tf1, tf2): Add a cast.Roland McGrath
2003-03-232003-03-23 Roland McGrath <roland@redhat.com>Roland McGrath
2003-03-22* sysdeps/i386/i486/bits/atomic.h (atomic_bit_set): Use "ir"Roland McGrath
2003-03-21Update.Ulrich Drepper
2003-03-21Update.Ulrich Drepper
2003-03-20Update.Ulrich Drepper
2003-03-20Replace __lll_add calls with atomic_exchange_and_add calls respectively.Ulrich Drepper
2003-03-20Replace __lll_add and __lll_test_and_set calls with atomic_exchange_and_add a...Ulrich Drepper
2003-03-20* sysdeps/s390/pthread_spin_lock.c (pthread_spin_lock): Use typeRoland McGrath
2003-03-20(allocate_stack): Assume atomic_exchange_and_add returns the old value.Ulrich Drepper
2003-03-20Update.Ulrich Drepper
2003-03-19Update.Ulrich Drepper
2003-03-19Update.Ulrich Drepper
2003-03-19(__pthread_cond_broadcast): Release lock before waking waiters.Ulrich Drepper
2003-03-19(__lll_test_and_set): Fix typos.Roland McGrath