summaryrefslogtreecommitdiff
path: root/lib/libc/gmon
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-04-16libc: don't try to export mexitcountBrooks Davis
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-11-15libc: Remove empty comments in Symbol.mapBrooks Davis
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2018-10-20mcount: tidy up ANSIficationEd Maste
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2016-01-21Replace the last non-optional use of sbrk() in the tree with mmap().Brooks Davis
2015-09-20Add declaration to eliminate -Wmissing-prototypes warningCraig Rodrigues
2015-09-14Use ANSI C prototypes.Craig Rodrigues
2014-03-04Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar
2013-08-13libc: Use O_CLOEXEC when writing gmon files (cc -pg).Jilles Tjoelker
2012-05-12mdoc: end list context with El.Joel Dahl
2012-04-29Allow users of gprof to get per run output files (using the pid)Eitan Adler
2010-07-10Provide 64-bit PowerPC support in libc.Nathan Whitehorn
2010-07-01Simplify the calculation of s_scale by rewriting the FP expression toMarcel Moolenaar
2010-06-30On powerpc, calculate s_scale using the non-FP version previouslyMarcel Moolenaar
2009-12-05Fix many "function declaration isn't a prototype" warnings in libc.Ed Schouten
2007-05-13Remove .mcount from gmon's Symbol map and add it to the appropriateDaniel Eischen
2007-04-29Use C comments since we now preprocess these files with CPP.Daniel Eischen
2007-01-09Per Regents of the University of Calfornia letter, remove advertisingWarner Losh
2006-10-28Backed out rev.1.10 (a special case for amd64). The amd64 mcount codeBruce Evans
2006-03-13Add each directory's symbol map file to SYM_MAPS.Daniel Eischen
2006-03-13Add symbol maps and initial symbol version definitions to libc.Daniel Eischen
2005-12-29The minbrk symbol is hidden the same on powerpc as other FreeBSD platforms.Peter Grehan
2005-11-23Make SYNOPSIS compile.Ruslan Ermilov
2005-05-06Fix race by using atomic operation, with this change, both libpthreadDavid Xu
2004-10-16Enable building with LIBC_SCCS defined.David E. O'Brien
2004-09-10Fix format strings to unbreak with -DDEBUG option.Jun Kuriyama
2004-06-14Document the location of the header file which declares the functionBruce M Simpson
2004-05-18For amd64, explicitly compile mcount.po, rather than copying mcount.o. WePeter Wemm
2004-01-06Use ANSI C function definition for `_mcount' and remove `static'Jacques Vidrine
2003-06-02Use C99 compatible ASM statements.David E. O'Brien
2003-04-30Add __amd64__ to the list of things that use HIDENAME() to hide minbrkPeter Wemm
2002-12-19mdoc(7) police: "The .Fa argument.".Ruslan Ermilov
2002-12-18mdoc(7) police: Fixed abuses of the .Ar and .Em macros.Ruslan Ermilov
2002-12-18mdoc(7) police: "The .Fn function".Ruslan Ermilov
2002-11-18libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov
2002-09-17Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm
2002-05-30Check for defined(__i386__) instead of just defined(i386) since the compilerAlfred Perlstein
2002-03-29Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray
2002-02-15Don't leave stack garbage in the reserved fields of the header.Bruce Evans
2002-02-15Fixed style bugs in rev.1.5:Bruce Evans
2002-02-01* Remove __P and convert to ANSI prototypes.David E. O'Brien
2001-12-29We use HIDENAME(minbrk) on sparc64 too.Jake Burkholder