Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
f443fd40cba0c49e5d0a121df9d433225332d607
/
desc.c
fbec510
alpha: alias getdtablesize to printargs
by Dmitry V. Levin
· 9 years ago
e67c8e4
Replace %Ld/%Lu printf format specifiers with %lld/%llu
by Dmitry V. Levin
· 9 years ago
4408e85
x32: fix pselect6 decoding
by Dmitry V. Levin
· 9 years ago
2512003
desc.c: move parser of fcntl syscall to a separate file
by Dmitry V. Levin
· 9 years ago
5d68f46
desc.c: move parser of flock syscall to a separate file
by Dmitry V. Levin
· 9 years ago
4cb5ccc
Convert another parser of struct timeval to new mpers infrastructure
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
aba868c
desc.c: move epoll parsers to a separate file
by Dmitry V. Levin
· 9 years ago
28471d1
desc.c: move eventfd parsers to a separate file
by Dmitry V. Levin
· 9 years ago
0d60cf7
desc.c: move perf_event_open parser to a separate file
by Dmitry V. Levin
· 9 years ago
c44df3e
Fix oldselect decoding on 64-bit architectures
by Elvira Khabirova
· 9 years ago
cbabaf9
Alias sys_epoll_create to printargs_ld
by Dmitry V. Levin
· 9 years ago
df0c18c
desc.c: make use of RVAL_DECODED
by Dmitry V. Levin
· 9 years ago
e6019fd
desc.c: do not use xmalloc, use umove_or_printaddr and printaddr
by Dmitry V. Levin
· 9 years ago
3e9d71f
Introduce memory allocation wrappers
by Dmitry V. Levin
· 10 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
2fc5d80
decode_select: do not allocate unused memory
by Dmitry V. Levin
· 10 years ago
6522f13
decode_select: fix potential use of an uninitialized variable
by Dmitry V. Levin
· 10 years ago
64aa1b1
Decode paths associated with file descriptors returned by syscalls
by Zubin Mithra
· 10 years ago
d35bdca
Compress blank lines
by Dmitry V. Levin
· 11 years ago
0ed617b
Generate xlat/*.in files
by Dmitry V. Levin
· 11 years ago
e51ce47
epoll_ctl: fix EPOLL_CTL_DEL argument decoding
by Dmitry V. Levin
· 11 years ago
54cabef
Fix fcntl decoding
by Dmitry V. Levin
· 11 years ago
ec21e07
sys_fcntl: remove F_FREESP and F_FREESP64 support
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
594eb8f
Define printflock64 only if it is referenced by other code
by Dmitry V. Levin
· 11 years ago
2b64034
Move io_* syscalls decoding to a separate file
by Dmitry V. Levin
· 11 years ago
2df03c4
Stop using external libaio.h.
by Denys Vlasenko
· 11 years ago
abd2fda
sys_io_submit: simplify iocb_cmd_lookup() helper.
by Denys Vlasenko
· 11 years ago
ab24d51
sys_io_submit: stop traversing iocb vector after first failure.
by Denys Vlasenko
· 11 years ago
b338f2d
Fix select decoding on e.g. 32-bit ppc process by 64-bit strace.
by Denys Vlasenko
· 11 years ago
1297a51
Speed up and explain fd_isset()
by Denys Vlasenko
· 11 years ago
c2982b5
Fix select decoding for glibc in _FORTIFY_SOURCE mode
by Dmitry V. Levin
· 11 years ago
f3696b3
More select decoding fixes
by Dmitry V. Levin
· 11 years ago
1f65c3c
Truncate arg[0] to int in select decoding.
by Denys Vlasenko
· 11 years ago
025f108
Fix select decoding with bogus (huge or negative) nfds.
by Dr. David Alan Gilbert
· 11 years ago
8a1ebbb
Add compat support for sys_pselect6
by Denys Vlasenko
· 11 years ago
5e133aa
Fix sigset printing via print_sigset().
by Denys Vlasenko
· 11 years ago
0eeda2c
x32: fix build regressions introduced by commit v4.7-96-g8435d67
by Dmitry V. Levin
· 12 years ago
72cdefb
Print io_submit() offsets in decimal
by Zev Weiss
· 12 years ago
3b211d8
Fix build with older versions of libaio.h
by Dmitry V. Levin
· 12 years ago
c108ba2
Fix io_submit decoding
by Dmitry V. Levin
· 12 years ago
8435d67
Remove code which supports systems with long long off_t.
by Denys Vlasenko
· 12 years ago
86738a2
Merge two identical tables
by Denys Vlasenko
· 12 years ago
751acb3
Dying suddenly with abort() is rude, avoid if possible
by Denys Vlasenko
· 12 years ago
88eafd8
Improve perf_event_open argument decoding
by Ben Noordhuis
· 12 years ago
61d62cf
Stop using %h[h]u format specifiers
by Denys Vlasenko
· 13 years ago
9fd4f96
Optimize code if we have only one personality
by Denys Vlasenko
· 13 years ago
3e3490a
Indentation and whitespace fixes. No code changes.
by Denys Vlasenko
· 13 years ago
a6d91de
Tidy up includes and copyright notices, fix indentation
by Denys Vlasenko
· 13 years ago
72879c6
Alias a few more syscall printing functions
by Denys Vlasenko
· 13 years ago
b237b1b
Style fixes, no code changes
by Denys Vlasenko
· 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
a1d541e
Eliminate code duplication in time printing, reduce a few static buffers
by Denys Vlasenko
· 13 years ago
ad178c0
Remove redundant parsers
by Dmitry V. Levin
· 13 years ago
aed334c
sys_epoll_create1: decode flag arguments correctly
by Mike Frysinger
· 13 years ago
c327d71
Fix epoll_wait and epoll_pwait decoding
by Dmitry V. Levin
· 13 years ago
5967c1a
Decode EPOLLRDHUP
by Dmitry V. Levin
· 13 years ago
ad5155a
Fix compile failure introduced by last commit
by Denys Vlasenko
· 13 years ago
79a79ea
Roll back "die on malloc failure" behaviour a bit
by Denys Vlasenko
· 13 years ago
1161725
* desc.c (decode_select): Set tcp->auxstr as late as possible.
by Denys Vlasenko
· 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
1d46ba5
Make out-of-memory handling more uniform
by Denys Vlasenko
· 13 years ago
2fb4db3
Optimization: eliminate all remaining usages of strcat()
by Denys Vlasenko
· 13 years ago
5d64581
Improve code readability by avoiding assignments inside if()
by Denys Vlasenko
· 13 years ago
7999262
Optimize iocb_cmd_lookup
by Denys Vlasenko
· 13 years ago
7b609d5
Whitespace cleanups. No code changes.
by Denys Vlasenko
· 13 years ago
081e72f
Fix build when libaio-devel is not available
by Dmitry V. Levin
· 13 years ago
dfcd741
Enhance io_submit() decoding
by Andi Kleen
· 13 years ago
b63256e
Whitespace cleanups. no code changes.
by Denys Vlasenko
· 13 years ago
3138213
Fix decoding of file descriptors
by Dmitry V. Levin
· 14 years ago
30145dd
Fix const-correctness issues uncovered by gcc -Wwrite-strings
by Dmitry V. Levin
· 14 years ago
9676499
* desc.c (sys_epoll_pwait): Fix output formatting bug.
by Dmitry V. Levin
· 15 years ago
6e63375
* desc.c (decode_select): Fix potential stack buffer overflow.
by Dmitry V. Levin
· 15 years ago
414fe7d
Cleanup trailing whitespaces and indentation that uses spaces before tabs
by Dmitry V. Levin
· 15 years ago
eb9e2e8
Revert unapproved commits.
by Roland McGrath
· 16 years ago
7a862d7
* signal (sys_rt_sigaction): Print struct sigaction correctly
by Denys Vlasenko
· 16 years ago
eedaac7
Decode fcntl's F_{GET,SET}LEASE, F_NOTIFY, and F_DUPFD_CLOEXEC.
by Denys Vlasenko
· 16 years ago
5ae2b7c
AVR32 support by Hans-Christian Egtvedt
by Denys Vlasenko
· 16 years ago
f535b54
Fixes for ptrace() argument parsing.
by Denys Vlasenko
· 16 years ago
30b5e5a
* desc.c (printflock): Fix display of fcntl(F_SETLK) on
by Denys Vlasenko
· 16 years ago
adedb51
Fixing many instances of broken indentation with spaces instead of tabs.
by Denys Vlasenko
· 16 years ago
b1efe53
Fix build breakage from my previous commit.
by Denys Vlasenko
· 16 years ago
4371b10
2008-10-23 Dmitry V. Levin <ldv@altlinux.org>
by Dmitry V. Levin
· 16 years ago
21a7534
2008-04-19 Dmitry V. Levin <ldv@altlinux.org>
by Dmitry V. Levin
· 16 years ago
fe10aa7
2007-09-22 Dmitry V. Levin <ldv@altlinux.org>
by Roland McGrath
· 17 years ago
6bc09da
2007-09-22 Dmitry V. Levin <ldv@altlinux.org>
by Roland McGrath
· 17 years ago
a6c0d8c
2007-09-22 Dmitry V. Levin <ldv@altlinux.org>
by Roland McGrath
· 17 years ago
e7c3967
2007-07-23 Ulrich Drepper <drepper@redhat.com>
by Roland McGrath
· 17 years ago
f240005
2007-07-23 Ulrich Drepper <drepper@redhat.com>
by Roland McGrath
· 17 years ago
6afc565
2007-07-23 Ulrich Drepper <drepper@redhat.com>
by Roland McGrath
· 17 years ago
9b5b67e
2007-01-11 Dmitry V. Levin <ldv@altlinux.org>
by Dmitry V. Levin
· 18 years ago
ab9008b
2006-12-27 Dmitry V. Levin <ldv@altlinux.org>
by Dmitry V. Levin
· 18 years ago
a7945a3
2006-12-10 Dmitry V. Levin <ldv@altlinux.org>
by Dmitry V. Levin
· 18 years ago
b9fe011
2006-12-10 Dmitry V. Levin <ldv@altlinux.org>
by Dmitry V. Levin
· 18 years ago
Next »