Forward port of rtkaio.
commit8021fca5412b5b1664e806556205d5cede365974
authorJakub Jelinek <jakub@redhat.com>
Thu, 7 Sep 2006 10:36:13 +0000 (7 10:36 +0000)
committerJakub Jelinek <jakub@redhat.com>
Thu, 7 Sep 2006 10:36:13 +0000 (7 10:36 +0000)
treed5679d310773db142bf35e6cde274fa398b6190b
parentbdae5218097f2181710cf9058248e4c549c6ec84
Forward port of rtkaio.
79 files changed:
fedora/glibc.spec.in
rtkaio/ChangeLog
rtkaio/Makefile
rtkaio/Versions.def
rtkaio/aio.h [deleted file]
rtkaio/configure
rtkaio/configure.in [new file with mode: 0644]
rtkaio/kaio_cancel.c [moved from rtkaio/sysdeps/rtkaio/kaio_cancel.c with 100% similarity]
rtkaio/kaio_error.c [new file with mode: 0644]
rtkaio/kaio_fsync.c [moved from rtkaio/sysdeps/rtkaio/kaio_fsync.c with 100% similarity]
rtkaio/kaio_misc.c [moved from rtkaio/sysdeps/rtkaio/kaio_misc.c with 100% similarity]
rtkaio/kaio_mq_close.c [new file with mode: 0644]
rtkaio/kaio_mq_getattr.c [new file with mode: 0644]
rtkaio/kaio_mq_notify.c [new file with mode: 0644]
rtkaio/kaio_mq_open.c [new file with mode: 0644]
rtkaio/kaio_mq_receive.c [new file with mode: 0644]
rtkaio/kaio_mq_send.c [new file with mode: 0644]
rtkaio/kaio_mq_setattr.c [new file with mode: 0644]
rtkaio/kaio_mq_timedreceive.c [new file with mode: 0644]
rtkaio/kaio_mq_timedsend.c [new file with mode: 0644]
rtkaio/kaio_mq_unlink.c [new file with mode: 0644]
rtkaio/kaio_notify.c [moved from rtkaio/sysdeps/rtkaio/kaio_notify.c with 100% similarity]
rtkaio/kaio_read.c [moved from rtkaio/sysdeps/rtkaio/kaio_read.c with 100% similarity]
rtkaio/kaio_read64.c [moved from rtkaio/sysdeps/rtkaio/kaio_read64.c with 100% similarity]
rtkaio/kaio_return.c [new file with mode: 0644]
rtkaio/kaio_sigqueue.c [moved from rtkaio/sysdeps/rtkaio/kaio_sigqueue.c with 100% similarity]
rtkaio/kaio_suspend.c [moved from rtkaio/sysdeps/rtkaio/kaio_suspend.c with 100% similarity]
rtkaio/kaio_write.c [moved from rtkaio/sysdeps/rtkaio/kaio_write.c with 100% similarity]
rtkaio/kaio_write64.c [moved from rtkaio/sysdeps/rtkaio/kaio_write64.c with 100% similarity]
rtkaio/klio_listio.c [moved from rtkaio/sysdeps/rtkaio/klio_listio.c with 100% similarity]
rtkaio/klio_listio64.c [moved from rtkaio/sysdeps/rtkaio/klio_listio64.c with 100% similarity]
rtkaio/sysdeps/pthread/Makefile
rtkaio/sysdeps/pthread/Versions [new file with mode: 0644]
rtkaio/sysdeps/pthread/tst-mqueue8x.c [new file with mode: 0644]
rtkaio/sysdeps/rtkaio/kaio_error.c [deleted file]
rtkaio/sysdeps/rtkaio/kaio_return.c [deleted file]
rtkaio/sysdeps/unix/alpha/Makefile [new file with mode: 0644]
rtkaio/sysdeps/unix/alpha/rtkaio-sysdep.S [new file with mode: 0644]
rtkaio/sysdeps/unix/sysv/linux/Makefile [new file with mode: 0644]
rtkaio/sysdeps/unix/sysv/linux/hppa/Versions [deleted file]
rtkaio/sysdeps/unix/sysv/linux/hppa/kaio_cancel.c [deleted file]
rtkaio/sysdeps/unix/sysv/linux/ia64/Makefile [new file with mode: 0644]
rtkaio/sysdeps/unix/sysv/linux/ia64/rtkaio-sysdep.S [new file with mode: 0644]
rtkaio/sysdeps/unix/sysv/linux/kaio_cancel.c
rtkaio/sysdeps/unix/sysv/linux/kaio_error.c
rtkaio/sysdeps/unix/sysv/linux/kaio_misc.c
rtkaio/sysdeps/unix/sysv/linux/kaio_misc.h
rtkaio/sysdeps/unix/sysv/linux/kaio_return.c
rtkaio/sysdeps/unix/sysv/linux/kaio_suspend.c
rtkaio/sysdeps/unix/sysv/linux/klio_listio.c
rtkaio/sysdeps/unix/sysv/linux/klio_listio64.c
rtkaio/sysdeps/unix/sysv/linux/powerpc/Makefile [new file with mode: 0644]
rtkaio/sysdeps/unix/sysv/linux/powerpc/rtkaio-sysdep.c [new file with mode: 0644]
rtkaio/sysdeps/unix/sysv/linux/s390/Makefile [new file with mode: 0644]
rtkaio/sysdeps/unix/sysv/linux/s390/rtkaio-sysdep.S [new file with mode: 0644]
rtkaio/sysdeps/unix/sysv/linux/sparc/Makefile [new file with mode: 0644]
rtkaio/sysdeps/unix/sysv/linux/sparc/rtkaio-sysdep.c [new file with mode: 0644]
rtkaio/sysdeps/unix/sysv/linux/sparc/sparc64/Versions [new file with mode: 0644]
rtkaio/sysdeps/unix/sysv/linux/syscalls.list [new file with mode: 0644]
rtkaio/tst-aio10.c [new file with mode: 0644]
rtkaio/tst-aio8.c [new file with mode: 0644]
rtkaio/tst-aio9.c [new file with mode: 0644]
rtkaio/tst-aiod.c [new file with mode: 0644]
rtkaio/tst-aiod.h [copied from rtkaio/sysdeps/unix/sysv/linux/klio_listio64.c with 50% similarity]
rtkaio/tst-aiod2.c [new file with mode: 0644]
rtkaio/tst-aiod3.c [new file with mode: 0644]
rtkaio/tst-aiod4.c [new file with mode: 0644]
rtkaio/tst-aiod5.c [new file with mode: 0644]
rtkaio/tst-aiod64.c [new file with mode: 0644]
rtkaio/tst-clock2.c [new file with mode: 0644]
rtkaio/tst-cpuclock1.c [new file with mode: 0644]
rtkaio/tst-cpuclock2.c [new file with mode: 0644]
rtkaio/tst-cputimer1.c [new file with mode: 0644]
rtkaio/tst-cputimer2.c [new file with mode: 0644]
rtkaio/tst-cputimer3.c [new file with mode: 0644]
rtkaio/tst-mqueue8.c [new file with mode: 0644]
rtkaio/tst-mqueue9.c [new file with mode: 0644]
rtkaio/tst-timer.c [new file with mode: 0644]
rtkaio/tst-timer5.c [new file with mode: 0644]