summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* NEWS.md: update for 0.5 v0.5Leah Neukirchen2018-03-231-0/+7
|
* LICENSE, extrace.c: bump copyright yearsLeah Neukirchen2018-03-232-2/+2
|
* extrace: print errors when we lost dataLeah Neukirchen2018-02-111-2/+13
| | | | Proposed by "Chris West (Faux)" <git@goeswhere.com>.
* extrace: read cmdline first, it is the core informationLeah Neukirchen2018-02-081-18/+18
|
* extrace: use openat() for speedupChris West (Faux)2018-02-081-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 usageLeah Neukirchen2018-01-311-1/+1
|
* make non-standard signals optionalNicolas Braud-Santoni2018-01-251-10/+22
| | | | Closes: #1 [via git-merge-pr]
* remove own SIGINT handler, the default handler works well enoughLeah Neukirchen2017-12-211-9/+0
|
* detect out of order messages, report themLeah Neukirchen2017-11-131-1/+14
|
* pid_depth: use pid_db to avoid needless recursionLeah Neukirchen2017-10-311-5/+14
|
* styleLeah Neukirchen2017-08-312-21/+21
|
* add NEWS.md v0.4Leah Neukirchen2017-08-212-1/+14
|
* add unit to timestampLeah Neukirchen2017-08-201-2/+2
|
* cleanupLeah Neukirchen2017-08-201-9/+8
|
* use wait macrosLeah Neukirchen2017-08-201-3/+3
|
* decode signal/status properly, decode signal namesLeah Neukirchen2017-08-201-18/+57
|
* extrace.c: KNFLeah Neukirchen2017-07-141-328/+339
|
* add -t for tracing process exit and durationLeah Neukirchen2017-07-143-5/+75
|
* add LICENSE v0.3.1Leah Neukirchen2017-04-251-0/+71
|
* LeahizeLeah Neukirchen2017-04-255-7/+7
|
* extrace: fix usageChristian Neukirchen2016-09-281-1/+1
|
* extrace.1: mention strace(1) v0.3Christian Neukirchen2016-06-141-1/+2
|
* add README from manpageChristian Neukirchen2016-06-132-0/+72
|
* add -e to output environment tooChristian Neukirchen2016-06-132-4/+38
|
* put pid in variableChristian Neukirchen2016-06-131-8/+6
|
* check fscanf return valueChristian Neukirchen2016-06-131-1/+2
|
* pwait: silence a warning v0.2Christian Neukirchen2016-06-131-1/+2
|
* tweak makefileChristian Neukirchen2016-06-131-4/+18
|
* add pwait.1Christian Neukirchen2016-06-132-1/+59
|
* add extrace.1Christian Neukirchen2016-06-131-0/+85
|
* copyright yearChristian Neukirchen2016-06-131-1/+1
|
* more warningsChristian Neukirchen2016-06-132-2/+4
|
* quote cwd tooChristian Neukirchen2016-06-131-2/+4
|
* print arguments shell quotedChristian Neukirchen2016-06-131-13/+49
|
* fix outputChristian Neukirchen2016-06-131-13/+8
|
* axe -w and make it defaultChristian Neukirchen2016-06-131-13/+6
| | | | Use cut(1) if you want to limit the line length.
* whitespace fixChristian Neukirchen2016-06-131-2/+2
|
* add -d to print cwd of processChristian Neukirchen2016-01-071-6/+20
|
* extrace: increase CMDLINE_MAX. v0.1Christian Neukirchen2015-04-021-1/+1
|
* pwait: add -cChristian Neukirchen2014-10-201-3/+10
|
* add pwait(1)Christian Neukirchen2014-10-202-3/+286
|
* add -l and -qChristian Neukirchen2014-03-131-8/+32
|
* compile with -ansiChristian Neukirchen2014-03-131-1/+1
|
* make cap to set the proper capabilitiesChristian Neukirchen2014-03-111-0/+3
|
* convert newlines in cmdline to spacesChristian Neukirchen2014-03-111-2/+2
|
* make -o imply -wChristian Neukirchen2014-03-111-3/+3
|
* add option to run command directly and log to a fileChristian Neukirchen2014-03-111-24/+75
|
* initial commit of extraceChristian Neukirchen2014-03-112-0/+260