glibc/nptl/sysdeps/pthread
Ulrich Drepper 7726edc273 Update.
2003-06-07  Ulrich Drepper  <drepper@redhat.com>

	* cleanup_routine.c: New file.
	* Versions (libpthread) [GLIBC_2.3.3]: Add __pthread_cleanup_routine.
	* sysdeps/pthread/pthread.h: Add support for fully exception-based
	cleanup handling.
	* Makefile (libpthread-routines): Add cleanup_routine.
	Add more CFLAGS variables to compile with exceptions.  Add comments
	why which file needs unwind tables.
	(tests) [have-forced-unwind==yes]: Add tst-cancelx* and tst-cleanupx*
	tests.
	* tst-cancelx1.c: New file.
	* tst-cancelx2.c: New file.
	* tst-cancelx3.c: New file.
	* tst-cancelx4.c: New file.
	* tst-cancelx5.c: New file.
	* tst-cancelx6.c: New file.
	* tst-cancelx7.c: New file.
	* tst-cancelx8.c: New file.
	* tst-cancelx9.c: New file.
	* tst-cancelx10.c: New file.
	* tst-cancelx11.c: New file.
	* tst-cancelx12.c: New file.
	* tst-cancelx13.c: New file.
	* tst-cancelx14.c: New file.
	* tst-cancelx15.c: New file.
	* tst-cleanupx0.c: New file.
	* tst-cleanupx0.expect: New file.
	* tst-cleanupx1.c: New file.
	* tst-cleanupx2.c: New file.
	* tst-cleanupx3.c: New file.

	* tst-cleanup0.c: Make standard compliant.
	* tst-cleanup1.c: Likewise.

	* sysdeps/unix/sysv/linux/sem_timedwait.c: Add cancellation support.
	* sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
	* sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Likewise.
	* sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Likewise.
	* sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Likewise.
	* sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Likewise.
	* sysdeps/i386/tcb-offsets.sym: Add RESULT, CANCELHANDLING, and
	CLEANUP_JMP_BUF.
	* sysdeps/x86_64/tcb-offsets.sym: Likewise.
	* tst-cancel12.c: New file.
	* tst-cancel13.c: New file.
	* tst-cancel14.c: New file.
	* tst-cancel15.c: New file.
	* Makefile (tests): Add tst-cancel12, tst-cancel13, tst-cancel14,
	and tst-cancel15.

	* tst-cancel1.c: Add some comments.

	* sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Compute relative
	timeout correctly.
2003-06-08 05:28:14 +00:00
..
bits Update. 2003-04-12 00:58:26 +00:00
allocalim.h Initial revision 2002-11-26 22:50:54 +00:00
configure Update. 2003-04-12 00:58:26 +00:00
configure.in Update. 2003-04-12 00:58:26 +00:00
createthread.c Update. 2003-05-01 23:19:51 +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 Update. 2003-05-31 07:50:12 +00:00
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-05-29 05:28:16 +00:00
pthread_cond_signal.c Update. 2003-05-26 02:47:39 +00:00
pthread_cond_timedwait.c Update. 2003-05-26 02:47:39 +00:00
pthread_cond_wait.c Update. 2003-05-26 02:47:39 +00:00
pthread_getcpuclockid.c Update. 2003-02-21 10:00:33 +00:00
pthread_once.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_rwlock_rdlock.c Update. 2003-06-05 19:31:57 +00:00
pthread_rwlock_timedrdlock.c Update. 2003-06-05 19:31:57 +00:00
pthread_rwlock_timedwrlock.c Update. 2003-06-05 19:31:57 +00:00
pthread_rwlock_unlock.c Update. 2003-02-27 10:32:38 +00:00
pthread_rwlock_wrlock.c Update. 2003-06-05 19:31:57 +00:00
pthread_sigmask.c Update. 2003-04-21 07:39:20 +00:00
pthread_spin_destroy.c Update. 2002-11-28 00:53:12 +00:00
pthread_spin_init.c 2003-03-17 Roland McGrath <roland@redhat.com> 2003-03-17 11:22:52 +00:00
pthread_spin_unlock.c 2003-03-17 Roland McGrath <roland@redhat.com> 2003-03-17 11:22:52 +00:00
pthread-functions.h Update. 2003-04-12 00:58:26 +00:00
pthread.h Update. 2003-06-08 05:28:14 +00:00
sigaction.c Update. 2003-04-21 07:39:20 +00:00
sigfillset.c Update. 2003-04-21 07:48:10 +00:00
sigprocmask.c Update. 2003-04-21 07:39:20 +00:00
Subdirs Initial revision 2002-11-26 22:50:54 +00:00
tcb-offsets.h Update. 2002-12-28 22:19:04 +00:00
timer_create.c Update. 2003-05-31 07:50:12 +00:00
timer_delete.c Initial revision 2002-11-26 22:50:54 +00:00
timer_getoverr.c Initial revision 2002-11-26 22:50:54 +00:00
timer_gettime.c Initial revision 2002-11-26 22:50:54 +00:00
timer_routines.c Fix comment. 2003-03-31 18:43:29 +00:00
timer_settime.c Initial revision 2002-11-26 22:50:54 +00:00
tst-timer.c Update. 2003-03-25 01:14:36 +00:00