]> granicus.if.org Git - strace/history - aio.c
tests: workaround systemd-nspawn habit of disabling unimplemented syscalls
[strace] / aio.c
2019-07-24 Eugene SyromyatnikovAdd xlat description structure
2019-07-16 Eugene Syromyatnikovaio: assorted iocb decoder updates
2019-05-22 Dmitry V. LevinUpdate copyright headers
2019-05-12 Dmitry V. LevinImplement and use new parsers of io_pgetevents syscall
2019-05-12 Dmitry V. LevinImplement and use new parsers of io_getevents syscall
2019-05-11 Dmitry V. LevinImplement parsers of new *time64 system calls
2019-05-04 Dmitry V. Levinprint_io_getevents: parametrize print_timespec
2018-12-23 Dmitry V. Levinaio: fix off-by-one error in indexed xlat lookup
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-06-17 Eugene Syromyatnikovaio: make iocb array output more strucutred
2018-06-17 Eugene Syromyatnikovaio: print IOCB_CMD_* using xlat
2018-06-14 Dmitry V. LevinUpdate copyright headers
2018-06-13 Eugene SyromyatnikovImplement io_pgetevents syscall decoding
2018-05-29 Dmitry V. Levinprint_array: enhance printing of unfetchable object...
2017-07-17 Dmitry V. Levinaio: change struct iocb.aio_lio_opcode output format
2017-07-17 Dmitry V. Levinaio: use PRINT_FIELD_* macros
2017-06-17 Dmitry V. LevinFix a few spacing style issues
2017-05-22 Eugene SyromyatnikovAdd copyright headers
2017-04-24 Dmitry V. LevinIntroduce tprintf_comment and tprints_comment functions
2017-01-07 Dmitry V. Levinaio: print hexadecimal integer using %#x
2016-12-26 Dmitry V. LevinReplace widen_to_long with truncate_klong_to_current_wo...
2016-12-26 Dmitry V. LevinAutomatically replace kernel_(scno|ureg)_t with kernel_...
2016-12-25 Dmitry V. Levinprintstr: rename to printstrn, add printstr as a thin...
2016-12-23 Dmitry V. Levinaio: change address type from unsigned long to kernel_u...
2016-09-07 Dmitry V. Levinaio: print aio_context_t as a pointer type
2016-09-05 Eugene Syromyatnikovaio: use printfd for fd printing
2016-06-22 Fabien SironAdd a enum for decoding to tprint_iov() and tprint_iov_...
2016-05-07 Dmitry V. Levinaio.c: use print_array function
2015-09-19 Dmitry V. LevinAdd helper functions to clear/restore syserror
2015-09-14 Dmitry V. LevinRename umove_long_or_printaddr to umove_ulong_or_printaddr
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...
2015-08-26 Dmitry V. LevinFix printing of io_getevents first argument
2015-08-18 Elvira KhabirovaFix io_setup first argument printing
2015-08-18 Dmitry V. LevinFix printing tracee's long integers
2015-07-20 Dmitry V. Levinaio.c: enhance io_* syscalls decoding
2015-06-17 Dmitry V. LevinConsistenly use #ifdef to check for AC_DEFINE'd macros
2015-04-07 Dmitry V. LevinDeclare syscall parsers using SYS_FUNC macro
2014-09-08 Dmitry V. LevinUse external libaio.h
2013-11-11 Dmitry V. LevinMove io_* syscalls decoding to a separate file