index
:
extrace
master
trace exec() calls system-wide
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
sigchld: only quit when we reaped our own child
HEAD
master
Leah Neukirchen
2022-04-16
1
-5
/
+10
*
sig_atomic_t should be used with volatile
Leah Neukirchen
2022-01-27
1
-1
/
+1
*
NEWS.md: update
v0.9
Leah Neukirchen
2022-01-19
1
-0
/
+7
*
quit when parent specified in -p exits
Leah Neukirchen
2022-01-06
1
-0
/
+3
*
fix bug where exec() calls would create duplicate entries in pid_db
Leah Neukirchen
2022-01-02
1
-1
/
+10
*
fix -p flag
Leah Neukirchen
2022-01-02
1
-9
/
+11
*
NEWS.md: update
v0.8
Leah Neukirchen
2021-08-05
1
-0
/
+5
*
extrace: skip parent lookup for pid 1
Alyssa Ross
2021-06-15
1
-0
/
+3
*
extrace: sync help message and code comments.
Érico Nogueira
2021-06-09
1
-2
/
+2
*
extrace: add option to suppress runtime errors.
Érico Nogueira
2021-06-09
2
-9
/
+25
*
extrace-bpf: don't lose first event
Leah Neukirchen
2019-11-30
1
-0
/
+3
*
add extrace-bpf, which uses bpftrace
Leah Neukirchen
2019-11-30
1
-0
/
+131
*
NEWS.md: update
v0.7
Leah Neukirchen
2019-02-08
1
-1
/
+2
*
update copyright year
Leah Neukirchen
2019-02-08
3
-3
/
+3
*
extrace: ignore PROC_EVENT_NONE events
Leah Neukirchen
2018-10-20
1
-0
/
+3
*
pwait: move installation of SIGINT signal handler just before the loop
Leah Neukirchen
2018-09-19
1
-2
/
+2
*
pwait: verify pid as late as possible
Leah Neukirchen
2018-09-17
1
-8
/
+15
*
Makefile: use ?= for CFLAGS and PREFIX
Leah Neukirchen
2018-09-17
1
-2
/
+2
*
README: include both manpages
Leah Neukirchen
2018-09-17
2
-2
/
+52
*
extrace: use snprintf instead of strncpy to silence misleading -Wstringop-tru...
Leah Neukirchen
2018-09-17
1
-2
/
+2
*
pwait: free pids array at the end
Leah Neukirchen
2018-09-17
1
-0
/
+1
*
extract: verify pid exists
Leah Neukirchen
2018-09-17
2
-1
/
+25
*
pwait: prefix error messages with "pwait:"
Leah Neukirchen
2018-09-17
1
-6
/
+9
*
pwait: verify pids exist at parse time
Leah Neukirchen
2018-09-17
3
-1
/
+12
*
pwait: pid 0 is invalid too
Leah Neukirchen
2018-09-17
1
-1
/
+1
*
pwait: style
Leah Neukirchen
2018-09-17
1
-2
/
+2
*
pwait: exit with status 1 if no valid pid is given
Leah Neukirchen
2018-09-17
1
-0
/
+3
*
pwait: don't store pid 0 for invalid pids
Leah Neukirchen
2018-09-17
1
-5
/
+5
*
pwait: update copyright year
Leah Neukirchen
2018-09-17
1
-1
/
+1
*
NEWS.md: update for 0.6
v0.6
Leah Neukirchen
2018-07-19
1
-0
/
+5
*
pid_depth: parse /proc/$PID/stat without using brittle fscanf
Leah Neukirchen
2018-06-19
1
-7
/
+22
*
add -u to print owner of process
Leah Neukirchen
2018-06-19
3
-6
/
+26
*
NEWS.md: update for 0.5
v0.5
Leah Neukirchen
2018-03-23
1
-0
/
+7
*
LICENSE, extrace.c: bump copyright years
Leah Neukirchen
2018-03-23
2
-2
/
+2
*
extrace: print errors when we lost data
Leah Neukirchen
2018-02-11
1
-2
/
+13
*
extrace: read cmdline first, it is the core information
Leah Neukirchen
2018-02-08
1
-18
/
+18
*
extrace: use openat() for speedup
Chris West (Faux)
2018-02-08
1
-17
/
+28
*
mention -t in usage
Leah Neukirchen
2018-01-31
1
-1
/
+1
*
make non-standard signals optional
Nicolas Braud-Santoni
2018-01-25
1
-10
/
+22
*
remove own SIGINT handler, the default handler works well enough
Leah Neukirchen
2017-12-21
1
-9
/
+0
*
detect out of order messages, report them
Leah Neukirchen
2017-11-13
1
-1
/
+14
*
pid_depth: use pid_db to avoid needless recursion
Leah Neukirchen
2017-10-31
1
-5
/
+14
*
style
Leah Neukirchen
2017-08-31
2
-21
/
+21
*
add NEWS.md
v0.4
Leah Neukirchen
2017-08-21
2
-1
/
+14
*
add unit to timestamp
Leah Neukirchen
2017-08-20
1
-2
/
+2
*
cleanup
Leah Neukirchen
2017-08-20
1
-9
/
+8
*
use wait macros
Leah Neukirchen
2017-08-20
1
-3
/
+3
*
decode signal/status properly, decode signal names
Leah Neukirchen
2017-08-20
1
-18
/
+57
*
extrace.c: KNF
Leah Neukirchen
2017-07-14
1
-328
/
+339
*
add -t for tracing process exit and duration
Leah Neukirchen
2017-07-14
3
-5
/
+75
[next]