Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | | I was getting a lot of errors that looked like extrace: process vanished before we found its parent: pid 1: redirfd Which are easily avoidable. Message-Id: <20210615120801.121874-1-hi@alyssa.is> | ||||
* | extrace: sync help message and code comments. | Érico Nogueira | 2021-06-09 | 1 | -2/+2 |
| | | | | Closes: #8 [via git-merge-pr] | ||||
* | extrace: add option to suppress runtime errors. | Érico Nogueira | 2021-06-09 | 2 | -9/+25 |
| | | | | | | | Errors like "process vanished ..." can fill the screen when attempting to run a certain process under extrace, and redirecting all of stderr to /dev/null will hide that process's output. Therefore, we need an option in extrace to hide them. | ||||
* | 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 |
| | | | | | This is a ruby script that simulates extrace(1) getting the information on exec/exit from bpftrace. | ||||
* | 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 |
| | | | | Closes #6. | ||||
* | 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 |
| | | | | Closes #5. | ||||
* | README: include both manpages | Leah Neukirchen | 2018-09-17 | 2 | -2/+52 |
| | |||||
* | extrace: use snprintf instead of strncpy to silence misleading ↵ | Leah Neukirchen | 2018-09-17 | 1 | -2/+2 |
| | | | | -Wstringop-truncation | ||||
* | 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 |
| | | | | | kill(pid, 0) will return ESRCH for nonexisting pids. (The other possible error, EPERM would indicate the pid exists.) | ||||
* | 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 |
| | | | | Proposed by "Chris West (Faux)" <git@goeswhere.com>. | ||||
* | 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 |
| | | | | | | | This reduces the timeframe where the inherently racy access to /proc is done, and removes some unnecessary snprintf. Closes: #2 [via git-merge-pr] | ||||
* | 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 |
| | | | | Closes: #1 [via git-merge-pr] | ||||
* | 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 |
| | |||||
* | add LICENSE v0.3.1 | Leah Neukirchen | 2017-04-25 | 1 | -0/+71 |
| | |||||
* | Leahize | Leah Neukirchen | 2017-04-25 | 5 | -7/+7 |
| | |||||
* | extrace: fix usage | Christian Neukirchen | 2016-09-28 | 1 | -1/+1 |
| | |||||
* | extrace.1: mention strace(1) v0.3 | Christian Neukirchen | 2016-06-14 | 1 | -1/+2 |
| | |||||
* | add README from manpage | Christian Neukirchen | 2016-06-13 | 2 | -0/+72 |
| | |||||
* | add -e to output environment too | Christian Neukirchen | 2016-06-13 | 2 | -4/+38 |
| |