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
/
util.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-05-05
Fix return type of for brk
Mattias Andrée
1
-1
/
+1
2023-11-27
Linux limits errno values to [1, 4096)
Mattias Andrée
1
-1
/
+1
2023-11-26
Add system calls and scripts for finding new and extended system calls
Mattias Andrée
5
-46
/
+185
2023-11-26
m
Mattias Andrée
3
-6
/
+13
2023-06-25
m
Mattias Andrée
1
-2
/
+2
2023-06-25
Some code improvements
Mattias Andrée
9
-137
/
+258
2023-06-25
Add more test cases
Mattias Andrée
4
-11
/
+32
2023-06-25
Add -a and trivial improvements
Mattias Andrée
6
-11
/
+66
2023-06-25
Add more system call formattings
Mattias Andrée
5
-25
/
+345
2023-06-25
Add new system calss and fix faccessat
Mattias Andrée
1
-2
/
+35
2023-06-25
Implement formatting for some system calls
Mattias Andrée
1
-5
/
+50
2023-06-25
Fix pkey_alloc argument types, update membarrier signature, and implement formatting for some system calls
Mattias Andrée
1
-11
/
+144
2023-06-24
return explicit NULL rather than 0
Mattias Andrée
1
-1
/
+1
2023-06-24
Argument 3 and 4 are swapped on SPARC for PTRACE_GETREGS and PTRACE_SETREGS
Mattias Andrée
2
-3
/
+9
2020-06-21
Fix some illegal aliasing
Mattias Andrée
1
-15
/
+34
2020-06-21
Use [:space:] in sed scripts
Mattias Andrée
1
-3
/
+3
2020-06-21
Fix some warnings and move include statement to common.h
Mattias Andrée
4
-5
/
+27
2020-06-21
Fix CASE macro: tprintf is returns void, so return in separate statement
Mattias Andrée
1
-1
/
+6
2020-06-21
Add string parameter to _Static_assert use, required by C11
Mattias Andrée
1
-2
/
+2
2020-06-21
#define SIGCLD if missing, needed for musl
Mattias Andrée
1
-0
/
+5
2020-06-21
Use __SIGRTMIN and __SIGRTMAX and #define them if missing
Mattias Andrée
1
-7
/
+20
2020-06-21
Use literal tab inside [] in sed scripts
Mattias Andrée
1
-3
/
+5
2020-06-21
Move inclusion of <linux/fs.h> to after <sys/mount.h>, will not build otherwise
Mattias Andrée
1
-1
/
+1
2020-06-21
Fix typo in list-errnos.h command
Michael Forney
1
-1
/
+1
2020-06-21
Include asm/unistd.h for __X32_SYSCALL_BIT
Michael Forney
1
-0
/
+2
2020-06-21
Use standard W* macros to check stop signal
Michael Forney
1
-9
/
+5
2020-06-21
Include linux/fs.h for lseek and renameat2 flags
Michael Forney
1
-0
/
+1
2020-06-21
Use SIGRTMIN and SIGRTMAX instead of __-prefixed versions
Michael Forney
1
-7
/
+7
2020-06-04
Bug fix: use inclusive check to test parsed long int fits in int
Mattias Andrée
1
-1
/
+1
2020-06-02
Break trigraph sequences in trace output
Mattias Andrée
1
-4
/
+19
2020-06-02
io_pgetevents is not documented
Mattias Andrée
1
-1
/
+1
2020-06-02
Minor cleanup
Mattias Andrée
1
-3
/
+1
2020-06-02
Fix regressen: print pointers in hexadecimal
Mattias Andrée
1
-5
/
+5
2020-06-02
Do not use \t in traces, does not look good with PID prefixes in the output
Mattias Andrée
1
-1
/
+1
2020-06-02
Some cleanup and preparation for support for multiple architectures (both host and client) and OSes
Mattias Andrée
10
-152
/
+237
2020-06-02
Reject i386 and x32 applications (not yet supported)
Mattias Andrée
9
-55
/
+120
2020-06-02
Fix exit status regression ... now I can go back to sleep again
1.1
Mattias Andrée
1
-2
/
+2
2020-06-01
Always flush trace output
Mattias Andrée
1
-0
/
+1
2020-06-01
Fix typo and add rational for why the -a option (truncate arguments/outputs) is useful
Mattias Andrée
1
-2
/
+3
2020-06-01
Add a todo
Mattias Andrée
1
-0
/
+1
2020-06-01
Minor output improvements
Mattias Andrée
1
-7
/
+16
2020-06-01
Makefile: install and uninstall man page
1.0
Mattias Andrée
1
-0
/
+3
2020-06-01
Print data stored to output parameters in system calls
Mattias Andrée
3
-46
/
+198
2020-06-01
Remove p before > in syscall formats
Mattias Andrée
1
-19
/
+22
2020-06-01
Work on syscall formatters
Mattias Andrée
2
-82
/
+408
2020-06-01
Add man page and README
0.1
Mattias Andrée
2
-0
/
+98
2020-06-01
Add tests for manually testing
Mattias Andrée
17
-0
/
+252
2020-06-01
Use WCOREDUMP rather than __WCOREDUMP
Mattias Andrée
1
-2
/
+2
2020-06-01
Implement some todos
Mattias Andrée
1
-11
/
+27
2020-06-01
Add comment explaining values of silent_until_execed
Mattias Andrée
1
-1
/
+1
[next]