glibc/rt
Ulrich Drepper 6d3aff23e2 lio_listio should emit an event for each individual request in
addition to the global event.
	* sysdeps/pthread/lio_listio.c (lio_listio): Renamed to
	lio_listio_internal.  Remove mode parameter check.  Only set sigevent
	type ti SIGEV_NONE if LIO_NO_INDIVIDUAL_EVENT is set.
	(__lio_listio_21): New function.  Compatiblity version which sets
	LIO_NO_INDIVIDUAL_EVENT before calling lio_listio_internal.
	(__lio_listio_item_notify): New function.
	* sysdeps/pthread/lio_listio64.c: Define __lio_listio_21 and
	__lio_listio_item_notify macros.
	* sysdeps/pthread/Versions: New file.
	* rt/tst-aio2.c: Adjust test for new semantics of lio_listio.
	* include/aio.h: Define LIO_NO_INDIVIDUAL_EVENT.
	* Versions.def: Add GLIBC_2.4 for librt.

	* rt/Versions: Whitespace fix.
	* sysdeps/pthread/aio_misc.c: Likewise.
2006-01-03 23:19:03 +00:00
..
aio.h
aio_cancel.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
aio_error.c
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
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
Depend * manual/install.texi (Installation): Don't mention linuxthreads. 2005-07-03 04:40:53 +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
Makefile * rt/tst-cpuclock1.c: New file. 2005-04-27 08:03:47 +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 Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +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 Cleanups. 2005-10-23 20:38:06 +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 2.5-18.1 2007-07-12 18:26:36 +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 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-aio4.c
tst-aio5.c
tst-aio6.c
tst-aio7.c
tst-aio64.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-clock.c
tst-clock_nanosleep.c
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
tst-mqueue1.c
tst-mqueue2.c
tst-mqueue3.c
tst-mqueue4.c
tst-mqueue5.c
tst-mqueue6.c
tst-mqueue7.c
tst-mqueue8.c
tst-mqueue9.c
tst-shm.c
tst-timer.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
tst-timer2.c
tst-timer3.c
tst-timer4.c
tst-timer5.c
Versions lio_listio should emit an event for each individual request in 2006-01-03 23:19:03 +00:00