summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/mcount.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix kernel profiling on MP systems by using per-CPU buffers and teachmpi2013-03-121-8/+16
* Back out per-CPU kernel profiling, it shouldn't modify a public headermpi2013-02-121-16/+8
* Fix kernel profiling on MP systems by using per-CPU buffer. Previouslympi2013-02-111-8/+16
* replace __attribute__((unused)) with __used, which will be defined to thedlg2013-01-161-6/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* ansi and some missing protosderaadt2004-08-071-4/+3
* Remove some register keywords to make this compile on amd64.art2004-07-221-7/+7
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* Add an __attribute__((unused))__ to the function declared by _MCOUNT_DECL,art2000-02-221-3/+7
* $OpenBSD$niklas1997-11-071-1/+2
* prototyping problems, PR#71, felix@mamba.pond.sub.orgderaadt1997-01-271-0/+1
* sync to libcderaadt1996-06-181-2/+13
* initial import of NetBSD treederaadt1995-10-181-0/+180