History log of /openbsd/usr.sbin/kgmon/kgmon.8 (Results 1 – 14 of 14)
Revision Date Author Comments
# 582f75e7 25-Sep-2016 deraadt <deraadt@openbsd.org>

Document the dependency on sysctl kern.allowkmem
ok tb


# 6377c2ea 12-Mar-2013 mpi <mpi@openbsd.org>

Fix kernel profiling on MP systems by using per-CPU buffers and teach
kgmon(8) to deal with them, this time without public header changes.

Previously various CPUs were iterating over the same global

Fix kernel profiling on MP systems by using per-CPU buffers and teach
kgmon(8) to deal with them, this time without public header changes.

Previously various CPUs were iterating over the same global buffer at
the same time to modify it and never ended.

This diff includes some ideas submited by Thor Simon to NetBSD via miod@.

ok deraadt@, mikeb@, haesbaert@

show more ...


# 0f288458 12-Feb-2013 mpi <mpi@openbsd.org>

Back out per-CPU kernel profiling, it shouldn't modify a public header
at this moment.


# fe5dee76 11-Feb-2013 jmc <jmc@openbsd.org>

tweak previous;


# 27adb18e 11-Feb-2013 mpi <mpi@openbsd.org>

Teach kgmon(8) to deal with per-CPU kernel profiling.

ok mikeb@, haesbaert@


# 9490d37c 31-May-2007 jmc <jmc@openbsd.org>

convert to new .Dd format;


# 198d8700 18-Feb-2007 jmc <jmc@openbsd.org>

order options and usage(); from Igor Sobrado


# 9d0b46bc 12-Jun-2003 jmc <jmc@openbsd.org>

- section reorder
- macro fixes
- kill whitespace at EOL
- new sentence, new line


# 29295d1c 02-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# 6931a8aa 05-Jun-1999 aaron <aaron@openbsd.org>

remove trailing whitespace, some Nm cleanup


# fc8533a3 23-May-1999 aaron <aaron@openbsd.org>

remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com


# 1cd145f7 20-Dec-1998 millert <millert@openbsd.org>

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.


# ec800ade 01-May-1996 niklas <niklas@openbsd.org>

Our kernel is named /bsd, and we use $OpenBSD$ RCS IDs


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree