index
:
sctrace
master
A simple syscall tracer
Mattias Andrée <m@maandree.se>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some code improvements
Mattias Andrée
2023-06-25
1
-11
/
+7
*
Add -a and trivial improvements
Mattias Andrée
2023-06-25
1
-0
/
+2
*
Add more system call formattings
Mattias Andrée
2023-06-25
1
-1
/
+2
*
Fix some warnings and move include statement to common.h
Mattias Andrée
2020-06-21
1
-0
/
+16
*
#define SIGCLD if missing, needed for musl
Mattias Andrée
2020-06-21
1
-0
/
+5
*
Some cleanup and preparation for support for multiple architectures (both host and client) and OSes
Mattias Andrée
2020-06-02
1
-29
/
+9
*
Reject i386 and x32 applications (not yet supported)
Mattias Andrée
2020-06-02
1
-4
/
+12
*
Print data stored to output parameters in system calls
Mattias Andrée
2020-06-01
1
-0
/
+10
*
Work on syscall formatters
Mattias Andrée
2020-06-01
1
-5
/
+0
*
Add comment explaining values of silent_until_execed
Mattias Andrée
2020-06-01
1
-1
/
+1
*
Tracing fork children does not work
Mattias Andrée
2020-05-31
1
-2
/
+6
*
Print signal names
Mattias Andrée
2020-05-31
1
-0
/
+2
*
Add support for tracing threads
Mattias Andrée
2020-05-30
1
-0
/
+3
*
Do not print PID numbers if only configured to trace one thread
Mattias Andrée
2020-05-30
1
-1
/
+1
*
Continue vfork parent after child execs
Mattias Andrée
2020-05-30
1
-1
/
+2
*
m + add support for tracing vfork children
Mattias Andrée
2020-05-30
1
-2
/
+28
*
Add support for tracing fork children
Mattias Andrée
2020-05-30
1
-0
/
+90