glibc/nptl
Roland McGrath 9cfe5381a1 [BZ #284, BZ #721]
* intl/dcigettext.c (_nl_find_msg): Add a cast.
	* nis/nis_clone_dir.c (nis_clone_directory): Use char * for ADDR.
	* nis/nis_clone_obj.c (nis_clone_object): Likewise.
	* nis/nis_clone_res.c (nis_clone_result): Likewise.

	* resolv/nss_dns/dns-network.c (getanswer_r): Use const unsigned char *
	for END_OF_MESSAGE and CP.

	* resolv/res_send.c (send_dg): Add else branch for case impossible
	unless `poll' is buggy.

	* crypt/crypt_util.c (__setkey_r): Add a cast.

	* locale/programs/linereader.c (get_toplvl_escape): Use size_t for
	NBYTES, and unsigned char * for BYTES.

	* locale/programs/charmap.c (charmap_new_char): Use size_t and
	unsighed char * for NBYTES, BYTES parameters.

	* sysdeps/generic/dl-hash.h (_dl_elf_hash): Take const char * argument
	and cast it.
	* sysdeps/i386/i686/dl-hash.h (_dl_elf_hash): Likewise.

	* sunrpc/create_xid.c (_create_xid): Don't use unsigned long for RES.

	* sunrpc/svcauth_des.c (_svcauth_des): Fix cast type.

	* sunrpc/auth_des.c (authdes_create): Don't use u_char for PKEY_DATA.
	(authdes_marshal): Don't use unsigned int for LEN.
	* sunrpc/xdr.c (xdr_hyper): Don't use unsigned long for T2.
	(xdr_u_hyper): Likewise.
	(xdr_u_short): Don't use u_long for L.
	* sunrpc/xdr_intXX_t.c (xdr_int64_t): Don't use uint32_t for T2.

	* inet/rexec.c (rexec_af): Use socklen_t.
	* sunrpc/key_call.c (getkeyserv_handle): Likewise.
	* sunrpc/rtime.c (rtime): Likewise.
	* resolv/res_send.c (send_vc, send_dg): Likewise.
	* nis/nis_callback.c (__nis_create_callback): Likewise.

	* sysdeps/generic/libc-start.c: Use unsigned int for nthreads ptr.

	* sysdeps/posix/getaddrinfo.c (gaih_inet): Fix type of ADDR local.

	* libio/libio.h (_IO_BE): Add parenthesis around EXPR.

	* intl/dcigettext.c (INTVARDEF, INTUSE): Macros removed.
	(_nl_default_dirname): Use libc_hidden_data_def instead of INTVARDEF.
	(libc_freeres_fn, DCIGETTEXT): Don't use INTUSE.
	* intl/bindtextdom.c (INTUSE): Macro removed.
	(_nl_default_dirname): Use libc_hidden_proto.
	(set_binding_values): Don't use INTUSE.
	* include/libintl.h (_libc_intl_domainname_internal): Decl removed.
	(_libc_intl_domainname): Use libc_hidden_proto.
	* posix/regex_internal.h (gettext): Remove INTUSE on it.
	* locale/SYS_libc.c (_libc_intl_domainname): Use libc_hidden_data_def
	rather than INTDEF.
	* include/libintl.h (_): Don't use *_internal name.

	* ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Use int32_t,
	not uint32_t.
	* locale/lc-ctype.c (_nl_postload_ctype): Likewise for assignments.

	* iconv/gconv_open.c (__gconv_open): Remove useless cast.

	[BZ #721]
	* sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define this outside
	of [RESOLVE_MAP].
	* sysdeps/sh/dl-machine.h (ELF_MACHINE_NO_REL): Likewise.
	* sysdeps/powerpc/powerpc32/dl-machine.h
	(elf_machine_rel, elf_machine_rel_relative): Removed.
	* sysdeps/powerpc/powerpc64/dl-machine.h
	(elf_machine_rel, elf_machine_rel_relative): Removed.

2005-02-03  Alexandre Oliva  <aoliva@redhat.com>

	[BZ #721]
	* elf/dynamic-link.h: Don't declare nested auto functions that are
	not going to be defined.

2004-07-23  Jakub Jelinek  <jakub@redhat.com>

	[BZ #284]
	* include/features.h (_POSIX_SOURCE, _POSIX_C_SOURCE): Define
	if _XOPEN_SOURCE >= 500 even if __STRICT_ANSI__ is defined.

2005-02-16  Roland McGrath  <roland@redhat.com>
2005-02-17 01:19:55 +00:00
..
sysdeps [BZ #284, BZ #721] 2005-02-17 01:19:55 +00:00
ANNOUNCE Initial revision 2002-11-26 22:50:54 +00:00
Banner 2004-06-29 Roland McGrath <roland@redhat.com> 2004-06-29 23:03:20 +00:00
ChangeLog [BZ #284, BZ #721] 2005-02-17 01:19:55 +00:00
DESIGN-barrier.txt Update. 2004-09-08 07:02:28 +00:00
DESIGN-condvar.txt [BZ #163] 2004-05-18 20:18:14 +00:00
DESIGN-rwlock.txt Update. 2004-08-13 05:42:43 +00:00
DESIGN-sem.txt Make clear that futex_wake in sem_post gets passed the new value. 2003-06-19 19:49:50 +00:00
Makeconfig 2.5-18.1 2007-07-12 18:26:36 +00:00
Makefile 2.5-18.1 2007-07-12 18:26:36 +00:00
TODO 2.5-18.1 2007-07-12 18:26:36 +00:00
TODO-kernel Update. 2003-09-29 22:23:14 +00:00
TODO-testing To-Do list for testing. 2003-02-15 22:50:01 +00:00
Versions 2.5-18.1 2007-07-12 18:26:36 +00:00
alloca_cutoff.c 2.5-18.1 2007-07-12 18:26:36 +00:00
allocatestack.c * csu/elf-init.c (__libc_csu_fini): Don't do anything here. 2005-01-06 22:40:27 +00:00
cancellation.c Remove __pthread_enable_asynccancel_2. 2003-05-26 02:09:08 +00:00
cleanup.c Update. 2003-07-08 21:08:13 +00:00
cleanup_compat.c Declare __pthread_unwind. Define __do_cancel to use it. Declare old cleanup handler installation functions. 2003-04-12 00:14:16 +00:00
cleanup_defer.c Update. 2003-05-31 07:50:12 +00:00
cleanup_defer_compat.c Declare __pthread_unwind. Define __do_cancel to use it. Declare old cleanup handler installation functions. 2003-04-12 00:14:16 +00:00
cleanup_routine.c Update. 2003-06-08 05:28:14 +00:00
cond-perf.c Update. 2003-09-17 08:47:44 +00:00
configure 2.5-18.1 2007-07-12 18:26:36 +00:00
descr.h 2.5-18.1 2007-07-12 18:26:36 +00:00
eintr.c Update. 2003-12-21 20:05:47 +00:00
events.c * sysdeps/hppa/fpu/fesetround.c (fesetround): Use ~FE_DOWNWARD so both 2002-12-03 02:50:58 +00:00
forward.c Update. 2004-03-11 16:15:59 +00:00
herrno.c Update. 2003-01-03 08:11:20 +00:00
init.c Update. 2004-12-28 01:41:24 +00:00
libc-cancellation.c 2.5-18.1 2007-07-12 18:26:36 +00:00
old_pthread_atfork.c Initial revision 2002-11-26 22:50:54 +00:00
old_pthread_cond_broadcast.c Update. 2003-03-21 08:03:25 +00:00
old_pthread_cond_destroy.c Update. 2003-01-03 19:13:49 +00:00
old_pthread_cond_init.c 2.5-18.1 2007-07-12 18:26:36 +00:00
old_pthread_cond_signal.c Update. 2003-03-21 08:03:25 +00:00
old_pthread_cond_timedwait.c Update. 2003-03-21 08:03:25 +00:00
old_pthread_cond_wait.c Update. 2003-03-21 08:03:25 +00:00
perf.c 2.5-18.1 2007-07-12 18:26:36 +00:00
pt-allocrtsig.c (__libc_current_sigrtmin): Fix typo in comment. 2004-10-08 00:57:58 +00:00
pt-cleanup.c 2.5-18.1 2007-07-12 18:26:36 +00:00
pt-system.c Update. 2003-01-07 00:42:43 +00:00
pthread-errnos.sym Update. 2003-03-18 11:17:57 +00:00
pthreadP.h 2.5-18.1 2007-07-12 18:26:36 +00:00
pthread_atfork.c 2.5-18.1 2007-07-12 18:26:36 +00:00
pthread_attr_destroy.c Update. 2004-03-19 00:14:42 +00:00
pthread_attr_getdetachstate.c Add namespace protected alias. 2002-12-15 19:59:08 +00:00
pthread_attr_getguardsize.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_attr_getinheritsched.c Add namespace protected alias. 2002-12-15 19:59:08 +00:00
pthread_attr_getschedparam.c Add namespace protected alias. 2002-12-15 19:59:08 +00:00
pthread_attr_getschedpolicy.c Add namespace protected alias. 2002-12-15 19:59:08 +00:00
pthread_attr_getscope.c Add namespace protected alias. 2002-12-15 19:59:08 +00:00
pthread_attr_getstack.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_attr_getstackaddr.c Fix typo in comment. 2004-10-08 01:00:15 +00:00
pthread_attr_getstacksize.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_attr_init.c Update. 2004-03-19 00:14:42 +00:00
pthread_attr_setdetachstate.c Add namespace protected alias. 2002-12-15 19:59:08 +00:00
pthread_attr_setguardsize.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_attr_setinheritsched.c Add namespace protected alias. 2002-12-15 19:59:08 +00:00
pthread_attr_setschedparam.c Update. 2004-02-27 08:09:35 +00:00
pthread_attr_setschedpolicy.c Update. 2004-02-27 08:09:35 +00:00
pthread_attr_setscope.c Add namespace protected alias. 2002-12-15 19:59:08 +00:00
pthread_attr_setstack.c Update. 2004-01-14 02:42:20 +00:00
pthread_attr_setstackaddr.c Update. 2003-03-07 05:32:16 +00:00
pthread_attr_setstacksize.c Update. 2004-01-14 02:42:20 +00:00
pthread_barrier_destroy.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_barrier_init.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_barrierattr_destroy.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_barrierattr_getpshared.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_barrierattr_init.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_barrierattr_setpshared.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_cancel.c Update. 2004-11-20 09:55:44 +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 2.5-18.1 2007-07-12 18:26:36 +00:00
pthread_cond_init.c 2.5-18.1 2007-07-12 18:26:36 +00:00
pthread_condattr_destroy.c Add namespace protected alias. 2002-12-15 19:59:08 +00:00
pthread_condattr_getclock.c [BZ #357] 2004-09-02 18:59:24 +00:00
pthread_condattr_getpshared.c Update. 2003-03-18 11:17:57 +00:00
pthread_condattr_init.c Add namespace protected alias. 2002-12-15 19:59:08 +00:00
pthread_condattr_setclock.c [BZ #357] 2004-09-02 18:59:24 +00:00
pthread_condattr_setpshared.c Update. 2003-09-03 02:58:30 +00:00
pthread_create.c 2.5-18.1 2007-07-12 18:26:36 +00:00
pthread_detach.c Update. 2003-04-07 21:09:12 +00:00
pthread_equal.c Update. 2002-12-19 09:18:01 +00:00
pthread_exit.c Add namespace protected alias. 2002-12-15 19:59:08 +00:00
pthread_getattr_np.c 2.5-18.1 2007-07-12 18:26:36 +00:00
pthread_getconcurrency.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_getschedparam.c Update. 2004-02-27 08:09:35 +00:00
pthread_getspecific.c Update. 2003-02-15 09:49:02 +00:00
pthread_join.c 2.5-18.1 2007-07-12 18:26:36 +00:00
pthread_key_create.c 2.5-18.1 2007-07-12 18:26:36 +00:00
pthread_key_delete.c Update. 2003-03-21 08:03:25 +00:00
pthread_kill_other_threads.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_mutex_destroy.c 2.5-18.1 2007-07-12 18:26:36 +00:00
pthread_mutex_init.c 2.5-18.1 2007-07-12 18:26:36 +00:00
pthread_mutex_lock.c 2.5-18.1 2007-07-12 18:26:36 +00:00
pthread_mutex_timedlock.c 2.5-18.1 2007-07-12 18:26:36 +00:00
pthread_mutex_trylock.c 2.5-18.1 2007-07-12 18:26:36 +00:00
pthread_mutex_unlock.c 2.5-18.1 2007-07-12 18:26:36 +00:00
pthread_mutexattr_destroy.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_mutexattr_getpshared.c 2.5-18.1 2007-07-12 18:26:36 +00:00
pthread_mutexattr_gettype.c 2.5-18.1 2007-07-12 18:26:36 +00:00
pthread_mutexattr_init.c * sysdeps/s390/s390-32/backtrace.c (init): Guard with #ifdef SHARED. 2004-06-11 20:12:55 +00:00
pthread_mutexattr_setpshared.c 2.5-18.1 2007-07-12 18:26:36 +00:00
pthread_mutexattr_settype.c 2.5-18.1 2007-07-12 18:26:36 +00:00
pthread_rwlock_destroy.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_rwlock_init.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_rwlock_tryrdlock.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_rwlock_trywrlock.c Update. 2003-06-05 19:31:57 +00:00
pthread_rwlockattr_destroy.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_rwlockattr_getkind_np.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_rwlockattr_getpshared.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_rwlockattr_init.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_rwlockattr_setkind_np.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_rwlockattr_setpshared.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_self.c Add namespace protected alias. 2002-12-15 19:59:08 +00:00
pthread_setcancelstate.c Update. 2003-04-05 05:21:15 +00:00
pthread_setcanceltype.c Update. 2003-04-05 05:21:15 +00:00
pthread_setconcurrency.c Update. 2003-02-15 08:21:36 +00:00
pthread_setegid.c Update. 2004-09-20 00:16:11 +00:00
pthread_seteuid.c Update. 2004-09-20 00:16:11 +00:00
pthread_setgid.c Update. 2004-09-20 00:16:11 +00:00
pthread_setregid.c Update. 2004-09-20 00:16:11 +00:00
pthread_setresgid.c Update. 2004-09-20 00:16:11 +00:00
pthread_setresuid.c Update. 2004-09-20 00:16:11 +00:00
pthread_setreuid.c Update. 2004-09-20 00:16:11 +00:00
pthread_setschedparam.c 2.5-18.1 2007-07-12 18:26:36 +00:00
pthread_setschedprio.c 2.5-18.1 2007-07-12 18:26:36 +00:00
pthread_setspecific.c 2.5-18.1 2007-07-12 18:26:36 +00:00
pthread_setuid.c Update. 2004-09-20 00:16:11 +00:00
pthread_testcancel.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_timedjoin.c 2.5-18.1 2007-07-12 18:26:36 +00:00
pthread_tryjoin.c 2.5-18.1 2007-07-12 18:26:36 +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 Update. 2002-12-16 23:38:42 +00:00
sem_getvalue.c Update. 2002-12-16 23:38:42 +00:00
sem_init.c Update. 2002-12-16 23:38:42 +00:00
sem_open.c 2.5-18.1 2007-07-12 18:26:36 +00:00
sem_unlink.c Update. 2004-04-20 18:58:56 +00:00
semaphore.h Update. 2003-04-22 17:15:35 +00:00
semaphoreP.h 2.5-18.1 2007-07-12 18:26:36 +00:00
shlib-versions 2.5-18.1 2007-07-12 18:26:36 +00:00
sockperf.c Initial revision 2002-11-26 22:50:54 +00:00
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 Update. 2003-09-17 08:47:44 +00:00
tst-align2.c Test for stack alignment. 2004-12-22 20:09:42 +00:00
tst-atfork1.c Update. 2003-02-13 07:14:38 +00:00
tst-atfork2.c Update. 2003-02-13 07:14:38 +00:00
tst-atfork2mod.c Update. 2003-02-13 07:14:38 +00:00
tst-attr1.c Update. 2003-02-17 06:44:07 +00:00
tst-attr2.c (do_test): Add cast to avoid warning. 2003-04-11 22:59:18 +00:00
tst-attr3.c Update. 2004-03-19 00:14:42 +00:00
tst-backtrace1.c Update. 2004-01-08 18:23:53 +00:00
tst-barrier1.c Initial revision 2002-11-26 22:50:54 +00:00
tst-barrier2.c Update. 2004-10-04 20:51:25 +00:00
tst-barrier3.c Initial revision 2002-11-26 22:50:54 +00:00
tst-barrier4.c Update. 2004-03-07 10:40:53 +00:00
tst-basic1.c Update. 2003-03-15 07:54:39 +00:00
tst-basic2.c Update. 2004-03-07 10:40:53 +00:00
tst-basic3.c Update. 2003-02-14 23:31:11 +00:00
tst-basic4.c Update. 2003-02-15 07:55:59 +00:00
tst-basic5.c Update. 2003-02-15 08:21:36 +00:00
tst-basic6.c Update. 2003-02-18 10:59:20 +00:00
tst-cancel-wrappers.sh 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-cancel1.c Update. 2003-06-08 05:28:14 +00:00
tst-cancel2.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-cancel3.c Initial revision 2002-11-26 22:50:54 +00:00
tst-cancel4.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-cancel5.c Update. 2002-12-14 19:49:13 +00:00
tst-cancel6.c Update. 2002-12-18 00:53:21 +00:00
tst-cancel7.c Update. 2003-02-16 22:11:14 +00:00
tst-cancel8.c Update. 2003-02-11 00:48:56 +00:00
tst-cancel9.c Update. 2004-02-21 03:20:32 +00:00
tst-cancel10.c Update. 2004-03-07 10:40:53 +00:00
tst-cancel11.c Update. 2003-04-04 07:59:55 +00:00
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 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-cancel18.c Update. 2003-06-17 22:40:05 +00:00
tst-cancel19.c Update. 2003-10-02 18:56:20 +00:00
tst-cancel20.c Update. 2004-03-10 06:05:14 +00:00
tst-cancel21.c Update. 2004-03-10 06:05:14 +00:00
tst-cancel22.c Update. 2003-12-20 06:34:59 +00:00
tst-cancel23.c Update. 2003-12-20 06:34:59 +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-cancelx20.c Update. 2003-12-19 01:37:13 +00:00
tst-cancelx21.c Update. 2003-12-19 01:37:13 +00:00
tst-cleanup0.c Update. 2003-06-08 05:28:14 +00:00
tst-cleanup0.expect Declare __pthread_unwind. Define __do_cancel to use it. Declare old cleanup handler installation functions. 2003-04-12 00:14:16 +00:00
tst-cleanup1.c Update. 2003-06-08 05:28:14 +00:00
tst-cleanup2.c Update. 2003-01-28 07:27:15 +00:00
tst-cleanup3.c Update. 2003-02-13 19:50:46 +00:00
tst-cleanup4.c Update. 2003-11-06 04:29:42 +00:00
tst-cleanup4aux.c Update. 2003-11-06 09:48:05 +00:00
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-cleanupx4.c Update. 2003-11-06 04:29:42 +00:00
tst-clock1.c Update. 2004-10-06 08:01:28 +00:00
tst-clock2.c Update. 2004-10-06 18:09:57 +00:00
tst-cond1.c Initial revision 2002-11-26 22:50:54 +00:00
tst-cond2.c Update. 2004-03-07 10:40:53 +00:00
tst-cond3.c Initial revision 2002-11-26 22:50:54 +00:00
tst-cond4.c Update. 2004-10-04 20:51:25 +00:00
tst-cond5.c Initial revision 2002-11-26 22:50:54 +00:00
tst-cond6.c Update. 2004-10-04 20:51:25 +00:00
tst-cond7.c Update. 2003-02-14 01:12:02 +00:00
tst-cond8.c Update. 2003-06-24 02:50:16 +00:00
tst-cond9.c Update. 2003-02-14 03:26:28 +00:00
tst-cond10.c Update. 2004-03-07 10:40:53 +00:00
tst-cond11.c Update. 2004-10-06 08:01:28 +00:00
tst-cond12.c Update. 2003-11-21 22:38:10 +00:00
tst-cond13.c Update. 2003-11-21 09:25:26 +00:00
tst-cond14.c Update. 2004-02-28 10:18:58 +00:00
tst-cond15.c Update. 2004-02-28 10:18:58 +00:00
tst-cond16.c [BZ #163] 2004-05-18 20:18:14 +00:00
tst-cond17.c [BZ #163] 2004-05-18 20:18:14 +00:00
tst-cond18.c [BZ #163] 2004-05-18 20:18:14 +00:00
tst-cond19.c Update. 2004-06-18 04:29:42 +00:00
tst-cond20.c Update. 2004-09-02 22:47:23 +00:00
tst-cond21.c [BZ #357] 2004-09-02 18:59:24 +00:00
tst-context1.c Update. 2004-12-17 05:16:26 +00:00
tst-detach1.c Update. 2003-04-08 18:23:59 +00:00
tst-dlsym1.c Update. 2003-02-27 04:42:04 +00:00
tst-eintr1.c Update. 2003-12-20 06:34:59 +00:00
tst-eintr2.c (tf1): Improve error message. 2003-12-21 19:52:55 +00:00
tst-eintr3.c Update. 2003-12-20 06:34:59 +00:00
tst-eintr4.c Update. 2003-12-20 06:34:59 +00:00
tst-eintr5.c Update. 2003-12-21 20:05:47 +00:00
tst-exec1.c Initial revision 2002-11-26 22:50:54 +00:00
tst-exec2.c Initial revision 2002-11-26 22:50:54 +00:00
tst-exec3.c Initial revision 2002-11-26 22:50:54 +00:00
tst-exec4.c Update. 2003-06-01 18:07:34 +00:00
tst-execstack-mod.c Update. 2003-09-24 08:33:01 +00:00
tst-execstack.c Test for changing stack exec permission. 2003-09-24 03:07:10 +00:00
tst-exit1.c Update. 2003-02-27 23:45:12 +00:00
tst-exit2.c Update. 2004-11-09 23:12:36 +00:00
tst-exit3.c Update. 2004-11-10 07:54:40 +00:00
tst-fini1.c Test for deadlock situation when running destructors for DSOs. 2004-07-07 07:36:37 +00:00
tst-fini1mod.c Test for deadlock situation when running destructors for DSOs. 2004-07-07 07:36:37 +00:00
tst-flock1.c Initial revision 2002-11-26 22:50:54 +00:00
tst-flock2.c Update. 2004-10-04 20:51:25 +00:00
tst-fork1.c Update. 2004-03-07 10:40:53 +00:00
tst-fork2.c Tests for getppid in MT applications. 2002-12-02 08:07:18 +00:00
tst-fork3.c Tests for getppid in MT applications. 2002-12-02 08:07:18 +00:00
tst-fork4.c 2003-03-16 Roland McGrath <roland@redhat.com> 2003-03-17 02:48:28 +00:00
tst-getpid1.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-getpid2.c Update. 2004-12-07 20:34:18 +00:00
tst-join1.c Initial revision 2002-11-26 22:50:54 +00:00
tst-join2.c Initial revision 2002-11-26 22:50:54 +00:00
tst-join3.c Initial revision 2002-11-26 22:50:54 +00:00
tst-join4.c Update. 2004-03-07 10:40:53 +00:00
tst-join5.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-key1.c Initial revision 2002-11-26 22:50:54 +00:00
tst-key2.c Initial revision 2002-11-26 22:50:54 +00:00
tst-key3.c Initial revision 2002-11-26 22:50:54 +00:00
tst-key4.c Update. 2004-03-07 10:40:53 +00:00
tst-kill1.c Update. 2003-02-21 20:29:49 +00:00
tst-kill2.c Update. 2003-02-21 20:29:49 +00:00
tst-kill3.c Update. 2003-02-22 20:02:35 +00:00
tst-kill4.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-kill5.c Update. 2003-02-21 21:07:28 +00:00
tst-kill6.c Update. 2004-03-07 10:40:53 +00:00
tst-locale1.c Update. 2002-12-18 00:53:21 +00:00
tst-locale2.c Update. 2002-12-04 19:53:08 +00:00
tst-mutex1.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-mutex2.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-mutex3.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-mutex4.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-mutex5.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-mutex5a.c Update. 2004-03-24 06:36:06 +00:00
tst-mutex6.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-mutex7.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-mutex7a.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-mutex8.c Update. 2003-06-22 23:55:27 +00:00
tst-mutex9.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-oddstacklimit.c * tst-oddstacklimit.c: New file. 2003-12-23 23:07:41 +00:00
tst-once1.c Initial revision 2002-11-26 22:50:54 +00:00
tst-once2.c Update. 2004-03-07 10:40:53 +00:00
tst-once3.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-once4.c Remove unnecessary macro definition. 2004-03-07 10:05:54 +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 Update. 2003-02-10 23:11:15 +00:00
tst-raise1.c Update. 2003-12-29 17:59:41 +00:00
tst-rwlock1.c Initial revision 2002-11-26 22:50:54 +00:00
tst-rwlock2.c Initial revision 2002-11-26 22:50:54 +00:00
tst-rwlock3.c Initial revision 2002-11-26 22:50:54 +00:00
tst-rwlock4.c Update. 2004-10-04 20:51:25 +00:00
tst-rwlock5.c Initial revision 2002-11-26 22:50:54 +00:00
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 Update. 2003-02-27 08:01:47 +00:00
tst-rwlock9.c Update. 2003-02-27 19:49:35 +00:00
tst-rwlock10.c Update. 2003-02-27 08:01:47 +00:00
tst-rwlock11.c Update. 2003-02-27 08:01:47 +00:00
tst-rwlock12.c Update. 2004-10-04 20:51:25 +00:00
tst-rwlock13.c Update. 2004-02-18 20:02:17 +00:00
tst-rwlock14.c * sysdeps/pthread/aio_misc.c (handle_fildes_io): Remove noreturn 2004-08-11 18:51:13 +00:00
tst-sched1.c Update. 2003-08-03 06:47:02 +00:00
tst-sem1.c Initial revision 2002-11-26 22:50:54 +00:00
tst-sem2.c Initial revision 2002-11-26 22:50:54 +00:00
tst-sem3.c Update. 2003-04-08 18:23:59 +00:00
tst-sem4.c Initial revision 2002-11-26 22:50:54 +00:00
tst-sem5.c Update. 2003-03-08 10:30:42 +00:00
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-setuid1-static.c Update. 2004-11-12 01:27:04 +00:00
tst-setuid1.c Update. 2004-11-12 01:27:04 +00:00
tst-signal1.c Update. 2004-10-04 20:51:25 +00:00
tst-signal2.c 2003-03-16 Roland McGrath <roland@redhat.com> 2003-03-17 02:48:28 +00:00
tst-signal3.c Update. 2004-03-07 10:40:53 +00:00
tst-signal4.c Update. 2003-02-17 10:22:52 +00:00
tst-signal5.c Update. 2003-02-17 23:49:52 +00:00
tst-signal6.c Update. 2003-05-30 06:03:38 +00:00
tst-spin1.c Initial revision 2002-11-26 22:50:54 +00:00
tst-spin2.c Update. 2004-10-04 20:51:25 +00:00
tst-spin3.c Initial revision 2002-11-26 22:50:54 +00:00
tst-stack1.c Update. 2003-09-03 03:22:23 +00:00
tst-stack2.c Update. 2003-09-03 09:26:15 +00:00
tst-stack3.c Update. 2004-05-04 19:25:38 +00:00
tst-stdio1.c Update. 2002-12-07 05:39:20 +00:00
tst-stdio2.c Update. 2002-12-07 05:39:20 +00:00
tst-sysconf.c 2003-03-23 Roland McGrath <roland@redhat.com> 2003-03-23 09:59:34 +00:00
tst-tls1.c Update. 2004-03-07 10:40:53 +00:00
tst-tls2.c Update. 2004-03-07 10:40:53 +00:00
tst-tls3.c Update. 2004-03-07 10:40:53 +00:00
tst-tls3mod.c Update. 2003-09-02 00:33:28 +00:00
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-tls5.c Update. 2003-09-02 00:33:28 +00:00
tst-tls5.h Update. 2003-09-02 00:33:28 +00:00
tst-tls5mod.c Update. 2003-09-02 00:33:28 +00:00
tst-tls5moda.c Update. 2003-09-02 00:33:28 +00:00
tst-tls5modb.c Update. 2003-09-02 00:33:28 +00:00
tst-tls5modc.c Update. 2003-09-02 00:33:28 +00:00
tst-tls5modd.c Update. 2003-09-02 00:33:28 +00:00
tst-tls5mode.c Update. 2003-09-02 00:33:28 +00:00
tst-tls5modf.c Update. 2003-09-02 00:33:28 +00:00
tst-tls6.sh New test. 2003-09-02 22:02:59 +00:00
tst-tsd1.c Initial revision 2002-11-26 22:50:54 +00:00
tst-tsd2.c Update. 2003-04-01 01:24:00 +00:00
tst-tsd3.c Update. 2003-04-02 03:51:24 +00:00
tst-tsd4.c Check PTHREAD_DESTRUCTOR_ITERATIONS handling. 2003-04-02 04:00:53 +00:00
tst-tsd5.c Update. 2004-03-31 01:47:34 +00:00
tst-umask1.c Update. 2003-04-08 18:23:59 +00:00
tst-unload.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-vfork1.c Update. 2004-03-10 05:25:48 +00:00
tst-vfork1x.c Update. 2004-03-10 05:25:48 +00:00
tst-vfork2.c Update. 2004-03-10 05:25:48 +00:00
tst-vfork2x.c Update. 2004-03-10 05:25:48 +00:00
unwind.c 2.5-18.1 2007-07-12 18:26:36 +00:00
vars.c Update. 2004-11-20 07:16:31 +00:00
version.c 2.5-18.1 2007-07-12 18:26:36 +00:00