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 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
*
syscall.c: add support for printing return value and error code
Eugene Syromyatnikov
2018-01-08
1
-4
/
+7
*
Add tcp argument to clear_regs
Eugene Syromiatnikov
2018-01-07
1
-1
/
+1
*
Move syscall_tampered to defs.h
Elvira Khabirova
2018-01-07
1
-6
/
+0
*
syscall.c: use xsprintf instead of sprintf
Dmitry V. Levin
2018-01-07
1
-1
/
+2
*
Move personality names to a global variable
Victor Krapivensky
2018-01-05
1
-12
/
+14
*
Change the first argument of upeek from pid to tcp
Eugene Syromiatnikov
2018-01-04
1
-1
/
+1
*
Change argument of getregs_old from pid to tcp
Eugene Syromiatnikov
2018-01-04
1
-1
/
+1
*
syscall: move a sparc specific include to an arch specific file
Dmitry V. Levin
2017-12-24
1
-6
/
+0
*
syscall: move all ia64 specific includes to an arch specific file
Dmitry V. Levin
2017-12-24
1
-4
/
+0
*
syscall: simplify get_syscall_result
Dmitry V. Levin
2017-12-24
1
-7
/
+4
*
syscall: change get_regs argument type
Dmitry V. Levin
2017-12-24
1
-9
/
+9
*
syscall: move get_regs call from syscall_exiting_decode to get_syscall_result
Dmitry V. Levin
2017-12-24
1
-2
/
+5
*
syscall: rework subcall decoding on mips o32
Dmitry V. Levin
2017-12-24
1
-15
/
+24
*
syscall: tweak shuffle_scno ifdefery
Dmitry V. Levin
2017-12-24
1
-2
/
+2
*
syscall: change get_regs to return an error code
Dmitry V. Levin
2017-12-24
1
-30
/
+28
*
syscall: replace if (debug_flag) ... with debug_msg macro
Harsha Sharma
2017-12-20
1
-3
/
+2
*
Add "flags" field to struct inject_data
Dmitry V. Levin
2017-08-28
1
-2
/
+2
*
Move inject data of struct inject_opts to inject_data substructure
Dmitry V. Levin
2017-08-28
1
-6
/
+6
*
syscall.c: define personality names for all multi-personality architectures
Eugene Syromyatnikov
2017-08-28
1
-3
/
+3
*
syscall: use spaces in tile personality names, de-duplicate definition
Eugene Syromyatnikov
2017-08-27
1
-5
/
+1
*
Add macros for testing QUAL_* flags
Nikolay Marchuk
2017-08-24
1
-8
/
+5
*
Hide struct number_set implementation details from users
Dmitry V. Levin
2017-08-22
1
-2
/
+2
*
Move number_set interface to separate files
Dmitry V. Levin
2017-08-22
1
-0
/
+1
*
Move sysent shorthand notations to separate files
Edgar Kaziakhmedov
2017-08-07
1
-39
/
+2
*
Move is_negated_errno() to new header negated_errno.h
Lazar Trsic
2017-07-14
1
-20
/
+0
*
Fix a few spacing style issues
Dmitry V. Levin
2017-06-17
1
-7
/
+4
*
Fix a few misspellings in comments
Dmitry V. Levin
2017-06-17
1
-1
/
+1
[next]