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
/
desc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce memory allocation wrappers
Dmitry V. Levin
2015-05-25
1
-8
/
+3
*
Declare syscall parsers using SYS_FUNC macro
Dmitry V. Levin
2015-04-07
1
-38
/
+19
*
Change last parameter of umoven() from char* to void*
Denys Vlasenko
2015-03-21
1
-3
/
+3
*
decode_select: do not allocate unused memory
Dmitry V. Levin
2015-01-28
1
-2
/
+2
*
decode_select: fix potential use of an uninitialized variable
Dmitry V. Levin
2014-09-09
1
-4
/
+3
*
Decode paths associated with file descriptors returned by syscalls
Zubin Mithra
2014-06-04
1
-1
/
+10
*
Compress blank lines
Dmitry V. Levin
2014-05-30
1
-14
/
+1
*
Generate xlat/*.in files
Dmitry V. Levin
2014-05-30
1
-227
/
+9
*
epoll_ctl: fix EPOLL_CTL_DEL argument decoding
Dmitry V. Levin
2014-04-17
1
-2
/
+6
*
Fix fcntl decoding
Dmitry V. Levin
2014-03-03
1
-51
/
+33
*
sys_fcntl: remove F_FREESP and F_FREESP64 support
Dmitry V. Levin
2014-03-01
1
-16
/
+3
*
Use XLAT_END macro
Dmitry V. Levin
2014-02-05
1
-9
/
+9
*
Use XLAT macro
Dmitry V. Levin
2014-02-05
1
-80
/
+80
*
Define printflock64 only if it is referenced by other code
Dmitry V. Levin
2013-11-12
1
-8
/
+34
*
Move io_* syscalls decoding to a separate file
Dmitry V. Levin
2013-11-11
1
-346
/
+0
*
Stop using external libaio.h.
Denys Vlasenko
2013-11-11
1
-19
/
+124
*
sys_io_submit: simplify iocb_cmd_lookup() helper.
Denys Vlasenko
2013-11-11
1
-11
/
+9
*
sys_io_submit: stop traversing iocb vector after first failure.
Denys Vlasenko
2013-11-11
1
-18
/
+18
*
Fix select decoding on e.g. 32-bit ppc process by 64-bit strace.
Denys Vlasenko
2013-11-09
1
-41
/
+27
*
Speed up and explain fd_isset()
Denys Vlasenko
2013-11-06
1
-5
/
+13
*
Fix select decoding for glibc in _FORTIFY_SOURCE mode
Dmitry V. Levin
2013-11-05
1
-2
/
+10
*
More select decoding fixes
Dmitry V. Levin
2013-11-05
1
-20
/
+26
*
Truncate arg[0] to int in select decoding.
Denys Vlasenko
2013-11-05
1
-4
/
+5
*
Fix select decoding with bogus (huge or negative) nfds.
Dr. David Alan Gilbert
2013-11-05
1
-7
/
+11
*
Add compat support for sys_pselect6
Denys Vlasenko
2013-07-18
1
-3
/
+16
*
Fix sigset printing via print_sigset().
Denys Vlasenko
2013-07-18
1
-5
/
+5
*
x32: fix build regressions introduced by commit v4.7-96-g8435d67
Dmitry V. Levin
2013-05-01
1
-23
/
+33
*
Print io_submit() offsets in decimal
Zev Weiss
2013-03-31
1
-2
/
+2
*
Fix build with older versions of libaio.h
Dmitry V. Levin
2013-03-18
1
-4
/
+14
*
Fix io_submit decoding
Dmitry V. Levin
2013-03-18
1
-3
/
+4
*
Remove code which supports systems with long long off_t.
Denys Vlasenko
2013-02-18
1
-11
/
+1
*
Merge two identical tables
Denys Vlasenko
2013-02-17
1
-9
/
+2
*
Dying suddenly with abort() is rude, avoid if possible
Denys Vlasenko
2013-02-08
1
-1
/
+1
*
Improve perf_event_open argument decoding
Ben Noordhuis
2013-02-05
1
-0
/
+31
*
Stop using %h[h]u format specifiers
Denys Vlasenko
2012-04-16
1
-3
/
+3
*
Optimize code if we have only one personality
Denys Vlasenko
2012-03-19
1
-3
/
+3
*
Indentation and whitespace fixes. No code changes.
Denys Vlasenko
2012-03-17
1
-1
/
+1
*
Tidy up includes and copyright notices, fix indentation
Denys Vlasenko
2012-03-16
1
-8
/
+4
*
Alias a few more syscall printing functions
Denys Vlasenko
2012-02-27
1
-3
/
+2
*
Style fixes, no code changes
Denys Vlasenko
2012-02-27
1
-1
/
+1
*
Compress blank lines
Dmitry V. Levin
2012-02-25
1
-2
/
+0
*
Cleanup after non-Linux code removal.
Denys Vlasenko
2012-02-25
1
-2
/
+2
*
Automated removal of non-Linux code
Denys Vlasenko
2012-02-25
1
-10
/
+0
*
Eliminate code duplication in time printing, reduce a few static buffers
Denys Vlasenko
2012-01-20
1
-2
/
+2
*
Remove redundant parsers
Dmitry V. Levin
2011-11-28
1
-9
/
+0
*
sys_epoll_create1: decode flag arguments correctly
Mike Frysinger
2011-10-14
1
-1
/
+11
*
Fix epoll_wait and epoll_pwait decoding
Dmitry V. Levin
2011-10-11
1
-1
/
+1
*
Decode EPOLLRDHUP
Dmitry V. Levin
2011-10-11
1
-0
/
+3
*
Fix compile failure introduced by last commit
Denys Vlasenko
2011-09-01
1
-1
/
+1
*
Roll back "die on malloc failure" behaviour a bit
Denys Vlasenko
2011-09-01
1
-2
/
+9
[next]