summaryrefslogtreecommitdiff
path: root/usr.bin/ktrace/ktrace.c
AgeCommit message (Expand)Author
2021-09-01A couple commands don't need sys/param.h, but they do need sys/signal.hTheo de Raadt
2020-07-16add -T option to make time related system calls more prominent.Ted Unangst
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-01-06set tracefile to null when clearing points.Ted Unangst
2017-06-11usr/bin/ktrace: replace snprintf(3)/write(2) with dprintf(3)Adam Wolk
2016-07-18Add 'p' trace point for KTRFAC_PLEDGE, as noted byPhilip Guenther
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-05-24when ktrace() return ESRCH, the error is regarding the pid, not the pathnameTheo de Raadt
2014-04-07add -t to usage() for ltrace;Jason McIntyre
2014-04-04Add the -t ktrace(1) option to ltrace(1), so that you can trigger bothMiod Vallat
2013-11-06fix spacing in usage()Igor Sobrado
2013-06-05typo in usage, comand/command; Arto JonssonStuart Henderson
2013-06-01Introduce ltrace(1). This tool works with ld.so to inject utrace record forMiod Vallat
2012-07-12add -B to usage();Jason McIntyre
2012-07-12Add -B option to pass down LD_BIND_NOW to suppress ld.so blatherPhilip Guenthe
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-02-23matthew haub pointed out that pid may be used uninitialized in some contextsTed Unangst
2007-03-03let synopsis, options description, and usage() agree;Jason McIntyre
2005-12-21Userland programs should include <errno.h> not <sys/errno.h>Todd C. Miller
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-02-19improve docs; raj@cerias.purdue.eduTheo de Raadt
2002-03-25bring in prototypesTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-14get rid of signal raceTheo de Raadt
2001-08-18Add lots of missing prototypes, constify a few things. Add explicit ints.Marc Espie
2001-07-12first pass at a -Wall cleanupTheo de Raadt
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
1999-08-17More <sys/file.h> vs. <fcntl.h> and open() flags fixes.Todd C. Miller
1998-04-25fix usage; nathanw@MIT.EDUTheo de Raadt
1997-06-19Someone forgot to declare the "sb" variable...Angelos D. Keromytis
1997-06-18unlink ktrace file more carefully; wosch/joergTheo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-09-21gen ktrace.out with restrictive umask; from joerg@freebsd.orgTheo de Raadt
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt