index
:
delta/strace.git
AkosUzonyi/pidns
EdgarKaziakhmedov/asinfo
NikolayMarchuk/gsoc-2017-final
NikolayMarchuk/gsoc-2017-final-rebased-on-v4.23--16
VictorKrapivensky/luajit
ZhibinLi/ioctl-drm
baserock/morph
esyr/5.15
esyr/af-spec-fix
esyr/count
esyr/enable-libdw-mpers
esyr/fb
esyr/fixes
esyr/gdbserver-prep
esyr/gdbserver-prep--rebased
esyr/gdbserver0
esyr/hppa-madvise
esyr/ip-local-port-range
esyr/kd
esyr/linux-5.14
esyr/linux-5.15
esyr/linux-5.16
esyr/linux-5.7
esyr/long-options
esyr/net
esyr/next-ng2
esyr/next-ng2-salvage
esyr/prctl-mdwe
esyr/ptp
esyr/rtc-success
esyr/secontext-fixes
esyr/strace-c-fix
esyr/straus-v2
esyr/tcamsg-fixes
esyr/term
esyr/tests-prctl-sve-fix
esyr/time64-updates
esyr/trace-fds
esyr/v4l2
esyr/v5.19
glebfm/getregs_old
ldv/PTRACE_GETEVENTMSG
ldv/PTRACE_SETOPTIONS-tests
ldv/SECCOMP_RET_TRAP
ldv/ci-musl-mainline-only
ldv/codecov
ldv/credits
ldv/fixes
ldv/gcc-10
ldv/github-ci
ldv/gpio
ldv/linux-5.9
ldv/master
ldv/next
ldv/release
ldv/secontext
ldv/selinux
ldv/trace-siginfo
ldv/travis-looping-threads-valgrind
ldv/travis-valgrind
ldv/unifdef
lirc
master
obsolete/HEAD
obsolete/WTA
obsolete/ia64.0
obsolete/v4.0.1
ppiao/gsoc-2018-final
rebase
vapier/ioctlent
github.com: strace/strace.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
aio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
aio: fix off-by-one error in indexed xlat lookup
Dmitry V. Levin
2018-12-23
1
-1
/
+1
*
Change the license of strace to LGPL-2.1-or-later
Dmitry V. Levin
2018-12-10
1
-21
/
+1
*
aio: make iocb array output more strucutred
Eugene Syromyatnikov
2018-06-18
1
-2
/
+4
*
aio: print IOCB_CMD_* using xlat
Eugene Syromyatnikov
2018-06-18
1
-20
/
+16
*
Update copyright headers
Dmitry V. Levin
2018-06-14
1
-1
/
+1
*
Implement io_pgetevents syscall decoding
Eugene Syromyatnikov
2018-06-13
1
-2
/
+17
*
print_array: enhance printing of unfetchable object addresses
Dmitry V. Levin
2018-05-29
1
-2
/
+2
*
aio: change struct iocb.aio_lio_opcode output format
Dmitry V. Levin
2017-07-17
1
-11
/
+11
*
aio: use PRINT_FIELD_* macros
Dmitry V. Levin
2017-07-17
1
-27
/
+30
*
Fix a few spacing style issues
Dmitry V. Levin
2017-06-17
1
-2
/
+2
*
Add copyright headers
Eugene Syromyatnikov
2017-05-22
1
-0
/
+1
*
Introduce tprintf_comment and tprints_comment functions
Dmitry V. Levin
2017-04-24
1
-1
/
+2
*
aio: print hexadecimal integer using %#x
Dmitry V. Levin
2017-01-07
1
-1
/
+1
*
Replace widen_to_long with truncate_klong_to_current_wordsize
Dmitry V. Levin
2016-12-26
1
-5
/
+6
*
Automatically replace kernel_(scno|ureg)_t with kernel_ulong_t
Dmitry V. Levin
2016-12-26
1
-5
/
+5
*
printstr: rename to printstrn, add printstr as a thin wrapper
Dmitry V. Levin
2016-12-25
1
-1
/
+1
*
aio: change address type from unsigned long to kernel_ureg_t
Dmitry V. Levin
2016-12-23
1
-7
/
+6
*
aio: print aio_context_t as a pointer type
Dmitry V. Levin
2016-09-07
1
-6
/
+9
*
aio: use printfd for fd printing
Eugene Syromyatnikov
2016-09-05
1
-9
/
+12
*
Add a enum for decoding to tprint_iov() and tprint_iov_upto()
Fabien Siron
2016-06-22
1
-1
/
+3
*
aio.c: use print_array function
Dmitry V. Levin
2016-05-07
1
-56
/
+49
*
Add helper functions to clear/restore syserror
Dmitry V. Levin
2015-09-19
1
-0
/
+7
*
Rename umove_long_or_printaddr to umove_ulong_or_printaddr
Dmitry V. Levin
2015-09-14
1
-2
/
+2
*
aio: rewrite from libaio.h to linux/aio_abi.h
Dmitry V. Levin
2015-08-26
1
-106
/
+89
*
Fix multiple personalities support in parser of io_submit syscall
Dmitry V. Levin
2015-08-26
1
-8
/
+12
*
Fix printing of io_getevents first argument
Dmitry V. Levin
2015-08-26
1
-2
/
+2
*
Fix io_setup first argument printing
Elvira Khabirova
2015-08-18
1
-1
/
+1
*
Fix printing tracee's long integers
Dmitry V. Levin
2015-08-18
1
-5
/
+1
*
aio.c: enhance io_* syscalls decoding
Dmitry V. Levin
2015-07-20
1
-109
/
+108
*
Consistenly use #ifdef to check for AC_DEFINE'd macros
Dmitry V. Levin
2015-06-17
1
-1
/
+1
*
Declare syscall parsers using SYS_FUNC macro
Dmitry V. Levin
2015-04-07
1
-10
/
+5
*
Use external libaio.h
Dmitry V. Levin
2014-09-08
1
-116
/
+13
*
Move io_* syscalls decoding to a separate file
Dmitry V. Levin
2013-11-11
1
-0
/
+376