summaryrefslogtreecommitdiffstats
path: root/usr.bin/ktrace/subr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther2018-04-261-6/+1
* Add 'p' trace point for KTRFAC_PLEDGE, as noted byguenther2016-07-181-6/+13
* No more compat emulations, so remove ktrace EMUL records and the baggageguenther2016-03-061-4/+1
* Add ktracing of argv and envp to execve(2), with envp not traced by defaultguenther2015-10-021-1/+7
* Delete ktracing of context switches: it's unused, and not particularly useful,guenther2015-09-071-4/+1
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* Userland bits for utrace record handling; from otto@miod2013-06-011-1/+4
* Support sending struct info to kdump. So far for struct stat andotto2011-07-081-1/+4
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-8/+1
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
* Add lots of missing prototypes, constify a few things. Add explicit ints.espie2001-08-181-3/+4
* first pass at a -Wall cleanupderaadt2001-07-121-2/+3
* rcsidderaadt1996-06-261-1/+2
* initial import of NetBSD treederaadt1995-10-181-0/+88