aboutsummaryrefslogtreecommitdiff
path: root/sys/libkern/mcount.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation of profiled kernels by including <machine/lock.h>Poul-Henning Kamp2000-10-141-0/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-9/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Converted rcsid to $Id$ again. There shouldn't be any rcsids in the kernel.Bruce Evans1998-08-171-8/+2
* Changed to the C9x draft spelling of the (unsigned) integral typeBruce Evans1998-07-141-12/+12
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Unremoved used #include of <sys/systm.h> for the !GUPROF case.Bruce Evans1996-10-251-1/+4
* Improved non-statistical (GUPROF) profiling:Bruce Evans1996-10-171-72/+58
* Cleaned up interrupt masking by declaring the state variable in aBruce Evans1996-08-281-6/+5
* removed:Poul-Henning Kamp1996-05-021-2/+2
* Copied mcount.c from the library again. #include'ing it via a relativeBruce Evans1995-12-301-3/+325
* Implemented non-statistical kernel profiling. This is based onBruce Evans1995-12-291-179/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* Added -DKERNEL and added support for kernel profiling.Paul Richards1994-09-151-1/+5
* Added $Id$David Greenman1994-08-021-4/+2
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+178