summaryrefslogtreecommitdiffstats
path: root/lib/libc/gmon
AgeCommit message (Expand)AuthorFilesLines
2020-10-12make fixed-sized fixed-value mib[] arrays be constderaadt1-4/+2
2019-12-20The mcount.po target is special cased here since mcount.c should not betb1-2/+3
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-4/+4
2016-09-21Delete casts to off_t and size_t that are implied by assignmentsguenther1-4/+4
2016-05-07Declare moncontrol(3) APIs in <sys/gmon.h>guenther2-7/+9
2016-03-30for some time now mandoc has not required MLINKS to functionjmc1-3/+1
2016-03-14(char *)0 -> NULLmmcc1-2/+2
2016-03-13environ and __progname are not declared in a public header; declare themguenther1-2/+1
2016-01-19replace (void *)0 with NULLmmcc1-4/+4
2015-09-14Wrap moncontrol() so that internal calls go direct and it's a weak symbolguenther1-1/+3
2015-05-06fix a fd leak in an error path in code under #ifdef DEBUGjsg1-1/+2
2015-01-16Move to the <limits.h> universe.deraadt2-4/+3
2014-01-21obvious .Pa fixes; found with mandocdb(8)schwarze1-4/+5
2013-03-12Fix kernel profiling on MP systems by using per-CPU buffers and teachmpi1-8/+14
2013-02-12Back out per-CPU kernel profiling, it shouldn't modify a public headermpi2-19/+9
2013-02-12Unbreak the tree by adding missing defines. Forgot to sync in previousmpi1-1/+4
2013-02-11Sync with libkern's copy. No functional change.mpi1-8/+15
2012-08-22We cannot just copy mcount.o to mcount.po, since the former may be PIE andpascal1-4/+7
2010-05-09Mark _MCOUNT_DECL as __used to prevent gcc4 from optimizing it away when itkettenis1-2/+2
2007-05-31convert to new .Dd format;jmc1-2/+2
2005-11-20Allocate space for profiling data using mmap instead of sbrk.millert1-20/+49
2005-08-08zap remaining rcsid.espie2-8/+2
2005-04-21be more careful about snprintf return value; ok beck cloderderaadt1-5/+5
2005-03-23deregister & ansify. ok deraad@ marco@ cloder@otto2-16/+13
2003-06-25protosderaadt1-2/+4
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert3-18/+6
2002-11-24Zero out the reserved fields of struct gmonhdr rather than leavingcloder1-1/+2
2002-05-25remaining easy snprintf conversionsderaadt1-3/+3
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2-5/+5
1999-07-09- remove all trailing whitespaceaaron1-3/+3
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1-2/+2
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).d1-2/+2
1998-08-29man page repairs; aaron@ug.cs.dal.caderaadt1-1/+3
1998-07-15make that 0664 until we find out why umask is not being appliedmillert1-2/+2
1998-07-15open gmon.out mode 0644, not 0666millert1-2/+2
1998-07-05use STDERR_FILENO; kleinkderaadt1-2/+2
1997-07-23tabify + trailing blankskstailey2-10/+9
1997-01-30proto; felix@mamba.pond.sub.orgderaadt1-1/+2
1996-09-15Remove dead codetholo1-1/+2
1996-09-05protect getenv, do not oflow, fix unused debug; bitblt and deraadtderaadt1-9/+11
1996-08-19Fix RCS idstholo4-19/+4
1996-06-18use p->hashfraction when doing non-time-critical calculations, rather thanderaadt2-11/+18
1996-03-25Protect internal mcount symbol from lint(1)tholo2-1/+3
1995-12-14from cgd@netbsd:deraadt1-5/+54
1995-10-18initial import of NetBSD treederaadt4-0/+559