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
/
syscall.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement -e trace=%sched option for tracing sched_* syscalls
Eugene Syromyatnikov
2017-03-05
1
-0
/
+2
*
Use tprints instead of tprintf in a few more places
Dmitry V. Levin
2017-02-17
1
-1
/
+1
*
Simplify struct inject_opts.rval semantics
Dmitry V. Levin
2017-02-09
1
-1
/
+1
*
Prepare for introduction of -e inject= option
Dmitry V. Levin
2017-02-08
1
-29
/
+29
*
Implement success injection
Elvira Khabirova
2017-01-28
1
-8
/
+29
*
defs.h: stop including <asm/unistd.h>
Dmitry V. Levin
2016-12-31
1
-0
/
+3
*
Implement signal injection
Seraphime Kirkovski
2016-12-28
1
-7
/
+9
*
Move NSIG ifdefery to a separate header file
Dmitry V. Levin
2016-12-27
1
-6
/
+1
*
Introduce ANY_WORDSIZE_LESS_THAN_KERNEL_LONG macro
Dmitry V. Levin
2016-12-27
1
-6
/
+10
*
Remove HAVE_STRUCT_TCB_EXT_ARG, ext_arg, and u_lrval
Dmitry V. Levin
2016-12-26
1
-18
/
+0
*
Automatically replace PRI_kr[dux] with PRI_kl[dux]
Dmitry V. Levin
2016-12-26
1
-8
/
+8
*
Automatically replace kernel_(scno|ureg)_t with kernel_ulong_t
Dmitry V. Levin
2016-12-26
1
-8
/
+8
*
Print kernel_ureg_t and kernel_scno_t using dedicated format strings
Dmitry V. Levin
2016-12-26
1
-10
/
+12
*
trace_syscall_exiting: prepare personality check for u_rval type change
Dmitry V. Levin
2016-12-26
1
-2
/
+2
*
upeek, upoke: change argument types from long to unsigned long
Dmitry V. Levin
2016-12-25
1
-1
/
+1
*
msghdr: change register based size types from unsigned long to kernel_ureg_t
Dmitry V. Levin
2016-12-25
1
-1
/
+1
*
Remove dumpiov wrapper
Dmitry V. Levin
2016-12-21
1
-1
/
+1
*
x32: implement automatic argument truncation for compat syscalls
Dmitry V. Levin
2016-12-20
1
-0
/
+2
*
Check for current_klongsize instead of current_personality where appropriate
Dmitry V. Levin
2016-12-19
1
-13
/
+3
*
Introduce current_klongsize in addition to current_wordsize
Eugene Syromyatnikov
2016-12-19
1
-0
/
+14
*
Change scno type from long to unsigned long
Dmitry V. Levin
2016-12-18
1
-10
/
+8
*
Lowercase SCNO_IN_RANGE and SCNO_IS_VALID
Dmitry V. Levin
2016-12-18
1
-4
/
+4
*
Replace "(unsigned long) -1L" with -1UL
Dmitry V. Levin
2016-12-18
1
-2
/
+1
*
Include "kernel_types.h" in defs.h and tests/tests.h
Dmitry V. Levin
2016-12-16
1
-2
/
+0
*
Rewrite remaining qual_* parsers using bit sets
Dmitry V. Levin
2016-12-05
1
-399
/
+11
*
Change qual_vec/qual_fault into static fixed size arrays
Dmitry V. Levin
2016-12-05
1
-56
/
+10
*
Rewrite qual_signal using bit sets
Dmitry V. Levin
2016-12-05
1
-32
/
+6
*
Rewrite qual_desc using bit sets
Dmitry V. Levin
2016-12-05
1
-20
/
+19
*
syscall_name: clear __X32_SYSCALL_BIT from syscall number on x32
Dmitry V. Levin
2016-12-01
1
-6
/
+10
*
Print syscall names only for defined syscalls
Eugene Syromyatnikov
2016-12-01
1
-8
/
+1
*
syscall: Simplify strip_prefix
Dmitry V. Levin
2016-11-30
1
-2
/
+1
*
dumpio: remove useless check
Dmitry V. Levin
2016-11-30
1
-6
/
+2
*
Fix dumping of io syscalls when descriptor argument has unused bits set
Dmitry V. Levin
2016-11-29
1
-6
/
+8
*
Fix meaning of negated sets in fault expressions
Dmitry V. Levin
2016-11-29
1
-10
/
+30
*
Set PTRACE_O_TRACEEXIT option and handle PTRACE_EVENT_EXIT events
Dmitry V. Levin
2016-11-27
1
-1
/
+1
*
Restrain from fault injection while the trace executes strace code
Dmitry V. Levin
2016-11-26
1
-0
/
+5
*
Move two global flags to tracee scope
Dmitry V. Levin
2016-11-26
1
-3
/
+3
*
Treat execveat as an execve family syscall
Dmitry V. Levin
2016-11-26
1
-8
/
+10
*
Change parser of fault expressions to conform the documentation
Dmitry V. Levin
2016-11-25
1
-12
/
+25
*
Simplify parse_fault_expression
Dmitry V. Levin
2016-11-24
1
-9
/
+9
*
Fix signame usage in qual_signal
Dmitry V. Levin
2016-11-18
1
-9
/
+14
*
Make -e fault= expressions cumulative
Dmitry V. Levin
2016-11-17
1
-7
/
+9
*
Implement syscall fault injection
Dmitry V. Levin
2016-11-16
1
-25
/
+307
*
Introduce string_to_uint_ex and string_to_uint_upto functions
Dmitry V. Levin
2016-11-16
1
-13
/
+9
*
Split qual_syscall into separate functions
Dmitry V. Levin
2016-11-16
1
-26
/
+56
*
syscall.c: refactor getregs_old fallback in get_regs
Dmitry V. Levin
2016-11-13
1
-36
/
+30
*
syscall.c: factor out ptrace_getregs from get_regs
Dmitry V. Levin
2016-11-12
1
-8
/
+18
*
syscall.c: rename get_regset to ptrace_getregset
Dmitry V. Levin
2016-11-12
1
-3
/
+3
*
syscall.c: introduce reallocate_vec function
Dmitry V. Levin
2016-11-12
1
-7
/
+14
*
Fix prototypes of qual_desc, qual_signal, and qual_syscall functions
Dmitry V. Levin
2016-11-12
1
-2
/
+4
[next]