| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix remaining syntax errors (missing semicolons) | Peter Wemm | 2007-07-05 | 1 | -2/+2 |
| * | Add missing \ characters in PSEUDO() macro on arm. Oops. | Peter Wemm | 2007-07-04 | 1 | -2/+2 |
| * | Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudo | Peter Wemm | 2007-07-04 | 1 | -3/+6 |
| * | Adjust the syscall stub macros to be consistent in their meaning. In | Peter Wemm | 2007-07-04 | 1 | -14/+7 |
| * | Fix sbrk.S to use _end symbol the same way brk.s was fixed some time | Alexander Kabaev | 2007-06-27 | 1 | -2/+2 |
| * | Some libc symbol map cleanups. | Daniel Eischen | 2007-05-31 | 1 | -4/+0 |
| * | Use __mcount() instead of _mcount() to reduce diffs with NetBSD. | Olivier Houchard | 2007-05-19 | 1 | -1/+1 |
| * | Use built-in _end symbol insteadof 'end' for consistency with other | Alexander Kabaev | 2007-05-19 | 1 | -2/+2 |
| * | Do not declare float_detect_tininess as external if it will be re-delared | Alexander Kabaev | 2007-05-19 | 1 | -0/+2 |
| * | Do not export 'end' symbol. It is not meant to be visible to outside | Alexander Kabaev | 2007-05-16 | 1 | -1/+1 |
| * | Remove .mcount from gmon's Symbol map and add it to the appropriate | Daniel Eischen | 2007-05-13 | 1 | -1/+24 |
| * | Use C comments since we now preprocess these files with CPP. | Daniel Eischen | 2007-04-29 | 1 | -11/+13 |
| * | The distinction between quiet and signaling NaN formats is | David Schultz | 2007-01-03 | 1 | -0/+23 |
| * | Cleanup: we always have to use __error() now, and we shouldn't provide a | Olivier Houchard | 2006-11-09 | 2 | -58/+1 |
| * | Remove a forgotten file. | Ruslan Ermilov | 2006-11-08 | 1 | -4/+0 |
| * | Instead of re-implementing hton[ls] and friends for each arch, add a new MI | Olivier Houchard | 2006-11-06 | 4 | -198/+0 |
| * | Provide definitions suitable for arm big-endian. | Olivier Houchard | 2006-11-06 | 1 | -0/+5 |
| * | If __ARMEB__ is defined, we're already using the network byte order, so | Olivier Houchard | 2006-08-21 | 4 | -0/+8 |
| * | GC old a.out and K&R support. | Warner Losh | 2006-05-23 | 1 | -9/+0 |
| * | Add each directory's symbol map file to SYM_MAPS. | Daniel Eischen | 2006-03-13 | 1 | -0/+1 |
| * | Add symbol maps and initial symbol version definitions to libc. | Daniel Eischen | 2006-03-13 | 1 | -0/+66 |
| * | Fix a long line in copyright notice. | Olivier Houchard | 2005-10-03 | 1 | -1/+2 |
| * | Add an asm version of strlen() for arm (how useful). | Olivier Houchard | 2005-10-03 | 2 | -1/+78 |
| * | Use the correct values for softfloat, in both the little endian and the big | Olivier Houchard | 2005-03-20 | 2 | -8/+13 |
| * | Define LDBL_NBIT to be a mask indicating the position of the integer | David Schultz | 2005-03-07 | 1 | -1/+2 |
| * | Update my email address. | David Schultz | 2005-02-06 | 1 | -1/+1 |
| * | Replace the ldexp() implementation in libc with a renamed copy of the | David Schultz | 2005-01-22 | 1 | -155/+0 |
| * | Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc. | David Schultz | 2005-01-15 | 2 | -5/+4 |
| * | Use the RET macro. | Olivier Houchard | 2004-11-09 | 17 | -52/+52 |
| * | Add a week alias __siglongjmp => siglongjmp. | Olivier Houchard | 2004-11-09 | 1 | -0/+1 |
| * | MFKernel: Implement ffs with clz on Xscale. | Olivier Houchard | 2004-11-07 | 1 | -0/+6 |
| * | Don't define SOFTFLOAT directly in source files, it's now done in the Makefile. | Olivier Houchard | 2004-11-05 | 2 | -2/+1 |
| * | Fix signalcontext and makecontext. | Olivier Houchard | 2004-11-05 | 3 | -14/+17 |
| * | Remove getcontext.S, it is not needed. | Olivier Houchard | 2004-11-05 | 2 | -64/+1 |
| * | Import a Makefile for arm. | Olivier Houchard | 2004-11-05 | 1 | -0/+8 |
| * | Make setjmp()/longjmp() use sigprocmask. | Olivier Houchard | 2004-09-23 | 1 | -9/+9 |
| * | Add a dummy set_tp(). | Olivier Houchard | 2004-09-23 | 2 | -1/+36 |
| * | Always use bx for returning on Xscale. | Olivier Houchard | 2004-09-23 | 1 | -76/+76 |
| * | Fix the align-to-32-bits code. | Olivier Houchard | 2004-09-23 | 1 | -2/+2 |
| * | Replace seven nominally MD implementations of frexp() that are broken | David Schultz | 2004-07-18 | 2 | -68/+1 |
| * | Implement the classification macros isfinite(), isinf(), isnan(), and | David Schultz | 2004-07-09 | 2 | -71/+1 |
| * | Import the FreeBSD/arm libc bits. | Olivier Houchard | 2004-05-14 | 52 | -0/+6225 |