| Commit message (Expand) | Author | Age | Files | Lines |
* | add -T option to make time related system calls more prominent. |  tedu | 2020-07-16 | 2 | -8/+13 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -6/+6 |
* | improve wrong markup and poor wording regarding the -t argument |  schwarze | 2019-05-15 | 1 | -4/+4 |
* | set tracefile to null when clearing points. |  tedu | 2019-01-06 | 1 | -1/+2 |
* | ioctlname() prototype is already in ../kdump/kdump.h |  guenther | 2018-04-26 | 1 | -2/+1 |
* | Use <fcntl.h> instead of <sys/file.h> for open() and friends. |  guenther | 2018-04-26 | 1 | -6/+1 |
* | usr/bin/ktrace: replace snprintf(3)/write(2) with dprintf(3) |  awolk | 2017-06-11 | 1 | -5/+2 |
* | Add 'p' trace point for KTRFAC_PLEDGE, as noted by |  guenther | 2016-07-18 | 5 | -36/+38 |
* | No more compat emulations, so remove ktrace EMUL records and the baggage |  guenther | 2016-03-06 | 4 | -19/+17 |
* | Fold "malloc" into "stdio" and -- recognizing that no program so far has |  deraadt | 2015-10-25 | 1 | -2/+2 |
* | Add ktracing of argv and envp to execve(2), with envp not traced by default |  guenther | 2015-10-02 | 3 | -7/+20 |
* | put back an El macro, wrongly zapped in previous; |  jmc | 2015-09-07 | 1 | -1/+2 |
* | Delete ktracing of context switches: it's unused, and not particularly useful, |  guenther | 2015-09-07 | 4 | -16/+8 |
* | Convert many atoi() calls to strtonum(), adding range checks and failure |  deraadt | 2015-04-18 | 1 | -2/+9 |
* | remove the first comma from constructs like ", and," and ", or,": you can use |  jmc | 2015-03-13 | 2 | -7/+7 |
* | Make some $OpenBSD$ lines prettier/standardier by eliminating |  krw | 2015-01-19 | 1 | -1/+1 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 2 | -4/+5 |
* | when ktrace() return ESRCH, the error is regarding the pid, not the pathname |  deraadt | 2014-05-24 | 1 | -3/+9 |
* | add -t to usage() for ltrace; |  jmc | 2014-04-07 | 1 | -3/+3 |
* | Add the -t ktrace(1) option to ltrace(1), so that you can trigger both |  miod | 2014-04-04 | 2 | -4/+55 |
* | fix spacing in usage() |  sobrado | 2013-11-06 | 1 | -2/+2 |
* | remove some redundancy within a sentence, and describe "!" as an |  jmc | 2013-09-12 | 1 | -3/+3 |
* | typo in usage, comand/command; Arto Jonsson |  sthen | 2013-06-05 | 1 | -2/+2 |
* | Pq -> Qq, as confirmed by miod; |  jmc | 2013-06-02 | 1 | -2/+2 |
* | tweak previous; ok miod |  jmc | 2013-06-02 | 1 | -11/+14 |
* | Introduce ltrace(1). This tool works with ld.so to inject utrace record for |  miod | 2013-06-01 | 3 | -48/+243 |
* | Userland bits for utrace record handling; from otto@ |  miod | 2013-06-01 | 3 | -8/+17 |
* | add -B to usage(); |  jmc | 2012-07-12 | 1 | -2/+2 |
* | Add -B option to pass down LD_BIND_NOW to suppress ld.so blather |  guenther | 2012-07-12 | 2 | -5/+16 |
* | zap trailing whitespace; |  jmc | 2011-07-08 | 1 | -2/+2 |
* | Support sending struct info to kdump. So far for struct stat and |  otto | 2011-07-08 | 3 | -7/+13 |
* | some improvements from Cl??ment B??sch; ok tedu |  jmc | 2011-06-25 | 1 | -5/+8 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 2 | -22/+2 |
* | matthew haub pointed out that pid may be used uninitialized in some contexts |  tedu | 2009-02-23 | 1 | -3/+3 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 1 | -2/+2 |
* | fix the description of -f; from Igor Sobrado |  jmc | 2007-04-01 | 1 | -2/+2 |
* | let synopsis, options description, and usage() agree; |  jmc | 2007-03-03 | 2 | -5/+6 |
* | do something sane to EXAMPLES; |  jmc | 2006-07-06 | 1 | -12/+13 |
* | Xr ktrace 2 , else some people might mistake we use ptrace() or sth else |  grunk | 2006-07-06 | 1 | -2/+3 |
* | Userland programs should include <errno.h> not <sys/errno.h> |  millert | 2005-12-21 | 1 | -3/+3 |
* | ARGSUSED before signal handler with unused signo |  deraadt | 2004-09-14 | 1 | -2/+3 |
* | - sync SYNOPSIS with usage() |  jmc | 2003-09-03 | 1 | -15/+10 |
* | mostly ansi cleanup; pval ok |  deraadt | 2003-06-10 | 1 | -10/+6 |
* | - section reorder |  jmc | 2003-06-10 | 1 | -12/+12 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-03 | 4 | -26/+10 |
* | improve docs; raj@cerias.purdue.edu |  deraadt | 2003-02-19 | 2 | -8/+17 |
* | bring in prototypes |  deraadt | 2002-03-25 | 1 | -2/+3 |
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 2 | -8/+8 |
* | get rid of signal race |  deraadt | 2001-11-14 | 1 | -4/+7 |
* | Add lots of missing prototypes, constify a few things. Add explicit ints. |  espie | 2001-08-18 | 3 | -12/+44 |