about summary refs log tree commit diff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
...
* Update.Ulrich Drepper2003-04-102-2/+19
* Update.Ulrich Drepper2003-04-092-0/+6
* Update.Ulrich Drepper2003-04-082-45/+3
* Update.Ulrich Drepper2003-04-0812-11/+26
* Whitespace fix.Jakub Jelinek2003-04-071-1/+1
* Test for pthread_detach of terminated thread.Ulrich Drepper2003-04-071-0/+55
* Update.Ulrich Drepper2003-04-072-1/+5
* Update.Ulrich Drepper2003-04-062-32/+37
* Update.Ulrich Drepper2003-04-053-7/+63
* Update.Ulrich Drepper2003-04-0510-56/+188
* Define THREAD_ATOMIC_CMPXCHG_VAL and THREAD_ATOMIC_BIT_SET if not already def...Ulrich Drepper2003-04-051-1/+13
* Update.Ulrich Drepper2003-04-046-4/+137
* (sigcancel_handler): Don't set EXITING_BIT here.Ulrich Drepper2003-04-041-8/+2
* Update.Ulrich Drepper2003-04-022-2/+1
* Undo last change.Ulrich Drepper2003-04-021-4/+0
* Update.Ulrich Drepper2003-04-021-1/+2
* Check PTHREAD_DESTRUCTOR_ITERATIONS handling.Ulrich Drepper2003-04-021-0/+103
* (tests): Add tst-tsd4.Ulrich Drepper2003-04-021-1/+1
* Update.Ulrich Drepper2003-04-025-57/+213
* (do_test): Make static.Ulrich Drepper2003-04-021-1/+1
* Update.Ulrich Drepper2003-04-019-9/+123
* Update.Ulrich Drepper2003-04-011-0/+5
* (CALL_THREAD_FCT): Align stack of called function correctly.Ulrich Drepper2003-04-011-3/+2
* Fix comment.Ulrich Drepper2003-03-312-3/+3
* Fix comment.Ulrich Drepper2003-03-311-2/+2
* Update.Ulrich Drepper2003-03-301-0/+4
* (struct pthread): Move most often used elements to the front.Ulrich Drepper2003-03-301-9/+11
* 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