| patch |
summary |
view |
raw |
| 00_arches.patch |
harness/main.c | 8 +
src/libaio.h | 34 +++++++
src/syscall-arm.h | 116 ++++++++++++++++++++++++++
src/syscall-m68k.h | 78 +++++++++++++++++
src/syscall-mips.h | 223 +++++++++++++++++++++++++++++++++++++++++++++++++++
src/syscall-parisc.h | 146 +++++++++++++++++++++++++++++++++
src/syscall-sparc.h | 130 +++++++++++++++++++++++++++++
src/syscall.h | 10 ++
8 files changed, 744 insertions(+), 1 deletion(-)
|
view
|
download
|
| 00_arches_sh.patch |
harness/main.c | 2 -
src/libaio.h | 10 +++++++
src/syscall-sh.h | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
src/syscall.h | 2 +
4 files changed, 91 insertions(+), 1 deletion(-)
|
view
|
download
|
| 01_link_libgcc.patch |
src/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| 02_libdevdir.patch |
Makefile | 9 ++++++++-
src/Makefile | 12 +++++++-----
2 files changed, 15 insertions(+), 6 deletions(-)
|
view
|
download
|
| 03_man_errors.patch |
man/aio.3 | 180 ++++++++++++++++++++++---------------------------
man/aio_cancel.3 | 72 +++++++++----------
man/aio_cancel64.3 | 50 ++++++-------
man/aio_error64.3 | 54 +++++++-------
man/aio_fsync64.3 | 46 ++++++------
man/aio_init.3 | 50 ++++++-------
man/aio_read64.3 | 56 +++++++--------
man/aio_return64.3 | 46 ++++++------
man/aio_suspend64.3 | 46 ++++++------
man/aio_write64.3 | 52 +++++++-------
man/io.3 | 73 +++++++++----------
man/io_cancel.3 | 36 ++++-----
man/io_fsync.3 | 42 +++++------
man/io_getevents.1 | 38 +++++-----
man/io_getevents.3 | 76 ++++++++++----------
man/io_prep_fsync.3 | 69 +++++++++---------
man/io_prep_pread.3 | 70 ++++++++-----------
man/io_prep_pwrite.3 | 68 ++++++++----------
man/io_queue_init.3 | 38 +++++-----
man/io_queue_release.3 | 38 +++++-----
man/io_queue_run.3 | 46 ++++++------
man/io_queue_wait.3 | 50 ++++++-------
man/io_set_callback.3 | 36 +++++----
man/io_setup.1 | 30 ++++----
man/io_submit.1 | 6 -
man/io_submit.3 | 60 ++++++++--------
man/lio_listio.3 | 115 ++++++++++++++-----------------
man/lio_listio64.3 | 20 ++---
28 files changed, 764 insertions(+), 799 deletions(-)
|
view
|
download
|