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
/
process.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add xlat description structure.
Eugene Syromyatnikov
2018-08-31
1
-18
/
+18
*
process: honor xlat style in print_user_offset_addr
Eugene Syromyatnikov
2018-08-31
1
-9
/
+17
*
Implement PTRACE_SECCOMP_GET_METADATA ptrace request decoding
Eugene Syromyatnikov
2018-03-06
1
-0
/
+42
*
build: prepare for -Wimplicit-fallthrough=5
Dmitry V. Levin
2018-03-06
1
-1
/
+1
*
Update copyright headers
Dmitry V. Levin
2018-02-13
1
-1
/
+1
*
Include <sys/ptrace.h> early
Dmitry V. Levin
2018-02-11
1
-3
/
+3
*
Add copyright headers
Eugene Syromyatnikov
2017-05-22
1
-0
/
+1
*
Automatically replace PRI_kr[dux] with PRI_kl[dux]
Dmitry V. Levin
2016-12-26
1
-2
/
+2
*
Automatically replace kernel_(scno|ureg)_t with kernel_ulong_t
Dmitry V. Levin
2016-12-26
1
-5
/
+5
*
Print kernel_ureg_t and kernel_scno_t using dedicated format strings
Dmitry V. Levin
2016-12-26
1
-2
/
+2
*
process: change ptrace arguments type from unsigned long to kernel_ureg_t
Dmitry V. Levin
2016-12-25
1
-2
/
+2
*
process: change tracee address type from unsigned long to kernel_ureg_t
Dmitry V. Levin
2016-12-25
1
-3
/
+3
*
process: remove redundant syserror checks
Dmitry V. Levin
2016-12-24
1
-8
/
+2
*
Add a enum for decoding to tprint_iov() and tprint_iov_upto()
Fabien Siron
2016-06-22
1
-2
/
+2
*
ptrace: decode data argument of PTRACE_PEEKSIGINFO request
Dmitry V. Levin
2016-05-13
1
-0
/
+7
*
ptrace: decode data argument of PTRACE_SECCOMP_GET_FILTER request
Dmitry V. Levin
2016-05-13
1
-0
/
+7
*
ptrace: decode argument of PTRACE_GETEVENTMSG request
Dmitry V. Levin
2016-05-13
1
-3
/
+7
*
ptrace: decode arguments of PTRACE_[GS]ETSIGMASK requests
Dmitry V. Levin
2016-05-13
1
-0
/
+7
*
ptrace: return RVAL_DECODED for requests decoded on entering
Dmitry V. Levin
2016-05-13
1
-19
/
+31
*
ptrace: print PTRACE_O_* flags using printflags64
Dmitry V. Levin
2016-05-12
1
-1
/
+1
*
ptrace: print data argument of PTRACE_SEIZE et al requests as flags
Dmitry V. Levin
2016-05-12
1
-0
/
+4
*
ptrace: print data argument of PTRACE_SINGLEBLOCK et al requests as signo
Dmitry V. Levin
2016-05-12
1
-2
/
+13
*
ptrace: decode addr argument of PTRACE_PEEKSIGINFO request
Dmitry V. Levin
2016-05-12
1
-0
/
+19
*
ptrace: fix printing addr argument of PTRACE_GETSIGMASK et al requests
Dmitry V. Levin
2016-05-12
1
-0
/
+5
*
ptrace: do not print data argument of some requests on sparc
Dmitry V. Levin
2016-05-12
1
-0
/
+10
*
ptrace: do not print addr and data arguments of PTRACE_ATTACH-like requests
Dmitry V. Levin
2016-05-12
1
-1
/
+11
*
ptrace: do not print arguments of PTRACE_TRACEME request
Dmitry V. Levin
2016-05-12
1
-0
/
+5
*
ptrace: print request using printxval64
Dmitry V. Levin
2016-05-12
1
-2
/
+6
*
Cleanup parser of ptrace syscall
Dmitry V. Levin
2016-04-01
1
-39
/
+55
*
Simplify use of mpers printers
Dmitry V. Levin
2015-09-16
1
-2
/
+2
*
Mpersify printsiginfo_at printer
Elvira Khabirova
2015-08-28
1
-2
/
+2
*
Fix printing tracee's long integers
Dmitry V. Levin
2015-08-18
1
-1
/
+1
*
process.c: use printaddr
Dmitry V. Levin
2015-07-18
1
-10
/
+8
*
Declare syscall parsers using SYS_FUNC macro
Dmitry V. Levin
2015-04-07
1
-2
/
+1
*
build: include ptrace.h after regs.h
Dmitry V. Levin
2015-02-28
1
-2
/
+1
*
Rename printnum to printnum_long to avoid confusion
Dmitry V. Levin
2015-02-17
1
-1
/
+1
*
Move regs-related macros and declarations from defs.h to regs.h
Dmitry V. Levin
2015-02-13
1
-18
/
+1
*
Move all ptrace-related macros and declarations from defs.h to ptrace.h
Dmitry V. Levin
2015-02-13
1
-35
/
+5
*
process.c: split struct_user_offsets into architecture-specific include files
Dmitry V. Levin
2014-12-11
1
-1095
/
+1
*
process.c: include less headers
Dmitry V. Levin
2014-12-11
1
-7
/
+7
*
Unexport struct_user_offsets
Dmitry V. Levin
2014-12-11
1
-1
/
+1
*
process.c: introduce XLAT_UOFF macro
Dmitry V. Levin
2014-12-11
1
-95
/
+96
*
process.c: move sethostname and gethostname parsers to a separate file
Dmitry V. Levin
2014-12-11
1
-25
/
+0
*
process.c: move exit parser to a separate file
Dmitry V. Levin
2014-12-11
1
-15
/
+0
*
process.c: move clone, setns, unshare, and fork parsers to a separate file
Dmitry V. Levin
2014-12-11
1
-150
/
+0
*
process.c: move get*uid and set*uid parsers to a separate file
Dmitry V. Levin
2014-12-11
1
-74
/
+0
*
process.c: move getgroups* and setgroups* parsers to a separate file
Dmitry V. Levin
2014-12-11
1
-234
/
+0
*
process.c: move execve and execv parsers to a separate file
Dmitry V. Levin
2014-12-11
1
-85
/
+0
*
process.c: move waitpid, wait4, osf_wait4, and waitid parsers to a separate file
Dmitry V. Levin
2014-12-11
1
-166
/
+0
*
process.c: move uname parser to a separate file
Dmitry V. Levin
2014-12-11
1
-29
/
+0
[next]