aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gmon
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-202-0/+4
* Renumber copyright clause 4Warner Losh2017-02-283-3/+3
* Replace the last non-optional use of sbrk() in the tree with mmap().Brooks Davis2016-01-211-11/+4
* Add declaration to eliminate -Wmissing-prototypes warningCraig Rodrigues2015-09-201-0/+1
* Use ANSI C prototypes.Craig Rodrigues2015-09-141-6/+3
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-041-2/+2
* libc: Use O_CLOEXEC when writing gmon files (cc -pg).Jilles Tjoelker2013-08-131-2/+2
* mdoc: end list context with El.Joel Dahl2012-05-121-0/+1
* Allow users of gprof to get per run output files (using the pid)Eitan Adler2012-04-292-1/+12
* Provide 64-bit PowerPC support in libc.Nathan Whitehorn2010-07-101-1/+3
* Simplify the calculation of s_scale by rewriting the FP expression toMarcel Moolenaar2010-07-011-20/+5
* On powerpc, calculate s_scale using the non-FP version previouslyMarcel Moolenaar2010-06-301-1/+1
* Fix many "function declaration isn't a prototype" warnings in libc.Ed Schouten2009-12-051-1/+1
* Remove .mcount from gmon's Symbol map and add it to the appropriateDaniel Eischen2007-05-131-1/+0
* Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-4/+6
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-093-12/+0
* Backed out rev.1.10 (a special case for amd64). The amd64 mcount codeBruce Evans2006-10-281-6/+0
* Add each directory's symbol map file to SYM_MAPS.Daniel Eischen2006-03-131-0/+2
* Add symbol maps and initial symbol version definitions to libc.Daniel Eischen2006-03-131-0/+13
* The minbrk symbol is hidden the same on powerpc as other FreeBSD platforms.Peter Grehan2005-12-291-1/+1
* Make SYNOPSIS compile.Ruslan Ermilov2005-11-231-3/+3
* 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-162-2/+2
* Fix format strings to unbreak with -DDEBUG option.Jun Kuriyama2004-09-101-2/+2
* Document the location of the header file which declares the functionBruce M Simpson2004-06-141-1/+2
* For amd64, explicitly compile mcount.po, rather than copying mcount.o. WePeter Wemm2004-05-181-0/+6
* Use ANSI C function definition for `_mcount' and remove `static'Jacques Vidrine2004-01-061-2/+2
* 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
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-191-0/+2
* mdoc(7) police: Fixed abuses of the .Ar and .Em macros.Ruslan Ermilov2002-12-181-1/+1
* mdoc(7) police: "The .Fn function".Ruslan Ermilov2002-12-181-0/+2
* libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov2002-11-181-3/+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-012-19/+17
* We use HIDENAME(minbrk) on sparc64 too.Jake Burkholder2001-12-291-1/+1
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-2/+2
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-0/+3
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-2/+3
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-211-0/+2
* 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