| Commit message (Expand) | Author | Age | Files | Lines |
* | Provide 64-bit PowerPC support in libc. | nwhitehorn | 2010-07-10 | 1 | -1/+3 |
* | Simplify the calculation of s_scale by rewriting the FP expression to | marcel | 2010-07-01 | 1 | -20/+5 |
* | On powerpc, calculate s_scale using the non-FP version previously | marcel | 2010-06-30 | 1 | -1/+1 |
* | Fix many "function declaration isn't a prototype" warnings in libc. | ed | 2009-12-05 | 1 | -1/+1 |
* | Remove .mcount from gmon's Symbol map and add it to the appropriate | deischen | 2007-05-13 | 1 | -1/+0 |
* | Use C comments since we now preprocess these files with CPP. | deischen | 2007-04-29 | 1 | -4/+6 |
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 3 | -12/+0 |
* | Backed out rev.1.10 (a special case for amd64). The amd64 mcount code | bde | 2006-10-28 | 1 | -6/+0 |
* | Add each directory's symbol map file to SYM_MAPS. | deischen | 2006-03-13 | 1 | -0/+2 |
* | Add symbol maps and initial symbol version definitions to libc. | deischen | 2006-03-13 | 1 | -0/+13 |
* | The minbrk symbol is hidden the same on powerpc as other FreeBSD platforms. | grehan | 2005-12-29 | 1 | -1/+1 |
* | Make SYNOPSIS compile. | ru | 2005-11-23 | 1 | -3/+3 |
* | Fix race by using atomic operation, with this change, both libpthread | davidxu | 2005-05-06 | 1 | -3/+5 |
* | Enable building with LIBC_SCCS defined. | obrien | 2004-10-16 | 2 | -2/+2 |
* | Fix format strings to unbreak with -DDEBUG option. | kuriyama | 2004-09-10 | 1 | -2/+2 |
* | Document the location of the header file which declares the function | bms | 2004-06-14 | 1 | -1/+2 |
* | For amd64, explicitly compile mcount.po, rather than copying mcount.o. We | peter | 2004-05-18 | 1 | -0/+6 |
* | Use ANSI C function definition for `_mcount' and remove `static' | nectar | 2004-01-06 | 1 | -2/+2 |
* | Use C99 compatible ASM statements. | obrien | 2003-06-02 | 1 | -2/+2 |
* | Add __amd64__ to the list of things that use HIDENAME() to hide minbrk | peter | 2003-04-30 | 1 | -1/+1 |
* | mdoc(7) police: "The .Fa argument.". | ru | 2002-12-19 | 1 | -0/+2 |
* | mdoc(7) police: Fixed abuses of the .Ar and .Em macros. | ru | 2002-12-18 | 1 | -1/+1 |
* | mdoc(7) police: "The .Fn function". | ru | 2002-12-18 | 1 | -0/+2 |
* | libc_r wasn't so tied to libc for 22 months. | ru | 2002-11-18 | 1 | -3/+1 |
* | Initiate deorbit burn for the i386-only a.out related support. Moves are | peter | 2002-09-17 | 1 | -1/+1 |
* | Check for defined(__i386__) instead of just defined(i386) since the compiler | alfred | 2002-05-30 | 1 | -1/+1 |
* | Do not use __progname directly (except in [gs]etprogname(3)). | markm | 2002-03-29 | 1 | -6/+5 |
* | Don't leave stack garbage in the reserved fields of the header. | bde | 2002-02-15 | 1 | -0/+1 |
* | Fixed style bugs in rev.1.5: | bde | 2002-02-15 | 1 | -4/+5 |
* | * Remove __P and convert to ANSI prototypes. | obrien | 2002-02-01 | 2 | -19/+17 |
* | We use HIDENAME(minbrk) on sparc64 too. | jake | 2001-12-29 | 1 | -1/+1 |
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -1/+1 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -2/+2 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -1/+1 |
* | Remove _THREAD_SAFE and make libc thread-safe by default by | deischen | 2001-01-24 | 1 | -0/+3 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-29 | 1 | -2/+3 |
* | Introduce ".Lb" macro to libc manpages. | phantom | 2000-04-21 | 1 | -0/+2 |
* | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | jasone | 2000-01-27 | 1 | -9/+9 |
* | Add three-tier symbol naming in support of POSIX thread cancellation | jasone | 2000-01-12 | 1 | -9/+11 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -10/+10 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
* | Enable gmon/mcount on alpha. | simokawa | 1999-07-16 | 2 | -13/+3 |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
* | Change a test for NETBSD_SYSCALLS to __alpha__. We're not ready to | jb | 1998-09-05 | 1 | -2/+2 |
* | Change the profile data file name from gmon.out to progname.gmon | jb | 1998-09-05 | 2 | -7/+14 |
* | Changed to the C9x draft spelling of the (unsigned) integral type | bde | 1998-07-14 | 1 | -12/+12 |
* | Oops, fptrint_t still needs to be declared in <machine/profile.h> in the | bde | 1998-07-10 | 1 | -9/+1 |
* | Added a kernel-only typedef (ptrint_t) giving an integral type that is | bde | 1998-07-10 | 1 | -2/+11 |
* | These files are very specific to FreeBSD kernels, so silently compile | jb | 1998-03-09 | 2 | -1/+6 |