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
*
Introduce PTRACE_GET_SYSCALL_INFO support
Dmitry V. Levin
2018-12-13
1
-15
/
+150
*
Change the license of strace to LGPL-2.1-or-later
Dmitry V. Levin
2018-12-10
1
-21
/
+1
*
i386, x32: use upoke() instead of set_regs()
Dmitry V. Levin
2018-12-05
1
-4
/
+10
*
Refactor tamper_with_syscall_exiting()
Dmitry V. Levin
2018-12-05
1
-32
/
+38
*
Refactor get_syscall_args() and get_error()
Dmitry V. Levin
2018-12-05
1
-5
/
+17
*
Refactor stack pointers
Dmitry V. Levin
2018-12-05
1
-0
/
+17
*
Refactor print_pc()
Dmitry V. Levin
2018-12-05
1
-21
/
+17
*
Enhance error diagnostics when the first exec fails
Dmitry V. Levin
2018-11-24
1
-4
/
+10
*
syscall_entering_trace: set TCB_FILTERED along with TCB_HIDE_LOG
Dmitry V. Levin
2018-11-20
1
-6
/
+5
*
syscall_entering_trace: optimize clearing of TCB_HIDE_LOG flag
Dmitry V. Levin
2018-11-20
1
-8
/
+14
*
Add support for personality designation in syscall qualifications
Eugene Syromyatnikov
2018-06-13
1
-0
/
+12
*
Implement injection of syscalls with no side effects as an alternative to -1
Eugene Syromyatnikov
2018-06-13
1
-9
/
+20
*
syscall.c: unify error value printing
Eugene Syromyatnikov
2018-05-25
1
-16
/
+19
*
Simplify errnoent and signalent
Dmitry V. Levin
2018-05-22
1
-54
/
+9
*
Remove some duplicate fallback definitions
Eugene Syromyatnikov
2018-05-08
1
-4
/
+4
*
mmap_notify: rename the macro for tracking memory mapping
Masatake YAMATO
2018-05-03
1
-1
/
+1
*
mmap_cache: use the mmap_notify subsystem
Masatake YAMATO
2018-05-03
1
-5
/
+3
*
unwind: prepare configure subsystem for alternative unwinders
Dmitry V. Levin
2018-04-08
1
-2
/
+2
*
unwind: rename public functions in an object-oriented fashion
Masatake YAMATO
2018-04-05
1
-2
/
+2
*
syscall.c: dump write I/O even if error is returned
Eugene Syromyatnikov
2018-04-04
1
-26
/
+27
*
Remove RVAL_PRINT_ERR_VAL
Dmitry V. Levin
2018-03-29
1
-7
/
+4
*
Treat RVAL_DECIMAL the same way as RVAL_UDECIMAL
Dmitry V. Levin
2018-03-29
1
-10
/
+0
*
Implement injection of negative return values
Eugene Syromyatnikov
2018-03-29
1
-5
/
+13
*
Move delay interface from defs.h to delay.h
Dmitry V. Levin
2018-03-28
1
-0
/
+1
*
Turn struct inject_data.rval into an index
Dmitry V. Levin
2018-03-28
1
-3
/
+5
*
Implement delay injection
Elvira Khabirova
2018-03-22
1
-6
/
+16
*
Replace struct timeval with struct timespec in time measurements
Dmitry V. Levin
2018-03-20
1
-7
/
+7
*
Introduce mmap_cache.h
Dmitry V. Levin
2018-02-26
1
-0
/
+1
*
mmap_cache: add function to enable mmap_cache
Masatake YAMATO
2018-02-26
1
-3
/
+1
*
mmap_cache: new subsystem derived from unwind.c
Masatake YAMATO
2018-02-26
1
-1
/
+1
*
Update copyright headers
Dmitry V. Levin
2018-02-13
1
-1
/
+1
*
syscall.c: parse return code second time after injecting
Eugene Syromyatnikov
2018-02-12
1
-0
/
+9
*
Include <sys/ptrace.h> early
Dmitry V. Levin
2018-02-11
1
-1
/
+1
*
Include <limits.h> instead of <sys/param.h>
Dmitry V. Levin
2018-02-11
1
-1
/
+1
*
syscall.c: warn if tampering failed
Eugene Syromyatnikov
2018-02-10
1
-1
/
+9
*
syscall.c: set errno if syscall is tampered
Eugene Syromyatnikov
2018-02-10
1
-1
/
+3
*
Do not shuffle scno inside syscall_name
Eugene Syromyatnikov
2018-02-10
1
-2
/
+0
*
Make shuffle_scno globally available
Eugene Syromyatnikov
2018-02-10
1
-6
/
+0
*
syscall.c: use shuffle_scno in syscall_name
Eugene Syromyatnikov
2018-02-10
1
-4
/
+2
*
Move shuffle_scno() invocation to get_scno
Eugene Syromyatnikov
2018-02-09
1
-1
/
+3
*
Move shuffle_scno to arch-specific file
Eugene Syromyatnikov
2018-02-09
1
-30
/
+2
*
Print unknown syscall number in hexadecimal
Eugene Syromyatnikov
2018-02-09
1
-3
/
+3
*
syscall.c: print higher bits of syscall return value on x32 personality
Eugene Syromyatnikov
2018-02-07
1
-2
/
+2
*
Workaround stray PTRACE_EVENT_EXEC
Eugene Syromyatnikov
2018-01-25
1
-4
/
+16
*
Replace HAVE_GETRVAL2 with HAVE_ARCH_GETRVAL2
Dmitry V. Levin
2018-01-21
1
-1
/
+1
*
syscall.c: add ability to set personality based on GETREGSET iov size
Eugene Syromyatnikov
2018-01-16
1
-1
/
+31
*
syscall.c: add sanity check for the target personality number
Eugene Syromyatnikov
2018-01-16
1
-1
/
+5
*
syscall.c: move current_personality check to set_personality
Eugene Syromyatnikov
2018-01-16
1
-4
/
+6
*
syscall.c: always update tcp->currpers in update_personality
Eugene Syromyatnikov
2018-01-16
1
-3
/
+2
*
Issue a warning when strace lacks tracee personality support
Eugene Syromyatnikov
2018-01-11
1
-0
/
+10
[next]