glibc/rt
Ulrich Drepper 3a50811c2f * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
* rt/Makefile (headers): Add bits/mqueue2.h.
	* rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
	optimizing with GCC and __va_arg_pack_len is defined.
	* rt/bits/mqueue2.h: New file.
	* rt/mq_open.c (__mq_open): Renamed from mq_open.
	(mq_open): New strong_alias.
	(__mq_open_2): New function.
	* sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
	(mq_open): New strong_alias.
	(__mq_open_2): New function.
	* debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
	* Versions.def (librt): Add GLIBC_2.7 version.
	* debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
	* include/stdio.h (__fortify_fail): Add libc_hidden_proto.

	* misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
	* io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
	is defined rather than when not C++.
	* io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
	__openat64_alias): New redirects.
	(__open_too_many_args, __open_missing_mode, __open64_too_many_args,
	__open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
	__openat64_too_many_args, __openat64_missing_mode): New __errordecls.
	(open, open64, openat, openat64): Rewrite as __extern_always_inline
	functions instead of function-like macros.
2007-09-15 22:35:27 +00:00
..
bits * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7. 2007-09-15 22:35:27 +00:00
Depend * manual/install.texi (Installation): Don't mention linuxthreads. 2005-07-03 04:40:53 +00:00
Makefile * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7. 2007-09-15 22:35:27 +00:00
Versions * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7. 2007-09-15 22:35:27 +00:00
aio.h * rt/aio.h: Add __nonnull attributes. 2007-08-03 18:48:05 +00:00
aio_cancel.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
aio_error.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
aio_fsync.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
aio_misc.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
aio_notify.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
aio_read.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
aio_read64.c * elf/cache.c: Use <> rather than "" #includes. 2005-12-21 22:16:34 +00:00
aio_return.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
aio_sigqueue.c * elf/cache.c: Use <> rather than "" #includes. 2005-12-21 22:16:34 +00:00
aio_suspend.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
aio_write.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
aio_write64.c * elf/cache.c: Use <> rather than "" #includes. 2005-12-21 22:16:34 +00:00
clock_getcpuclockid.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
clock_getres.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
clock_gettime.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
clock_nanosleep.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
clock_settime.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
get_clockfreq.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
lio_listio.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
lio_listio64.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
mq_close.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
mq_getattr.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
mq_notify.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
mq_open.c * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7. 2007-09-15 22:35:27 +00:00
mq_receive.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
mq_send.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
mq_setattr.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
mq_timedreceive.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
mq_timedsend.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
mq_unlink.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
mqueue.h * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7. 2007-09-15 22:35:27 +00:00
shm_open.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
shm_unlink.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
timer_create.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
timer_delete.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
timer_getoverr.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
timer_gettime.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
timer_settime.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
tst-aio.c [BZ #2526, BZ #3138, BZ #3143] 2006-09-12 11:44:01 +00:00
tst-aio2.c lio_listio should emit an event for each individual request in 2006-01-03 23:19:03 +00:00
tst-aio3.c The thread is now supposed to be created. 2006-01-05 22:42:01 +00:00
tst-aio4.c * locale/programs/ld-ctype.c (ctype_read): When given a repertoire 2002-08-26 11:39:12 +00:00
tst-aio5.c * locale/programs/ld-ctype.c (ctype_read): When given a repertoire 2002-08-26 11:39:12 +00:00
tst-aio6.c * locale/programs/ld-ctype.c (ctype_read): When given a repertoire 2002-08-26 11:39:12 +00:00
tst-aio7.c Update. 2003-03-08 18:56:15 +00:00
tst-aio8.c (do_test): aio_offset should be initialized, too. 2006-01-05 00:26:42 +00:00
tst-aio9.c * sysdeps/pthread/aio_misc.h [!DONT_USE_BOOTSTRAP_MAP] 2006-01-06 03:08:04 +00:00
tst-aio10.c * rt/Makefile (tests): Add tst-aio9 and tst-aio10. 2006-01-06 04:13:26 +00:00
tst-aio64.c [BZ #2526, BZ #3138, BZ #3143] 2006-09-12 11:44:01 +00:00
tst-clock.c Update. 2003-12-11 20:46:47 +00:00
tst-clock2.c [BZ #2978] 2006-08-03 08:17:20 +00:00
tst-clock_nanosleep.c Update. 2003-05-17 17:55:27 +00:00
tst-cpuclock1.c * rt/tst-cpuclock1.c: New file. 2005-04-27 08:03:47 +00:00
tst-cpuclock2.c * rt/tst-cpuclock1.c: New file. 2005-04-27 08:03:47 +00:00
tst-cputimer1.c * rt/tst-cpuclock1.c: New file. 2005-04-27 08:03:47 +00:00
tst-cputimer2.c * rt/tst-cpuclock1.c: New file. 2005-04-27 08:03:47 +00:00
tst-cputimer3.c * rt/tst-cpuclock1.c: New file. 2005-04-27 08:03:47 +00:00
tst-mqueue.h Update. 2004-04-16 20:44:32 +00:00
tst-mqueue1.c * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to 2007-07-28 20:36:21 +00:00
tst-mqueue2.c Update. 2004-04-13 02:15:43 +00:00
tst-mqueue3.c Update. 2004-04-16 22:28:50 +00:00
tst-mqueue4.c Update. 2004-04-19 17:28:57 +00:00
tst-mqueue5.c Update. 2004-04-19 06:19:34 +00:00
tst-mqueue6.c Update. 2004-04-16 23:49:58 +00:00
tst-mqueue7.c Update. 2004-04-19 17:28:57 +00:00
tst-mqueue8.c Update. 2004-04-18 02:37:56 +00:00
tst-mqueue9.c 2004-04-19 Roland McGrath <roland@redhat.com> 2004-04-19 21:05:23 +00:00
tst-shm.c * rt/tst-shm.c: Use fstat64 instead of fstat. 2007-05-19 03:30:44 +00:00
tst-timer.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
tst-timer2.c * rt/tst-timer2.c (do_test): If timer_create fails, just continue. 2004-08-11 23:32:56 +00:00
tst-timer3.c Update. 2004-04-16 20:44:32 +00:00
tst-timer4.c 2004-12-06 Roland McGrath <roland@redhat.com> 2004-12-06 22:28:45 +00:00
tst-timer5.c 2004-12-07 Roland McGrath <roland@redhat.com> 2004-12-07 20:44:46 +00:00