summaryrefslogtreecommitdiff
path: root/usr.sbin/kgmon
AgeCommit message (Expand)Author
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2018-04-26Use <fcntl.h> instead of <sys/file.h> for open() and friends.Philip Guenther
2016-09-25Document the dependency on sysctl kern.allowkmemTheo de Raadt
2016-08-27Pull in <sys/time.h> for struct timespec, timeval, or clockratePhilip Guenther
2015-11-16delete setuid code (which we disabled in 2002)Theo de Raadt
2015-08-20stdlib.h is in scope; do not cast malloc/calloc/realloc*Theo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2013-11-27remove erroneous char cast to switch expression processing getopt(3);Okan Demirmen
2013-11-12unused variable in the shadowsTheo de Raadt
2013-03-12Fix kernel profiling on MP systems by using per-CPU buffers and teachMartin Pieuchot
2013-02-12Back out per-CPU kernel profiling, it shouldn't modify a public headerMartin Pieuchot
2013-02-11tweak previous;Jason McIntyre
2013-02-11Teach kgmon(8) to deal with per-CPU kernel profiling.Martin Pieuchot
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2007-11-26typos; ok jmc@Martynas Venckus
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-04From dhill@ last year:Ray Lai
2007-02-18order options and usage(); from Igor SobradoJason McIntyre
2004-08-01ansi cleanup; khalek@linuxgamers.netTheo de Raadt
2003-06-12- section reorderJason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-06-17note our setuid rule clearerTheo de Raadt
2002-03-14kill more registers.Mike Pechkin
2002-03-14Remove \n from err/errx/warn/warnx().Mike Pechkin
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-09-17I'm sure that it's not supposed to say:Artur Grabowski
2001-05-05use err/warn, -Wall, trailing spacesMichael Shalayeff
1999-06-05remove trailing whitespace, some Nm cleanupAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1998-12-20Don't assume /bsd if no system given, let the kvm routines pick a default (an...Todd C. Miller
1997-09-21$OpenBSD$Theo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-05-01Our kernel is named /bsd, and we use $OpenBSD$ RCS IDsNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt