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
/
src
/
syscall.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
syscall: fix -c (CFLAG_ONLY_STATS) usage in conjunction with -e and -l
Eugene Syromyatnikov
2023-05-05
1
-33
/
+43
*
Update copyright headers
Dmitry V. Levin
2023-04-30
1
-1
/
+1
*
Implement an ability to filter syscalls that operate on specific FDs
Eugene Syromyatnikov
2023-04-22
1
-1
/
+2
*
Introduce -l/--syscall-limit options
Sahil Siddiq
2023-04-03
1
-0
/
+3
*
src: introduce tprint*_sysret_* helpers
Dmitry V. Levin
2022-12-31
1
-27
/
+43
*
print_syscall_resume: always update printing_tcp
Dmitry V. Levin
2022-12-30
1
-1
/
+1
*
syscall: introduce print_erestart helper
Dmitry V. Levin
2022-12-25
1
-4
/
+10
*
syscall: simplify syscall_exiting_trace a bit
Dmitry V. Levin
2022-12-24
1
-8
/
+3
*
syscall: print injection note after the auxiliary string
Dmitry V. Levin
2022-12-23
1
-1
/
+1
*
src: rename tprintf to tprintf_string
Fabrice Le Fessant
2022-12-20
1
-21
/
+21
*
src: rename tprints to tprints_string
Fabrice Le Fessant
2022-12-19
1
-13
/
+13
*
src: introduce tprint_attribute_{begin,end} helpers
Dmitry V. Levin
2022-11-27
1
-3
/
+3
*
src: introduce tprint_associated_info_{begin,end} helpers
Dmitry V. Levin
2022-11-27
1
-2
/
+4
*
src: introduce tprint_newline() helper
Dmitry V. Levin
2022-11-27
1
-2
/
+3
*
src: introduce tprint_space() helper
Dmitry V. Levin
2022-11-04
1
-2
/
+2
*
Update copyright headers
Dmitry V. Levin
2022-01-09
1
-1
/
+1
*
Rework personality_designators and personality_names
Dmitry V. Levin
2022-01-05
1
-23
/
+3
*
Load /proc/$pid/comm into struct tcb
Masatake YAMATO
2021-11-14
1
-0
/
+7
*
Use loop initial declarations
Dmitry V. Levin
2021-11-05
1
-4
/
+2
*
Provide a routine for printing syscall name from nr/audit_arch pair
Eugene Syromyatnikov
2021-10-08
1
-6
/
+0
*
src: use xobjdup/xarraydup
Eugene Syromyatnikov
2021-08-24
1
-4
/
+2
*
syscall: use xallocarray instead of xcalloc for an array to be copied over
Eugene Syromyatnikov
2021-08-22
1
-1
/
+1
*
syscall: fix -Wmissing-prototypes warnings
Dmitry V. Levin
2021-06-03
1
-1
/
+1
*
defs: fix -Wmissing-prototypes warnings
Dmitry V. Levin
2021-06-03
1
-1
/
+1
*
Implement --secontext[=full] option to display SELinux contexts
ldv/secontext
Renaud Métrich
2021-04-04
1
-0
/
+5
*
Replace tprint_arg_begin with tprints_arg_begin
Dmitry V. Levin
2021-03-13
1
-4
/
+2
*
print_fields.h: introduce tprint*_arg_* helpers
Dmitry V. Levin
2021-02-27
1
-4
/
+8
*
Fix preprocessor indentation
Dmitry V. Levin
2021-02-16
1
-5
/
+5
*
Print tampering notes for delayed and poked syscalls
Elvira Khabirova
2021-02-07
1
-7
/
+17
*
Add -e inject=<...>:poke_{enter,exit}=<...> functionality
Elvira Khabirova
2021-02-07
1
-3
/
+14
*
Move source files into src subdirectory
Dmitry V. Levin
2021-02-03
1
-0
/
+1549