summaryrefslogtreecommitdiff
path: root/usr.bin/ktrace/subr.c
AgeCommit message (Expand)Author
2023-12-15provide the pieces for ktrace/kdump to observe pinsyscall violations.Theo de Raadt
2022-02-22MAXCOMLEN is no longer needed in these programs, so remove the annotationTheo de Raadt
2021-09-01A couple commands don't need sys/param.h, but they do need sys/signal.hTheo de Raadt
2018-04-26Use <fcntl.h> instead of <sys/file.h> for open() and friends.Philip Guenther
2016-07-18Add 'p' trace point for KTRFAC_PLEDGE, as noted byPhilip Guenther
2016-03-06No more compat emulations, so remove ktrace EMUL records and the baggagePhilip Guenther
2015-10-02Add ktracing of argv and envp to execve(2), with envp not traced by defaultPhilip Guenther
2015-09-07Delete ktracing of context switches: it's unused, and not particularly useful,Philip Guenther
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2013-06-01Userland bits for utrace record handling; from otto@Miod Vallat
2011-07-08Support sending struct info to kdump. So far for struct stat andOtto Moerbeek
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
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
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt