glibc/nptl/sysdeps/unix/sysv/linux
Ulrich Drepper 4ad0bbf4fa Update.
2003-06-05  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h (pthread_rwlock_t):
	Change type of __writer element to int.
	* sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Likewise.
	* sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Likewise.
	* sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: Likewise.
	* sysdeps/i386/tcb-offsets.sym: Replace SELF entry with TID entry.
	* sysdeps/x86_64/tcb-offsets.sym: Likewise.
	* pthread_rwlock_trywrlock.c: Store TID not self pointer in __writer.
	Compare with TID to determine deadlocks.
	* sysdeps/pthread/pthread_rwlock_rdlock.c: Likewise.
	* sysdeps/pthread/pthread_rwlock_timedrdlock.c: Likewise.
	* sysdeps/pthread/pthread_rwlock_timedwrlock.: Likewise.
	* sysdeps/pthread/pthread_rwlock_wrlock.c: Likewise.
	* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Likewise.
	* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
	Likewise.
	* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
	Likewise.
	* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: Likewise.
	* sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Likewise.
	* sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
	Likewise.
	* sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
	Likewise.
	* sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Likewise.
	* Makefile (tests): Add tst-rwlock12.
	* tst-rwlock12.c: New file.
2003-06-05 19:31:57 +00:00
..
bits
i386 Update. 2003-06-05 19:31:57 +00:00
ia64 Update. 2003-06-05 19:31:57 +00:00
powerpc Update. 2003-06-05 19:31:57 +00:00
s390 Update. 2003-06-05 19:31:57 +00:00
sh Update. 2003-06-01 08:52:38 +00:00
x86_64 Update. 2003-06-05 19:31:57 +00:00
allocrtsig.c Update. 2003-04-21 07:39:20 +00:00
configure
createthread.c
fork.c Update. 2003-05-09 03:17:42 +00:00
fork.h Update. 2003-05-09 03:17:42 +00:00
Implies
internaltypes.h
jmp-unwind.c
kernel-posix-timers.h
libc_multiple_threads.c
libc_pthread_init.c Update. 2003-05-09 03:17:42 +00:00
libc-lowlevellock.c
libc-lowlevelmutex.c
lowlevelbarrier.sym
lowlevelcond.sym Update. 2003-05-26 02:47:39 +00:00
lowlevellock.c * sysdeps/unix/sysv/linux/lowlevellock.c (__lll_lock_wait, 2003-06-05 08:12:11 +00:00
lowlevelmutex.c
lowlevelrwlock.sym
Makefile Update. 2003-05-26 02:47:39 +00:00
pt-fork.c
pt-raise.c
pthread_getaffinity.c Update. 2003-05-10 05:36:37 +00:00
pthread_kill.c
pthread_mutex_cond_lock.c Update. 2003-05-26 02:47:39 +00:00
pthread_setaffinity.c Update. 2003-05-10 05:36:37 +00:00
pthread_yield.c
raise.c
register-atfork.c 2003-05-16 Roland McGrath <roland@redhat.com> 2003-05-17 00:59:09 +00:00
sem_post.c
sem_timedwait.c Update. 2003-06-01 04:09:55 +00:00
sem_trywait.c
sem_wait.c
timer_create.c
timer_delete.c
timer_getoverr.c
timer_gettime.c Update. 2003-05-17 00:38:41 +00:00
timer_routines.c Update. 2003-04-21 07:39:20 +00:00
timer_settime.c Update. 2003-05-17 00:38:41 +00:00
unregister-atfork.c Update. 2003-05-09 03:17:42 +00:00
Versions