Age | Commit message (Expand) | Author |
2024-09-13 | rectify comment about syncing trace points letters, kdump usage has none | Klemens Nanni |
2023-12-19 | include KTRFAC_PINSYSCALL in the ktrace options | Theo de Raadt |
2023-12-15 | provide the pieces for ktrace/kdump to observe pinsyscall violations. | Theo de Raadt |
2023-09-30 | list tracepoints directly in kdump.1 instead of pointing to ktrace.1 | Christian Weisgerber |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2022-07-30 | we mention interim BSD releases so change some 4.4BSD use to 4.3BSD-Reno | Jonathan Gray |
2022-02-22 | MAXCOMLEN is no longer needed in these programs, so remove the annotation | Theo de Raadt |
2021-09-01 | A couple commands don't need sys/param.h, but they do need sys/signal.h | Theo de Raadt |
2020-07-16 | add -T option to make time related system calls more prominent. | Ted Unangst |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-05-15 | improve wrong markup and poor wording regarding the -t argument | Ingo Schwarze |
2019-01-06 | set tracefile to null when clearing points. | Ted Unangst |
2018-04-26 | ioctlname() prototype is already in ../kdump/kdump.h | Philip Guenther |
2018-04-26 | Use <fcntl.h> instead of <sys/file.h> for open() and friends. | Philip Guenther |
2017-06-11 | usr/bin/ktrace: replace snprintf(3)/write(2) with dprintf(3) | Adam Wolk |
2016-07-18 | Add 'p' trace point for KTRFAC_PLEDGE, as noted by | Philip Guenther |
2016-03-06 | No more compat emulations, so remove ktrace EMUL records and the baggage | Philip Guenther |
2015-10-25 | Fold "malloc" into "stdio" and -- recognizing that no program so far has | Theo de Raadt |
2015-10-02 | Add ktracing of argv and envp to execve(2), with envp not traced by default | Philip Guenther |
2015-09-07 | put back an El macro, wrongly zapped in previous; | Jason McIntyre |
2015-09-07 | Delete ktracing of context switches: it's unused, and not particularly useful, | Philip Guenther |
2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure | Theo de Raadt |
2015-03-13 | remove the first comma from constructs like ", and," and ", or,": you can use | Jason McIntyre |
2015-01-19 | Make some $OpenBSD$ lines prettier/standardier by eliminating | Kenneth R Westerback |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-05-24 | when ktrace() return ESRCH, the error is regarding the pid, not the pathname | Theo de Raadt |
2014-04-07 | add -t to usage() for ltrace; | Jason McIntyre |
2014-04-04 | Add the -t ktrace(1) option to ltrace(1), so that you can trigger both | Miod Vallat |
2013-11-06 | fix spacing in usage() | Igor Sobrado |
2013-09-12 | remove some redundancy within a sentence, and describe "!" as an | Jason McIntyre |
2013-06-05 | typo in usage, comand/command; Arto Jonsson | Stuart Henderson |
2013-06-02 | Pq -> Qq, as confirmed by miod; | Jason McIntyre |
2013-06-02 | tweak previous; ok miod | Jason McIntyre |
2013-06-01 | Introduce ltrace(1). This tool works with ld.so to inject utrace record for | Miod Vallat |
2013-06-01 | Userland bits for utrace record handling; from otto@ | Miod Vallat |
2012-07-12 | add -B to usage(); | Jason McIntyre |
2012-07-12 | Add -B option to pass down LD_BIND_NOW to suppress ld.so blather | Philip Guenthe |
2011-07-08 | zap trailing whitespace; | Jason McIntyre |
2011-07-08 | Support sending struct info to kdump. So far for struct stat and | Otto Moerbeek |
2011-06-25 | some improvements from Cl??ment B??sch; ok tedu | Jason McIntyre |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-02-23 | matthew haub pointed out that pid may be used uninitialized in some contexts | Ted Unangst |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-04-01 | fix the description of -f; from Igor Sobrado | Jason McIntyre |
2007-03-03 | let synopsis, options description, and usage() agree; | Jason McIntyre |
2006-07-06 | do something sane to EXAMPLES; | Jason McIntyre |
2006-07-06 | Xr ktrace 2 , else some people might mistake we use ptrace() or sth else | Alexander von Gernler |
2005-12-21 | Userland programs should include <errno.h> not <sys/errno.h> | Todd C. Miller |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt |
2003-09-03 | - sync SYNOPSIS with usage() | Jason McIntyre |