Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
a7c4ee41ff52f9971c32203e4112467fdd608250
/
io.c
031fc80
Rename widen_to_ull to zero_extend_signed_to_ull
by Dmitry V. Levin
· 8 years ago
714a162
Move SH-specific argument number calculation to getllval
by Eugene Syromyatnikov
· 8 years ago
4ddbfcf
Print struct iovec as a regular structure
by Dmitry V. Levin
· 8 years ago
2850f74
Add a general netlink socket parser
by Fabien Siron
· 8 years ago
2a54d8b
Add a enum for decoding to tprint_iov() and tprint_iov_upto()
by Fabien Siron
· 8 years ago
b0c5113
Introduce HAVE_STRUCT_TCB_EXT_ARG macro
by Dmitry V. Levin
· 9 years ago
84a979c
Fix explicit casts of signed integer types to unsigned long long
by Dmitry V. Levin
· 9 years ago
a6dd094
Implement decoding of preadv2 and pwritev2 syscalls
by Dmitry V. Levin
· 9 years ago
4ce3054
io.c: use print_array function
by Dmitry V. Levin
· 9 years ago
9f3a6af
Fix printing of negative offsets in pread64 and pwrite64 syscalls
by Dmitry V. Levin
· 9 years ago
c98ab88
Fix decoding of preadv syscall in case of short read
by Dmitry V. Levin
· 9 years ago
d461151
Fix printing of negative offsets in preadv and pwritev syscalls
by Dmitry V. Levin
· 9 years ago
0a9d194
Fix printing of unreadable struct iovec
by Dmitry V. Levin
· 9 years ago
16a52b4
Fix printing of negative offsets in splice syscall
by Dmitry V. Levin
· 9 years ago
05a0af6
Fix decoding and dumping of readv syscall in case of short read
by Dmitry V. Levin
· 9 years ago
c6e5e2c
x86_64: fix x32 personality support in print_llu_from_low_high_val
by Dmitry V. Levin
· 9 years ago
b172a94
Add a new helper function umove_ulong_array_or_printaddr
by Dmitry V. Levin
· 9 years ago
ac2e728
io.c: move sendfile parsers to a separate file
by Dmitry V. Levin
· 9 years ago
2479ef0
Fix printing tracee's long integers
by Dmitry V. Levin
· 9 years ago
1f255fd
io.c: make use of RVAL_DECODED
by Dmitry V. Levin
· 9 years ago
dd5f0ce
Use printnum_int64 instead of print_loff_t
by Dmitry V. Levin
· 9 years ago
43b5a1f
io.c: use printaddr and umove_or_printaddr
by Dmitry V. Levin
· 9 years ago
044eef2
Move ioctl syscall parser to ioctl.c
by Dmitry V. Levin
· 9 years ago
a0bd374
Declare syscall parsers using SYS_FUNC macro
by Dmitry V. Levin
· 10 years ago
7e69ed9
Change last parameter of umoven() from char* to void*
by Denys Vlasenko
· 10 years ago
5a64656
mips n32: fix preadv/pwritev offset decoding
by Dmitry V. Levin
· 10 years ago
5de5a7a
Fix ILP32 personality preadv/pwritev offset decoding on LP64 architectures
by Dmitry V. Levin
· 10 years ago
6f9a01c
ioctl: add decoding for parametrized command names
by Gabriel Laskar
· 10 years ago
924996a
ioctl: print unrecognized ioctl codes in _IOC(dir,type,nr,size) format
by Dmitry V. Levin
· 10 years ago
b2fa2be
Include <sys/uio.h> unconditionally
by Dmitry V. Levin
· 10 years ago
20b84a6
Fix preadv/pwritev offset decoding on ILP32 architectures
by Dmitry V. Levin
· 10 years ago
3c49b02
Fix preadv/pwritev offset decoding on bigendian architectures
by Dmitry V. Levin
· 10 years ago
0ed617b
Generate xlat/*.in files
by Dmitry V. Levin
· 11 years ago
7845a42
Fix preadv/pwritev offset decoding
by Dmitry V. Levin
· 11 years ago
5945273
Use XLAT_END macro
by Dmitry V. Levin
· 11 years ago
bce0cc6
Use XLAT macro
by Dmitry V. Levin
· 11 years ago
2c42f32
Do not use off_t in sendfile decoding
by Dmitry V. Levin
· 12 years ago
a9fe13c
Create and use struct_sysent and struct_ioctlent typedefs.
by Denys Vlasenko
· 12 years ago
8435d67
Remove code which supports systems with long long off_t.
by Denys Vlasenko
· 12 years ago
043b5f8
Remove recently introduced use of ULONG_MAX
by Dmitry V. Levin
· 13 years ago
e0bc222
Fix recvmsg decode: do not show more data than actually returned
by Denys Vlasenko
· 13 years ago
0cbed35
Decode mtd ioctls
by Mike Frysinger
· 13 years ago
9fd4f96
Optimize code if we have only one personality
by Denys Vlasenko
· 13 years ago
a6d91de
Tidy up includes and copyright notices, fix indentation
by Denys Vlasenko
· 13 years ago
0bfd744
Output iovec length in vmsplice and process_vm_readv decoders
by Dmitry V. Levin
· 13 years ago
e83e157
Compress blank lines
by Dmitry V. Levin
· 13 years ago
8470374
Cleanup after non-Linux code removal.
by Denys Vlasenko
· 13 years ago
ed720fd
Automated removal of non-Linux code
by Denys Vlasenko
· 13 years ago
6ca2610
Check HAVE_LONG_LONG_OFF_T when printing offset
by H.J. Lu
· 13 years ago
309edeb
Remove unused sys_pread64 and sys_pwrite64 parsers on Linux
by Dmitry V. Levin
· 13 years ago
d99e48c
Implement decoding of splice, tee and vmsplice(2) syscalls
by Dmitry V. Levin
· 13 years ago
60fe8c1
Use tprints with literal strings, it may be faster than tprintf
by Denys Vlasenko
· 13 years ago
5940e65
Fix "format not a string literal" warning caused by tprintf(str)
by Denys Vlasenko
· 13 years ago
5d64581
Improve code readability by avoiding assignments inside if()
by Denys Vlasenko
· 13 years ago
8884968
Add argument to tprint_iov() specifying whether to decode each iovec
by Dmitry V. Levin
· 14 years ago
3087dd6
Linux: implement decoding of preadv and pwritev syscalls
by Damir Shayhutdinov
· 14 years ago
1201426
"Modernize" all old-style function parameter declarations
by Denys Vlasenko
· 14 years ago
3138213
Fix decoding of file descriptors
by Dmitry V. Levin
· 14 years ago
b5600fc
Factor out printing of 64bit syscall argument
by Andreas Schwab
· 15 years ago
542c2c6
2007-08-26 Daniel Jacobowitz <dan@codesourcery.com>
by Roland McGrath
· 17 years ago
4ebb4e3
2006-12-10 Dmitry V. Levin <ldv@altlinux.org>
by Dmitry V. Levin
· 18 years ago
aa524c8
2005-05-31 Dmitry V. Levin <ldv@altlinux.org>
by Roland McGrath
· 20 years ago
2fe2a3e
2004-10-07 Roland McGrath <roland@redhat.com>
by Roland McGrath
· 20 years ago
ee36ce1
2004-09-03 Roland McGrath <roland@redhat.com>
by Roland McGrath
· 20 years ago
2843a4e
2003-09-06 Dmitry V. Levin <ldv@altlinux.org>
by Roland McGrath
· 21 years ago
c0f8bbd
2003-07-28 Daniel Jacobowitz <drow@mvista.com>
by Roland McGrath
· 21 years ago
c6cc577
2003-01-14 Roland McGrath <roland@redhat.com>
by Roland McGrath
· 22 years ago
f5c450d
2003-01-13 Roland McGrath <roland@redhat.com>
by Roland McGrath
· 22 years ago
186c5ac
2002-12-15 Roland McGrath <roland@redhat.com>
by Roland McGrath
· 22 years ago
38ae88d
Improve tracing of timod ioctls
by John Hughes
· 23 years ago
7ab47b6
Fix signed/unsigned problems
by Wichert Akkerman
· 23 years ago
1d08dcf
Merge iov fixes from Richard Kettlewell
by John Hughes
· 23 years ago
0c79e01
replace wimpy get64 by powerful LONG_LONG :-)
by John Hughes
· 24 years ago
70623be
Use configure to detect 64bit off_t and rlim_t
by John Hughes
· 24 years ago
5a826b8
Fix off_t args on FreeBSD
by John Hughes
· 24 years ago
bdf48f5
Merge Harald Böhme's solaris patches
by John Hughes
· 24 years ago
bf79f2e
Add FreeBSD support
by Wichert Akkerman
· 24 years ago
4dc8a2a
Bunch of stuff
by Wichert Akkerman
· 25 years ago
9ce1a63
Catching up on my mail-backlog, see ChangeLog for details
by Wichert Akkerman
· 25 years ago
2e2553a
Merged in a bunch of patches that I got as reaction to the 3.99 release.
by Wichert Akkerman
· 26 years ago
76baf7c
Initial revision
by Wichert Akkerman
· 26 years ago