glibc/nptl
Ulrich Drepper 0261d33f87 Update.
2003-08-29  Jakub Jelinek  <jakub@redhat.com>

	* libio/Makefile: Compile fputc.c, fputwc.c, freopen64.c, freopen.c,
	fseek.c, fseeko64.c, fseeko.c, ftello64.c, ftello.c, fwide.c, getc.c,
	getchar.c, getwc.c, getwchar.c, iofclose.c, iofflush.c, iofgetpos64.c,
	iofgetpos.c, iofgets.c, iofgetws.c, iofputs.c, iofputws.c, iofread.c,
	iofsetpos64.c, iofsetpos.c, ioftell.c, iofwrite.c, iogetdelim.c,
	iogetline.c, iogets.c, iogetwline.c, ioputs.c, ioseekoff.c,
	ioseekpos.c, iosetbuffer.c, iosetvbuf.c, ioungetc.c, ioungetwc.c,
	oldfileops.c, oldiofclose.c, oldiofgetpos64.c, oldiofgetpos.c,
	oldiofsetpos64.c, oldiofsetpos.c, peekc.c, putc.c, putchar.c, putwc.c,
	putwchar.c and rewind.c with exceptions.
	* sysdeps/generic/bits/stdio-lock.h (_IO_acquire_lock,
	_IO_release_lock): Define.
	* libio/fileops.c (_IO_new_file_underflow): Use it.
	* libio/fputc.c (fputc): Likewise.
	* libio/fputwc.c (fputwc): Likewise.
	* libio/freopen64.c (freopen64):
	* libio/freopen.c (freopen): Likewise.
	* libio/fseek.c (fseek): Likewise.
	* libio/fseeko64.c (fseeko64): Likewise.
	* libio/fseeko.c (fseeko): Likewise.
	* libio/ftello64.c (ftello64): Likewise.
	* libio/ftello.c (ftello): Likewise.
	* libio/fwide.c (fwide): Likewise.
	* libio/getc.c (_IO_getc): Likewise.
	* libio/getchar.c (getchar): Likewise.
	* libio/getwc.c (_IO_getwc): Likewise.
	* libio/getwchar.c (getwchar): Likewise.
	* libio/iofclose.c (_IO_new_fclose):
	* libio/iofflush.c (_IO_fflush): Likewise.
	* libio/iofgetpos64.c (_IO_new_fgetpos64): Likewise.
	* libio/iofgetpos.c (_IO_new_fgetpos): Likewise.
	* libio/iofgets.c (_IO_fgets): Likewise.
	* libio/iofgetws.c (fgetws): Likewise.
	* libio/iofputs.c (_IO_fputs):
	* libio/iofputws.c (_IO_fputs): Likewise.
	* libio/iofread.c (_IO_fread): Likewise.
	* libio/iofsetpos64.c (_IO_new_fsetpos64): Likewise.
	* libio/iofsetpos.c (_IO_new_fsetpos): Likewise.
	* libio/ioftell.c (_IO_ftell): Likewise.
	* libio/iofwrite.c (_IO_fwrite): Likewise.
	* libio/iogetdelim.c (_IO_getdelim): Likewise.
	* libio/iogets.c (_IO_gets): Likewise.
	* libio/ioputs.c (_IO_puts): Likewise.
	* libio/ioseekoff.c (_IO_seekoff): Likewise.
	* libio/ioseekpos.c (_IO_seekpos): Likewise.
	* libio/iosetbuffer.c (_IO_setbuffer): Likewise.
	* libio/iosetvbuf.c (_IO_setvbuf): Likewise.
	* libio/ioungetc.c (_IO_ungetc): Likewise.
	* libio/ioungetwc.c (ungetwc): Likewise.
	* libio/oldiofclose.c (_IO_old_fclose): Likewise.
	* libio/oldiofgetpos64.c (_IO_old_fgetpos64): Likewise.
	* libio/oldiofgetpos.c (_IO_old_fgetpos): Likewise.
	* libio/oldiofsetpos64.c (_IO_old_fsetpos64): Likewise.
	* libio/oldiofsetpos.c (_IO_old_fsetpos): Likewise.
	* libio/peekc.c (_IO_peekc_locked): Likewise.
	* libio/putc.c (_IO_putc): Likewise.
	* libio/putchar.c (putchar): Likewise.
	* libio/putwc.c (putwc): Likewise.
	* libio/putwchar.c (putwchar): Likewise.
	* libio/rewind.c (rewind): Likewise.
	* libio/wfileops.c (_IO_wfile_underflow): Likewise.
