summaryrefslogtreecommitdiff
path: root/lib/libc/gmon/gmon.c
Commit message (Expand)AuthorAgeFilesLines
* Use C99 compatible ASM statements.David E. O'Brien2003-06-021-2/+2
* Add __amd64__ to the list of things that use HIDENAME() to hide minbrkPeter Wemm2003-04-301-1/+1
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-1/+1
* Check for defined(__i386__) instead of just defined(i386) since the compilerAlfred Perlstein2002-05-301-1/+1
* Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray2002-03-291-6/+5
* Don't leave stack garbage in the reserved fields of the header.Bruce Evans2002-02-151-0/+1
* Fixed style bugs in rev.1.5:Bruce Evans2002-02-151-4/+5
* * Remove __P and convert to ANSI prototypes.David E. O'Brien2002-02-011-5/+5
* We use HIDENAME(minbrk) on sparc64 too.Jake Burkholder2001-12-291-1/+1
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-0/+3
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-9/+9
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-9/+11
* Enable gmon/mcount on alpha.Hidetoshi Shimokawa1999-07-161-8/+2
* Change the profile data file name from gmon.out to progname.gmonJohn Birrell1998-09-051-4/+11
* These files are very specific to FreeBSD kernels, so silently compileJohn Birrell1998-03-091-0/+2
* Add support to enable libc to be compiled in ELF format. (#ifdef __ELF__)Peter Wemm1996-05-051-0/+4
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+254