]> granicus.if.org Git - strace/history - tests/aio.c
Replace "(unsigned long) -1L" with -1UL
[strace] / tests / aio.c
2016-11-26 Eugene SyromyatnikovFix omission of field names in printers of timespec...
2016-11-13 Eugene Syromyatnikovtests: fix "constant is too large" compilation warnings
2016-09-09 Eugene Syromyatnikovtests/aio.c: bring indentation in conformance with...
2016-09-09 Eugene Syromyatnikovtests: use predefined constant in aio_context_t checks...
2016-09-08 Eugene Syromyatnikovtests: use PRI__*64 macros in aio test
2016-09-07 Dmitry V. Levintests/aio.c: fix for x32 personality
2016-09-07 Dmitry V. Levinaio: print aio_context_t as a pointer type
2016-09-07 Dmitry V. Levintests/aio.c: rewrite without assert
2016-09-06 Eugene Syromyatnikovtests: add more aio decoding checks
2016-09-06 Eugene Syromyatnikovtests: add suffix and cast to 64-bit constants in aio...
2016-09-05 Eugene Syromyatnikovtests: fix printing of min_nr and nr arguments of io_ge...
2016-09-05 Eugene Syromyatnikovtests: use sprintrc for return code output in aio test
2016-08-09 Dmitry V. LevinUse <asm/unistd.h> instead of <sys/syscall.h>
2016-07-13 Dmitry V. LevinPrint struct iovec as a regular structure
2016-05-07 Dmitry V. Levinaio.c: use print_array function
2016-04-21 Dmitry V. Levintests: do not include <errno.h> unnecessarily
2016-04-21 Dmitry V. Levintests/aio.c: use errno2name
2016-01-20 Dmitry V. Levintests/tests.h: add ARRAY_SIZE and LENGTH_OF macros
2016-01-13 Dmitry V. Levinaio.test: check memory access by aio decoders
2016-01-11 Dmitry V. Levinaio.test: include <fcntl.h> instead of <sys/fcntl.h>
2016-01-06 Dmitry V. Levintests/aio.c: use libtests
2016-01-05 Dmitry V. Levintests: include tests.h instead of config.h
2015-12-16 Dmitry V. Levintests/aio.c: include <time.h>
2015-08-26 Dmitry V. Levinaio: rewrite from libaio.h to linux/aio_abi.h
2015-08-26 Dmitry V. LevinFix multiple personalities support in parser of io_subm...