glibc/nptl/sysdeps/unix/sysv/linux
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-03-25 20:41:26 +00:00
i386 Update. 2003-06-08 05:28:14 +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-08 05:28:14 +00:00
allocrtsig.c Update. 2003-04-21 07:39:20 +00:00
configure Initial revision 2002-11-26 22:50:54 +00:00
createthread.c Update. 2003-03-10 06:32:42 +00:00
fork.c Update. 2003-05-09 03:17:42 +00:00
fork.h Update. 2003-05-09 03:17:42 +00:00
Implies Initial revision 2002-11-26 22:50:54 +00:00
internaltypes.h Update. 2003-03-18 11:17:57 +00:00
jmp-unwind.c Update. 2003-03-15 09:51:22 +00:00
kernel-posix-timers.h Don't declare __timer_helper_thread. Declare __start_helper_thread, __helper_once, and __helper_tid. (struct timer): Remove th and bar field. 2003-03-28 06:22:13 +00:00
libc_multiple_threads.c Update. 2003-03-13 01:51:12 +00:00
libc_pthread_init.c Update. 2003-05-09 03:17:42 +00:00
libc-lowlevellock.c 2003-03-17 Roland McGrath <roland@redhat.com> 2003-03-17 11:22:52 +00:00
libc-lowlevelmutex.c 2003-03-17 Roland McGrath <roland@redhat.com> 2003-03-17 11:22:52 +00:00
lowlevelbarrier.sym Update. 2003-03-11 05:26:32 +00:00
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 PowerPC port contributed by Paul Mackerras <paulus@samba.org>. 2003-03-17 11:25:18 +00:00
lowlevelrwlock.sym Update. 2003-03-10 21:03:03 +00:00
Makefile Update. 2003-05-26 02:47:39 +00:00
pt-fork.c Initial revision 2002-11-26 22:50:54 +00:00
pt-raise.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_getaffinity.c Update. 2003-05-10 05:36:37 +00:00
pthread_kill.c Update. 2003-03-25 20:41:26 +00:00
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 Initial revision 2002-11-26 22:50:54 +00:00
raise.c Update. 2003-01-09 04:19:03 +00:00
register-atfork.c 2003-05-16 Roland McGrath <roland@redhat.com> 2003-05-17 00:59:09 +00:00
sem_post.c Replace __lll_add calls with atomic_exchange_and_add calls respectively. 2003-03-20 10:28:06 +00:00
sem_timedwait.c Update. 2003-06-08 05:28:14 +00:00
sem_trywait.c Replace __lll_add calls with atomic_exchange_and_add calls respectively. 2003-03-20 10:28:06 +00:00
sem_wait.c Update. 2003-06-08 05:28:14 +00:00
timer_create.c Update. 2003-03-28 06:27:21 +00:00
timer_delete.c Update. 2003-03-28 06:27:21 +00:00
timer_getoverr.c Update. 2003-03-27 19:51:26 +00:00
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 Update. 2002-12-28 22:19:04 +00:00