summaryrefslogtreecommitdiffstats
path: root/lib/libc/gmon/gmon.c
Commit message (Expand)AuthorAgeFilesLines
* Allow users of gprof to get per run output files (using the pid)eadler2012-04-291-1/+6
* Provide 64-bit PowerPC support in libc.nwhitehorn2010-07-101-1/+3
* Simplify the calculation of s_scale by rewriting the FP expression tomarcel2010-07-011-20/+5
* On powerpc, calculate s_scale using the non-FP version previouslymarcel2010-06-301-1/+1
* Fix many "function declaration isn't a prototype" warnings in libc.ed2009-12-051-1/+1
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* The minbrk symbol is hidden the same on powerpc as other FreeBSD platforms.grehan2005-12-291-1/+1
* Enable building with LIBC_SCCS defined.obrien2004-10-161-1/+1
* Fix format strings to unbreak with -DDEBUG option.kuriyama2004-09-101-2/+2
* Use C99 compatible ASM statements.obrien2003-06-021-2/+2
* Add __amd64__ to the list of things that use HIDENAME() to hide minbrkpeter2003-04-301-1/+1
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-1/+1
* Check for defined(__i386__) instead of just defined(i386) since the compileralfred2002-05-301-1/+1
* Do not use __progname directly (except in [gs]etprogname(3)).markm2002-03-291-6/+5
* Don't leave stack garbage in the reserved fields of the header.bde2002-02-151-0/+1
* Fixed style bugs in rev.1.5:bde2002-02-151-4/+5
* * Remove __P and convert to ANSI prototypes.obrien2002-02-011-5/+5
* We use HIDENAME(minbrk) on sparc64 too.jake2001-12-291-1/+1
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-0/+3
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-9/+9
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-121-9/+11
* Enable gmon/mcount on alpha.simokawa1999-07-161-8/+2
* Change the profile data file name from gmon.out to progname.gmonjb1998-09-051-4/+11
* These files are very specific to FreeBSD kernels, so silently compilejb1998-03-091-0/+2
* Add support to enable libc to be compiled in ELF format. (#ifdef __ELF__)peter1996-05-051-0/+4
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+254
OpenPOWER on IntegriCloud