summaryrefslogtreecommitdiff
path: root/lib/libc/gmon/mcount.c
Commit message (Expand)AuthorAgeFilesLines
* mcount: tidy up ANSIficationEd Maste2018-10-201-2/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Fix race by using atomic operation, with this change, both libpthreadDavid Xu2005-05-061-3/+5
* Enable building with LIBC_SCCS defined.David E. O'Brien2004-10-161-1/+1
* Use ANSI C function definition for `_mcount' and remove `static'Jacques Vidrine2004-01-061-2/+2
* * Remove __P and convert to ANSI prototypes.David E. O'Brien2002-02-011-14/+12
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-10/+10
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Enable gmon/mcount on alpha.Hidetoshi Shimokawa1999-07-161-5/+1
* Change a test for NETBSD_SYSCALLS to __alpha__. We're not ready toJohn Birrell1998-09-051-2/+2
* Changed to the C9x draft spelling of the (unsigned) integral typeBruce Evans1998-07-141-12/+12
* Oops, fptrint_t still needs to be declared in <machine/profile.h> in theBruce Evans1998-07-101-9/+1
* Added a kernel-only typedef (ptrint_t) giving an integral type that isBruce Evans1998-07-101-2/+11
* These files are very specific to FreeBSD kernels, so silently compileJohn Birrell1998-03-091-1/+4
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Cleaned up interrupt masking by declaring the state variable in aBruce Evans1996-08-281-6/+5
* Use PAGE_SIZE instead of NBPGPoul-Henning Kamp1996-05-021-2/+2
* Added $Id$.Bruce Evans1995-12-301-0/+4
* Implemented non-statistical kernel profiling. This is based onBruce Evans1995-12-291-8/+148
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Added support for kernel profiling to mcount.cPaul Richards1994-09-151-0/+4
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+178