summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kgmon/kgmon.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-13/+13
* Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther2018-04-261-3/+4
* Pull in <sys/time.h> for struct timespec, timeval, or clockrateguenther2016-08-271-1/+2
* delete setuid code (which we disabled in 2002)deraadt2015-11-161-11/+2
* stdlib.h is in scope; do not cast malloc/calloc/realloc*deraadt2015-08-201-5/+5
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* remove erroneous char cast to switch expression processing getopt(3);okan2013-11-271-2/+2
* unused variable in the shadowsderaadt2013-11-121-2/+2
* Fix kernel profiling on MP systems by using per-CPU buffers and teachmpi2013-03-121-46/+98
* Back out per-CPU kernel profiling, it shouldn't modify a public headermpi2013-02-121-98/+46
* Teach kgmon(8) to deal with per-CPU kernel profiling.mpi2013-02-111-46/+98
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-12/+1
* typos; ok jmc@martynas2007-11-261-5/+5
* From dhill@ last year:ray2007-05-041-22/+20
* order options and usage(); from Igor Sobradojmc2007-02-181-3/+3
* ansi cleanup; khalek@linuxgamers.netderaadt2004-08-011-19/+9
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* kill more registers.mpech2002-03-141-3/+3
* Remove \n from err/errx/warn/warnx().mpech2002-03-141-4/+4
* 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-161-9/+9
* I'm sure that it's not supposed to say:art2001-09-171-4/+4
* use err/warn, -Wall, trailing spacesmickey2001-05-051-107/+67
* Don't assume /bsd if no system given, let the kvm routines pick a default (and thus use kvm_bsd.db if possible). Also minor manpage fixup.millert1998-12-201-5/+4
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-3/+3
* Our kernel is named /bsd, and we use $OpenBSD$ RCS IDsniklas1996-05-011-1/+3
* initial import of NetBSD treederaadt1995-10-181-0/+526