glibc/nptl/sysdeps/pthread
Ulrich Drepper 3e976b962a Update.
2003-03-11  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S
	(__condvar_cleanup): Wake up all waiters in case we got signaled
	after being woken up but before disabling asynchronous
	cancellation.
	* sysdeps/pthread/pthread_cond_wait.c (__condvar_cleanup): Likewise.
	* sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
	(__condvar_cleanup): Likewise.

	* init.c (__NR_set_tid_address): If already defined, don't redefine.
	Make it an error if architecture has no #if case.  Add x86-64.

	* sysdeps/unix/sysv/linux/x86_64/Makefile: Add flags for
	pt-initfini.s generation.

	* sysdeps/x86_64/tls.h: Include <asm/prctl.h>.
	(TLS_INIT_TP): Fix typo.
2003-03-11 22:02:29 +00:00
..
bits Update. 2003-02-05 00:03:02 +00:00
allocalim.h
createthread.c 2003-03-11 Jakub Jelinek <jakub@redhat.com> 2003-03-11 09:20:36 +00:00
flockfile.c Update 2002-12-18 23:29:41 +00:00
ftrylockfile.c Update. 2002-12-16 22:17:11 +00:00
funlockfile.c Update. 2002-12-16 22:17:11 +00:00
list.h Update. 2002-12-31 20:46:11 +00:00
Makefile Update. 2003-02-14 23:31:11 +00:00
posix-timer.h
pt-initfini.c Update. 2002-12-31 09:36:52 +00:00
pthread_barrier_wait.c Update. 2003-02-05 09:54:24 +00:00
pthread_cond_broadcast.c Update. 2003-02-05 09:54:24 +00:00
pthread_cond_signal.c Update. 2003-02-05 09:54:24 +00:00
pthread_cond_timedwait.c Update. 2003-03-11 19:02:26 +00:00
pthread_cond_wait.c Update. 2003-03-11 22:02:29 +00:00
pthread_getcpuclockid.c Update. 2003-02-21 10:00:33 +00:00
pthread_once.c
pthread_rwlock_rdlock.c Update. 2003-02-24 09:23:15 +00:00
pthread_rwlock_timedrdlock.c Update. 2003-03-03 21:11:12 +00:00
pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock): Fix clobber of result variable by lll_futex_timed_wait call. 2003-03-03 21:26:07 +00:00
pthread_rwlock_unlock.c Update. 2003-02-27 10:32:38 +00:00
pthread_rwlock_wrlock.c Update. 2003-02-24 09:23:15 +00:00
pthread_sigmask.c Update. 2003-02-17 10:22:52 +00:00
pthread_spin_destroy.c Update. 2002-11-28 00:53:12 +00:00
pthread-functions.h * sysdeps/ia64/dl-fptr.c (__ia64_make_fptr): Add const to MAP arg. 2003-03-03 08:44:46 +00:00
pthread.h Update. 2003-02-14 01:12:02 +00:00
sigaction.c Update. 2003-01-03 01:35:14 +00:00
Subdirs
tcb-offsets.h Update. 2002-12-28 22:19:04 +00:00
timer_create.c (timer_create): Return correct error for CPU clocks. 2003-03-03 07:29:24 +00:00
timer_delete.c
timer_getoverr.c
timer_gettime.c
timer_routines.c
timer_settime.c
tst-timer.c