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
*
Update copyright headers
Dmitry V. Levin
2018-02-13
1
-1
/
+1
*
Rework decoding and pathtrace of old select syscall
Dmitry V. Levin
2018-01-23
1
-17
/
+9
*
Use xappendstr instead of xsnprintf where suitable
Eugene Syromyatnikov
2018-01-11
1
-7
/
+6
*
desc.c: use xsnprintf instead of sprintf
Dmitry V. Levin
2018-01-07
1
-3
/
+10
*
Fix a few spacing style issues
Dmitry V. Levin
2017-06-17
1
-2
/
+1
*
Add copyright headers
Eugene Syromyatnikov
2017-05-22
1
-0
/
+1
*
Introduce NSIG_BYTES
Dmitry V. Levin
2016-12-27
1
-1
/
+1
*
Automatically replace kernel_(scno|ureg)_t with kernel_ulong_t
Dmitry V. Levin
2016-12-26
1
-6
/
+6
*
desc: change tracee address type from long to kernel_ureg_t
Dmitry V. Levin
2016-12-25
1
-7
/
+7
*
print_time*: change tracee address argument type from long to kernel_ureg_t
Dmitry V. Levin
2016-12-25
1
-3
/
+3
*
umove*: change tracee address argument type from long to kernel_ureg_t
Dmitry V. Levin
2016-12-25
1
-2
/
+2
*
desc: remove redundant casts
Dmitry V. Levin
2016-12-23
1
-3
/
+2
*
Check for current_klongsize instead of current_personality where appropriate
Dmitry V. Levin
2016-12-19
1
-5
/
+3
*
Use kernel_ulong_t instead of unsigned long long where appropriate
Dmitry V. Levin
2016-12-19
1
-1
/
+1
*
struct tcb: make types of syscall arguments unsigned
Dmitry V. Levin
2016-12-19
1
-2
/
+2
*
Cleanup oldselect
Dmitry V. Levin
2016-12-19
1
-17
/
+17
*
Include "kernel_types.h" in defs.h and tests/tests.h
Dmitry V. Levin
2016-12-16
1
-2
/
+0
*
alpha: alias getdtablesize to printargs
Dmitry V. Levin
2016-01-08
1
-7
/
+0
*
Replace %Ld/%Lu printf format specifiers with %lld/%llu
Dmitry V. Levin
2015-12-16
1
-1
/
+1
*
x32: fix pselect6 decoding
Dmitry V. Levin
2015-11-27
1
-5
/
+31
*
desc.c: move parser of fcntl syscall to a separate file
Dmitry V. Levin
2015-10-08
1
-192
/
+0
*
desc.c: move parser of flock syscall to a separate file
Dmitry V. Levin
2015-10-08
1
-14
/
+0
*
Convert another parser of struct timeval to new mpers infrastructure
Dmitry V. Levin
2015-09-19
1
-9
/
+11
*
Add a new helper function umove_ulong_array_or_printaddr
Dmitry V. Levin
2015-09-15
1
-21
/
+6
*
desc.c: move epoll parsers to a separate file
Dmitry V. Levin
2015-08-01
1
-110
/
+0
*
desc.c: move eventfd parsers to a separate file
Dmitry V. Levin
2015-08-01
1
-22
/
+0
*
desc.c: move perf_event_open parser to a separate file
Dmitry V. Levin
2015-08-01
1
-17
/
+0
*
Fix oldselect decoding on 64-bit architectures
Elvira Khabirova
2015-07-30
1
-3
/
+16
*
Alias sys_epoll_create to printargs_ld
Dmitry V. Levin
2015-07-20
1
-6
/
+0
*
desc.c: make use of RVAL_DECODED
Dmitry V. Levin
2015-07-20
1
-62
/
+53
*
desc.c: do not use xmalloc, use umove_or_printaddr and printaddr
Dmitry V. Levin
2015-07-20
1
-87
/
+69
*
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
[next]