Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
0014bb1b9dbb6c255b40ceb7b71c60bd198b41b2
/
desc.c
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
· 11 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
· 14 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
95ebf5a
2006-10-13 Ulrich Drepper <drepper@redhat.com>
by Dmitry V. Levin
· 18 years ago
aa524c8
2005-05-31 Dmitry V. Levin <ldv@altlinux.org>
by Roland McGrath
· 20 years ago
b2dee13
2005-05-31 Dmitry V. Levin <ldv@altlinux.org>
by Roland McGrath
· 20 years ago
46100d0
2005-05-31 Dmitry V. Levin <ldv@altlinux.org>
by Roland McGrath
· 20 years ago
37b9f84
2005-05-09 Roland McGrath <roland@redhat.com>
by Roland McGrath
· 20 years ago
183df96
2005-03-22 Roland McGrath <roland@redhat.com>
by Roland McGrath
· 20 years ago
e85aaa4
2005-02-05 Roland McGrath <roland@redhat.com>
by Roland McGrath
· 20 years ago
6e52d23
2004-10-19 Roland McGrath <roland@redhat.com>
by Roland McGrath
· 20 years ago
63d6e54
2004-10-19 Roland McGrath <roland@redhat.com>
by Roland McGrath
· 20 years ago
93817bf
2004-10-06 Roland McGrath <roland@redhat.com>
by Roland McGrath
· 20 years ago
d9f816f
2004-09-03 Roland McGrath <roland@redhat.com>
by Roland McGrath
· 20 years ago
81634e4
2003-01-13 Roland McGrath <roland@redhat.com>
by Roland McGrath
· 22 years ago
e948faf
2002-12-15 Roland McGrath <roland@redhat.com>
by Roland McGrath
· 22 years ago
7b3346b
Import lots of ia64 related changes from David Mosberger
by Wichert Akkerman
· 23 years ago
70623be
Use configure to detect 64bit off_t and rlim_t
by John Hughes
· 24 years ago
b8c9f77
FreeBSD uses 64 bit off_t, fix stat&fcntl(flock)
by John Hughes
· 24 years ago
bdf48f5
Merge Harald Böhme's solaris patches
by John Hughes
· 24 years ago
Next »