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
/
defs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move nl_netfilter_msg_types definition from netlink.c to netlink_netfilter.c
Chen Jingpiao
2018-03-11
1
-0
/
+1
*
netlink: introduce NETLINK_NETFILTER parser
Chen Jingpiao
2018-03-11
1
-0
/
+1
*
inject_data: make room for more injection features
Dmitry V. Levin
2018-03-10
1
-2
/
+3
*
Sort Ethernet protocols xlat
Eugene Syromyatnikov
2018-03-07
1
-0
/
+5
*
Change sorted arrays to be terminated with XLAT_END like unsorted arrays
Eugene Syromyatnikov
2018-03-07
1
-1
/
+6
*
util.c: introduce printaddr64
Eugene Syromyatnikov
2018-03-06
1
-0
/
+1
*
Implement PTRACE_SECCOMP_GET_METADATA ptrace request decoding
Eugene Syromyatnikov
2018-03-06
1
-0
/
+1
*
util.c: add support for additional escape characters in string_quote
Eugene Syromyatnikov
2018-03-01
1
-1
/
+4
*
Introduce mmap_cache.h
Dmitry V. Levin
2018-02-26
1
-45
/
+0
*
mmap_cache: record device major and minor numbers
Masatake YAMATO
2018-02-26
1
-0
/
+3
*
mmap_cache: add function to enable mmap_cache
Masatake YAMATO
2018-02-26
1
-0
/
+2
*
mmap_cache: record protection bits
Masatake YAMATO
2018-02-26
1
-0
/
+9
*
mmap_cache: move code for searching a mmap cache from unwind
Masatake YAMATO
2018-02-26
1
-0
/
+1
*
mmap_cache: new subsystem derived from unwind.c
Masatake YAMATO
2018-02-26
1
-3
/
+33
*
Update copyright headers
Dmitry V. Levin
2018-02-13
1
-1
/
+1
*
basic_filters.c: introduce scno_by_name
Eugene Syromyatnikov
2018-02-10
1
-0
/
+11
*
Change type of injected rval to kernel_long_t
Eugene Syromyatnikov
2018-02-10
1
-1
/
+1
*
Do not shuffle scno inside syscall_name
Eugene Syromyatnikov
2018-02-10
1
-1
/
+1
*
Make shuffle_scno globally available
Eugene Syromyatnikov
2018-02-10
1
-0
/
+8
*
Add print_quoted_string flag to generate comment
Eugene Syromyatnikov
2018-01-29
1
-0
/
+1
*
Workaround stray PTRACE_EVENT_EXEC
Eugene Syromyatnikov
2018-01-25
1
-2
/
+5
*
Transform fetch_old_mmap_args into fetch_indirect_syscall_args
Dmitry V. Levin
2018-01-23
1
-3
/
+2
*
Move definition of personality macros to arch_defs_.h
Eugene Syromyatnikov
2018-01-21
1
-1
/
+0
*
Replace NEED_UID16_PARSERS with HAVE_ARCH_UID16_SYSCALLS
Dmitry V. Levin
2018-01-21
1
-16
/
+0
*
Replace HAVE_GETRVAL2 with HAVE_ARCH_GETRVAL2
Dmitry V. Levin
2018-01-21
1
-5
/
+1
*
Use #if idiom instead of #ifdef for HAVE_ARCH_* macros.
Dmitry V. Levin
2018-01-21
1
-1
/
+1
*
Fix ANY_WORDSIZE_LESS_THAN_KERNEL_LONG definition
Dmitry V. Levin
2018-01-19
1
-3
/
+6
*
util: return string size in printstr
Eugene Syromyatnikov
2018-01-19
1
-7
/
+7
*
Add compat support for s390x
Eugene Syromyatnikov
2018-01-19
1
-1
/
+1
*
mem.c: introduce fetch_old_mmap_args
Eugene Syromyatnikov
2018-01-17
1
-0
/
+4
*
Introduce arch-specific define HAVE_ARCH_OLD_MMAP
Eugene Syromyatnikov
2018-01-17
1
-0
/
+1
*
syscall.c: add sanity check for the target personality number
Eugene Syromyatnikov
2018-01-16
1
-1
/
+1
*
Issue a warning when strace lacks tracee personality support
Eugene Syromyatnikov
2018-01-11
1
-0
/
+4
*
Allow separate printing of struct user_desc.entry_number
Eugene Syromyatnikov
2018-01-10
1
-1
/
+15
*
syscall.c: add support for printing return value and error code
Eugene Syromyatnikov
2018-01-08
1
-0
/
+4
*
Add tcp arguments to netlink calls
Eugene Syromiatnikov
2018-01-07
1
-1
/
+1
*
Add tcp argument to clear_regs
Eugene Syromiatnikov
2018-01-07
1
-1
/
+1
*
Pass tcp argument to get_optmem_max/read_int_from_file
Eugene Syromiatnikov
2018-01-07
1
-1
/
+1
*
Move syscall_tampered to defs.h
Elvira Khabirova
2018-01-07
1
-0
/
+1
*
xlat.c: add sprintxval for printing xval to string
Eugene Syromiatnikov
2018-01-07
1
-0
/
+2
*
Move personality names to a global variable
Victor Krapivensky
2018-01-05
1
-0
/
+2
*
Change the first argument of upeek from pid to tcp
Eugene Syromiatnikov
2018-01-04
1
-1
/
+1
*
Change the first argument of upoke from pid to tcp
Eugene Syromiatnikov
2018-01-04
1
-1
/
+1
*
Call get_scno during startup_tcb only for forcibly attached processes
Eugene Syromyatnikov
2018-01-03
1
-0
/
+2
*
pathtrace.c: use xgrowarray
Eugene Syromiatnikov
2017-12-20
1
-1
/
+2
*
error_prints.h: add debug print macros
Eugene Syromiatnikov
2017-12-13
1
-1
/
+0
*
ioctl: add a stub for decoding kvm related ioctls
Masatake YAMATO
2017-12-01
1
-0
/
+1
*
Move MIN, MAX, and CLAMP to macros.h
Eugene Syromiatnikov
2017-11-10
1
-9
/
+0
*
seccomp: decode SECCOMP_GET_ACTION_AVAIL operation
Dmitry V. Levin
2017-11-02
1
-0
/
+1
*
keyctl: add support for KDF parameters decoding in KEYCTL_DH_COMPUTE
Eugene Syromyatnikov
2017-09-02
1
-0
/
+1
[next]