2003-08-29 19:58:49 +00:00
..
sysdeps Update. 2003-08-29 19:58:49 +00:00
alloca_cutoff.c
allocatestack.c Update. 2003-08-03 06:47:02 +00:00
ANNOUNCE
Banner Bump to 0.56. 2003-08-04 22:24:17 +00:00
cancellation.c Remove __pthread_enable_asynccancel_2. 2003-05-26 02:09:08 +00:00
ChangeLog Update. 2003-08-29 19:58:49 +00:00
cleanup_compat.c
cleanup_defer_compat.c
cleanup_defer.c Update. 2003-05-31 07:50:12 +00:00
cleanup_routine.c Update. 2003-06-08 05:28:14 +00:00
cleanup.c Update. 2003-07-08 21:08:13 +00:00
cond-perf.c Update. 2003-05-11 23:28:52 +00:00
configure
descr.h Update. 2003-07-22 23:10:17 +00:00
DESIGN-barrier.txt
DESIGN-condvar.txt
DESIGN-rwlock.txt
DESIGN-sem.txt Make clear that futex_wake in sem_post gets passed the new value. 2003-06-19 19:49:50 +00:00
eintr.c
events.c
forward.c
herrno.c
init.c Update. 2003-08-08 07:43:03 +00:00
libc-cancellation.c Update. 2003-07-02 05:13:15 +00:00
Makeconfig
Makefile Update. 2003-08-03 06:47:02 +00:00
old_pthread_atfork.c
old_pthread_cond_broadcast.c
old_pthread_cond_destroy.c
old_pthread_cond_init.c
old_pthread_cond_signal.c
old_pthread_cond_timedwait.c
old_pthread_cond_wait.c
perf.c
pt-allocrtsig.c
pt-longjmp.c Update. 2003-08-08 07:43:03 +00:00
pt-system.c
pthread_atfork.c
pthread_attr_destroy.c Update. 2003-07-20 08:56:05 +00:00
pthread_attr_getdetachstate.c
pthread_attr_getguardsize.c
pthread_attr_getinheritsched.c
pthread_attr_getschedparam.c
pthread_attr_getschedpolicy.c
pthread_attr_getscope.c
pthread_attr_getstack.c
pthread_attr_getstackaddr.c
pthread_attr_getstacksize.c
pthread_attr_init.c
pthread_attr_setdetachstate.c
pthread_attr_setguardsize.c
pthread_attr_setinheritsched.c
pthread_attr_setschedparam.c
pthread_attr_setschedpolicy.c
pthread_attr_setscope.c
pthread_attr_setstack.c
pthread_attr_setstackaddr.c
pthread_attr_setstacksize.c
pthread_barrier_destroy.c
pthread_barrier_init.c
pthread_barrierattr_destroy.c
pthread_barrierattr_getpshared.c
pthread_barrierattr_init.c
pthread_barrierattr_setpshared.c
pthread_cancel.c Update. 2003-07-22 23:56:53 +00:00
pthread_clock_gettime.c Update. 2003-06-25 00:00:50 +00:00
pthread_clock_settime.c Update. 2003-06-25 00:00:50 +00:00
pthread_cond_destroy.c
pthread_cond_init.c
pthread_condattr_destroy.c
pthread_condattr_getclock.c
pthread_condattr_getpshared.c
pthread_condattr_init.c
pthread_condattr_setclock.c Update. 2003-07-31 19:26:38 +00:00
pthread_condattr_setpshared.c
pthread_create.c (__pthread_create_2_0): Clear new_attr.cpuset. 2003-08-07 00:09:47 +00:00
pthread_detach.c
pthread_equal.c
pthread_exit.c
pthread_getattr_np.c
pthread_getconcurrency.c
pthread_getschedparam.c
pthread_getspecific.c
pthread_join.c Update. 2003-05-16 22:09:32 +00:00
pthread_key_create.c
pthread_key_delete.c
pthread_kill_other_threads.c
pthread_mutex_destroy.c Update. 2003-06-22 23:55:27 +00:00
pthread_mutex_init.c Update. 2003-06-22 23:55:27 +00:00
pthread_mutex_lock.c Update. 2003-06-22 23:55:27 +00:00
pthread_mutex_timedlock.c Update. 2003-06-22 23:55:27 +00:00
pthread_mutex_trylock.c * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Support cancellation 2003-06-25 03:22:03 +00:00
pthread_mutex_unlock.c Update. 2003-06-23 01:29:14 +00:00
pthread_mutexattr_destroy.c
pthread_mutexattr_getpshared.c
pthread_mutexattr_gettype.c
pthread_mutexattr_init.c
pthread_mutexattr_setpshared.c
pthread_mutexattr_settype.c
pthread_rwlock_destroy.c
pthread_rwlock_init.c
pthread_rwlock_tryrdlock.c
pthread_rwlock_trywrlock.c Update. 2003-06-05 19:31:57 +00:00
pthread_rwlockattr_destroy.c
pthread_rwlockattr_getkind_np.c
pthread_rwlockattr_getpshared.c
pthread_rwlockattr_init.c
pthread_rwlockattr_setkind_np.c
pthread_rwlockattr_setpshared.c
pthread_self.c
pthread_setcancelstate.c
pthread_setcanceltype.c
pthread_setconcurrency.c
pthread_setschedparam.c
pthread_setspecific.c
pthread_testcancel.c
pthread_timedjoin.c
pthread_tryjoin.c
pthread-errnos.sym
pthreadP.h Update. 2003-08-08 07:43:03 +00:00
res.c Update. 2003-07-22 23:10:17 +00:00
sem_close.c Fix one endless loop. Implement correct semantics wrt opening the same semaphore more then once. 2003-05-17 20:49:02 +00:00
sem_destroy.c
sem_getvalue.c
sem_init.c
sem_open.c Update. 2003-05-31 19:58:46 +00:00
sem_unlink.c
semaphore.h
semaphoreP.h Update. 2003-05-17 20:53:32 +00:00
shlib-versions
sockperf.c
TODO
TODO-kernel Update. 2003-05-30 06:03:38 +00:00
TODO-testing
tst-_res1.c Update. 2003-07-22 23:10:17 +00:00
tst-_res1mod1.c Update. 2003-07-22 23:10:17 +00:00
tst-_res1mod2.c Update. 2003-07-22 23:10:17 +00:00
tst-align.c
tst-atfork1.c
tst-atfork2.c
tst-atfork2mod.c
tst-attr1.c
tst-attr2.c
tst-barrier1.c
tst-barrier2.c
tst-barrier3.c
tst-basic1.c
tst-basic2.c
tst-basic3.c
tst-basic4.c
tst-basic5.c
tst-basic6.c
tst-cancel1.c Update. 2003-06-08 05:28:14 +00:00
tst-cancel2.c
tst-cancel3.c
tst-cancel4.c (tf_sigwait, tf_sigwaitinfo, tf_sigtimedwait): Add sigemptyset before sigaddset. Reported by jreiser@BitWagon.com. 2003-08-29 15:02:43 +00:00
tst-cancel5.c
tst-cancel6.c
tst-cancel7.c
tst-cancel8.c
tst-cancel9.c
tst-cancel10.c
tst-cancel11.c
tst-cancel12.c Update. 2003-06-08 05:28:14 +00:00
tst-cancel13.c Update. 2003-06-08 05:28:14 +00:00
tst-cancel14.c Update. 2003-06-08 05:28:14 +00:00
tst-cancel15.c Update. 2003-06-08 05:28:14 +00:00
tst-cancel16.c Update. 2003-06-16 07:39:03 +00:00
tst-cancel17.c Update. 2003-08-08 07:11:21 +00:00
tst-cancel18.c Update. 2003-06-17 22:40:05 +00:00
tst-cancel-wrappers.sh Update. 2003-07-20 08:56:05 +00:00
tst-cancelx1.c Update. 2003-06-08 05:28:14 +00:00
tst-cancelx2.c Update. 2003-06-08 05:28:14 +00:00
tst-cancelx3.c Update. 2003-06-08 05:28:14 +00:00
tst-cancelx4.c Update. 2003-06-08 05:28:14 +00:00
tst-cancelx5.c Update. 2003-06-08 05:28:14 +00:00
tst-cancelx6.c Update. 2003-06-08 05:28:14 +00:00
tst-cancelx7.c Update. 2003-06-08 05:28:14 +00:00
tst-cancelx8.c Update. 2003-06-08 05:28:14 +00:00
tst-cancelx9.c Update. 2003-06-08 05:28:14 +00:00
tst-cancelx10.c Update. 2003-06-08 05:28:14 +00:00
tst-cancelx11.c Update. 2003-06-08 05:28:14 +00:00
tst-cancelx12.c Update. 2003-06-08 05:28:14 +00:00
tst-cancelx13.c Update. 2003-06-08 05:28:14 +00:00
tst-cancelx14.c Update. 2003-06-08 05:28:14 +00:00
tst-cancelx15.c Update. 2003-06-08 05:28:14 +00:00
tst-cancelx16.c Update. 2003-06-16 07:39:03 +00:00
tst-cancelx17.c Update. 2003-06-17 22:11:22 +00:00
tst-cancelx18.c Update. 2003-06-17 22:40:05 +00:00
tst-cleanup0.c Update. 2003-06-08 05:28:14 +00:00
tst-cleanup0.expect
tst-cleanup1.c Update. 2003-06-08 05:28:14 +00:00
tst-cleanup2.c
tst-cleanup3.c
tst-cleanupx0.c Update. 2003-06-08 05:28:14 +00:00
tst-cleanupx0.expect Update. 2003-06-08 05:28:14 +00:00
tst-cleanupx1.c Update. 2003-06-08 05:28:14 +00:00
tst-cleanupx2.c Update. 2003-06-08 05:28:14 +00:00
tst-cleanupx3.c Update. 2003-06-08 05:28:14 +00:00
tst-clock1.c
tst-clock2.c Update. 2003-06-25 00:00:50 +00:00
tst-cond1.c
tst-cond2.c
tst-cond3.c
tst-cond4.c
tst-cond5.c
tst-cond6.c
tst-cond7.c
tst-cond8.c Update. 2003-06-24 02:50:16 +00:00
tst-cond9.c
tst-cond10.c
tst-cond11.c
tst-context1.c
tst-detach1.c
tst-dlsym1.c
tst-eintr1.c
tst-exec1.c
tst-exec2.c
tst-exec3.c
tst-exec4.c Update. 2003-06-01 18:07:34 +00:00
tst-exit1.c
tst-flock1.c
tst-flock2.c
tst-fork1.c
tst-fork2.c
tst-fork3.c
tst-fork4.c
tst-join1.c
tst-join2.c
tst-join3.c
tst-join4.c Update. 2003-05-31 06:30:37 +00:00
tst-join5.c
tst-key1.c
tst-key2.c
tst-key3.c
tst-key4.c
tst-kill1.c
tst-kill2.c
tst-kill3.c
tst-kill4.c
tst-kill5.c
tst-kill6.c
tst-locale1.c
tst-locale2.c
tst-mutex1.c
tst-mutex2.c
tst-mutex3.c
tst-mutex4.c
tst-mutex5.c
tst-mutex6.c
tst-mutex7.c
tst-mutex8.c Update. 2003-06-22 23:55:27 +00:00
tst-mutex9.c Update. 2003-06-22 23:55:27 +00:00
tst-once1.c
tst-once2.c
tst-once3.c Update. 2003-07-01 03:29:50 +00:00
tst-once4.c Update. 2003-07-01 03:29:50 +00:00
tst-oncex3.c Update. 2003-07-01 03:29:50 +00:00
tst-oncex4.c Update. 2003-07-01 03:29:50 +00:00
tst-popen1.c
tst-rwlock1.c
tst-rwlock2.c
tst-rwlock3.c
tst-rwlock4.c
tst-rwlock5.c
tst-rwlock6.c Update. 2003-05-30 17:50:29 +00:00
tst-rwlock7.c Update. 2003-05-30 03:47:32 +00:00
tst-rwlock8.c
tst-rwlock9.c
tst-rwlock10.c
tst-rwlock11.c
tst-rwlock12.c Test for inter-process rwlocks. 2003-06-05 19:20:54 +00:00
tst-sched1.c Update. 2003-08-03 06:47:02 +00:00
tst-sem1.c
tst-sem2.c
tst-sem3.c
tst-sem4.c
tst-sem5.c
tst-sem6.c Update. 2003-05-10 05:36:37 +00:00
tst-sem7.c Update. 2003-05-17 20:53:32 +00:00
tst-sem8.c Update. 2003-07-31 19:26:38 +00:00
tst-sem9.c Update. 2003-07-31 19:26:38 +00:00
tst-signal1.c
tst-signal2.c
tst-signal3.c
tst-signal4.c
tst-signal5.c
tst-signal6.c Update. 2003-05-30 06:03:38 +00:00
tst-spin1.c
tst-spin2.c
tst-spin3.c
tst-stack1.c
tst-stdio1.c
tst-stdio2.c
tst-sysconf.c
tst-tls1.c
tst-tls2.c
tst-tls3.c
tst-tls3mod.c
tst-tls4.c Update. 2003-07-31 07:42:20 +00:00
tst-tls4moda.c Update. 2003-07-31 07:42:20 +00:00
tst-tls4modb.c Update. 2003-07-31 07:42:20 +00:00
tst-tsd1.c
tst-tsd2.c
tst-tsd3.c
tst-tsd4.c
tst-umask1.c
tst-unload.c
unwind-forcedunwind.c Update. 2003-07-22 23:56:53 +00:00
unwind.c Update. 2003-07-31 19:26:38 +00:00
version.c
Versions Update. 2003-07-20 08:56:05 +00:00