summaryrefslogtreecommitdiffstats
path: root/usr.bin/ktrace (follow)
Commit message (Expand)AuthorAgeFilesLines
* add -T option to make time related system calls more prominent.tedu2020-07-162-8/+13
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-6/+6
* improve wrong markup and poor wording regarding the -t argumentschwarze2019-05-151-4/+4
* set tracefile to null when clearing points.tedu2019-01-061-1/+2
* ioctlname() prototype is already in ../kdump/kdump.hguenther2018-04-261-2/+1
* Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther2018-04-261-6/+1
* usr/bin/ktrace: replace snprintf(3)/write(2) with dprintf(3)awolk2017-06-111-5/+2
* Add 'p' trace point for KTRFAC_PLEDGE, as noted byguenther2016-07-185-36/+38
* No more compat emulations, so remove ktrace EMUL records and the baggageguenther2016-03-064-19/+17
* Fold "malloc" into "stdio" and -- recognizing that no program so far hasderaadt2015-10-251-2/+2
* Add ktracing of argv and envp to execve(2), with envp not traced by defaultguenther2015-10-023-7/+20
* put back an El macro, wrongly zapped in previous;jmc2015-09-071-1/+2
* Delete ktracing of context switches: it's unused, and not particularly useful,guenther2015-09-074-16/+8
* Convert many atoi() calls to strtonum(), adding range checks and failurederaadt2015-04-181-2/+9
* remove the first comma from constructs like ", and," and ", or,": you can usejmc2015-03-132-7/+7
* Make some $OpenBSD$ lines prettier/standardier by eliminatingkrw2015-01-191-1/+1
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-162-4/+5
* when ktrace() return ESRCH, the error is regarding the pid, not the pathnamederaadt2014-05-241-3/+9
* add -t to usage() for ltrace;jmc2014-04-071-3/+3
* Add the -t ktrace(1) option to ltrace(1), so that you can trigger bothmiod2014-04-042-4/+55
* fix spacing in usage()sobrado2013-11-061-2/+2
* remove some redundancy within a sentence, and describe "!" as anjmc2013-09-121-3/+3
* typo in usage, comand/command; Arto Jonssonsthen2013-06-051-2/+2
* Pq -> Qq, as confirmed by miod;jmc2013-06-021-2/+2
* tweak previous; ok miodjmc2013-06-021-11/+14
* Introduce ltrace(1). This tool works with ld.so to inject utrace record formiod2013-06-013-48/+243
* Userland bits for utrace record handling; from otto@miod2013-06-013-8/+17
* add -B to usage();jmc2012-07-121-2/+2
* Add -B option to pass down LD_BIND_NOW to suppress ld.so blatherguenther2012-07-122-5/+16
* zap trailing whitespace;jmc2011-07-081-2/+2
* Support sending struct info to kdump. So far for struct stat andotto2011-07-083-7/+13
* some improvements from Cl??ment B??sch; ok tedujmc2011-06-251-5/+8
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-272-22/+2
* matthew haub pointed out that pid may be used uninitialized in some contextstedu2009-02-231-3/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* fix the description of -f; from Igor Sobradojmc2007-04-011-2/+2
* let synopsis, options description, and usage() agree;jmc2007-03-032-5/+6
* do something sane to EXAMPLES;jmc2006-07-061-12/+13
* Xr ktrace 2 , else some people might mistake we use ptrace() or sth elsegrunk2006-07-061-2/+3
* Userland programs should include <errno.h> not <sys/errno.h>millert2005-12-211-3/+3
* ARGSUSED before signal handler with unused signoderaadt2004-09-141-2/+3
* - sync SYNOPSIS with usage()jmc2003-09-031-15/+10
* mostly ansi cleanup; pval okderaadt2003-06-101-10/+6
* - section reorderjmc2003-06-101-12/+12
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-034-26/+10
* improve docs; raj@cerias.purdue.eduderaadt2003-02-192-8/+17
* bring in prototypesderaadt2002-03-251-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.millert2002-02-162-8/+8
* get rid of signal racederaadt2001-11-141-4/+7
* Add lots of missing prototypes, constify a few things. Add explicit ints.espie2001-08-183-12/+44