summaryrefslogtreecommitdiffstats
path: root/lib/libc/gmon
Commit message (Expand)AuthorAgeFilesLines
* Remove .mcount from gmon's Symbol map and add it to the appropriatedeischen2007-05-131-1/+0
* Use C comments since we now preprocess these files with CPP.deischen2007-04-291-4/+6
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-093-12/+0
* Backed out rev.1.10 (a special case for amd64). The amd64 mcount codebde2006-10-281-6/+0
* Add each directory's symbol map file to SYM_MAPS.deischen2006-03-131-0/+2
* Add symbol maps and initial symbol version definitions to libc.deischen2006-03-131-0/+13
* The minbrk symbol is hidden the same on powerpc as other FreeBSD platforms.grehan2005-12-291-1/+1
* Make SYNOPSIS compile.ru2005-11-231-3/+3
* Fix race by using atomic operation, with this change, both libpthreaddavidxu2005-05-061-3/+5
* Enable building with LIBC_SCCS defined.obrien2004-10-162-2/+2
* Fix format strings to unbreak with -DDEBUG option.kuriyama2004-09-101-2/+2
* Document the location of the header file which declares the functionbms2004-06-141-1/+2
* For amd64, explicitly compile mcount.po, rather than copying mcount.o. Wepeter2004-05-181-0/+6
* Use ANSI C function definition for `_mcount' and remove `static'nectar2004-01-061-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
* mdoc(7) police: "The .Fa argument.".ru2002-12-191-0/+2
* mdoc(7) police: Fixed abuses of the .Ar and .Em macros.ru2002-12-181-1/+1
* mdoc(7) police: "The .Fn function".ru2002-12-181-0/+2
* libc_r wasn't so tied to libc for 22 months.ru2002-11-181-3/+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-012-19/+17
* We use HIDENAME(minbrk) on sparc64 too.jake2001-12-291-1/+1
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
* Remove whitespace at EOL.dd2001-07-151-2/+2
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-0/+3
* Prepare for mdoc(7)NG.ru2000-12-291-2/+3
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
* 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
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-10/+10
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
* Enable gmon/mcount on alpha.simokawa1999-07-162-13/+3
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
* Change a test for NETBSD_SYSCALLS to __alpha__. We're not ready tojb1998-09-051-2/+2
* Change the profile data file name from gmon.out to progname.gmonjb1998-09-052-7/+14
* Changed to the C9x draft spelling of the (unsigned) integral typebde1998-07-141-12/+12
* Oops, fptrint_t still needs to be declared in <machine/profile.h> in thebde1998-07-101-9/+1
* Added a kernel-only typedef (ptrint_t) giving an integral type that isbde1998-07-101-2/+11
* These files are very specific to FreeBSD kernels, so silently compilejb1998-03-092-1/+6
* Format the MLINKS statement the same as in most other libc Makefile.inc's.bde1997-12-191-2/+3
* Removed the subdirectory paths from the definitions of MAN[1-9]. Theybde1997-10-151-3/+2
* Changed all paths to be relative to src/lib instead of src/lib/libcjb1997-05-031-2/+7
* Fixed #include and/or prototype bugs in synopsis.bde1997-04-131-0/+3
OpenPOWER on IntegriCloud