Age | Commit message (Expand) | Author |
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-01-06 | set tracefile to null when clearing points. | Ted Unangst |
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 |
2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure | Theo de Raadt |
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-06-05 | typo in usage, comand/command; Arto Jonsson | Stuart Henderson |
2013-06-01 | Introduce ltrace(1). This tool works with ld.so to inject utrace record for | 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 |
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-03-03 | let synopsis, options description, and usage() agree; | Jason McIntyre |
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-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-02-19 | improve docs; raj@cerias.purdue.edu | Theo de Raadt |
2002-03-25 | bring in prototypes | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-14 | get rid of signal race | Theo de Raadt |
2001-08-18 | Add lots of missing prototypes, constify a few things. Add explicit ints. | Marc Espie |
2001-07-12 | first pass at a -Wall cleanup | Theo de Raadt |
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller |
1999-08-17 | More <sys/file.h> vs. <fcntl.h> and open() flags fixes. | Todd C. Miller |
1998-04-25 | fix usage; nathanw@MIT.EDU | Theo de Raadt |
1997-06-19 | Someone forgot to declare the "sb" variable... | Angelos D. Keromytis |
1997-06-18 | unlink ktrace file more carefully; wosch/joerg | Theo de Raadt |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller |
1996-09-21 | gen ktrace.out with restrictive umask; from joerg@freebsd.org | Theo de Raadt |
1996-06-26 | rcsid | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |