| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -1/+1 |
* | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | joel | 2010-03-02 | 4 | -28/+0 |
* | Remove unneeded stdlib directories. | ed | 2009-06-23 | 1 | -4/+0 |
* | - Eliminate extra subcs instruction. I have not noticed before that we | stas | 2009-06-21 | 1 | -2/+1 |
* | - Fix strncmp on arm. Return 0 as result without performing the | stas | 2009-06-21 | 1 | -5/+9 |
* | Use GCC's __SOFTFP__ to test whether we're being compiled | marcel | 2009-05-31 | 3 | -10/+8 |
* | revert r191633; this breaks at91 & xscale (likely all arm) | sam | 2009-05-06 | 1 | -4/+4 |
* | Change the test at the beginning of strncmp(), from being if (len - 1) < 0 | cognet | 2009-04-28 | 1 | -4/+4 |
* | These warnings are only relevant on NetBSD it seems. They don't seem | imp | 2009-02-19 | 1 | -3/+0 |
* | Add support for the FPA floating-point format on ARM. The | marcel | 2008-12-23 | 2 | -3/+14 |
* | Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. | ed | 2008-11-09 | 1 | -2/+1 |
* | Let libstand(3) build on ARM. | raj | 2008-10-14 | 1 | -0/+4 |
* | Arrange so that the NaN returned by strtod("nan", NULL) is the same as | das | 2007-12-16 | 1 | -4/+4 |
* | Unbreak arm build by removing duplicate symbols. | cognet | 2007-10-18 | 1 | -8/+0 |
* | MFKernel: do not use __XSCALE__ to detect if clz/pld/ldrd/strd are | cognet | 2007-10-13 | 3 | -9/+9 |
* | Fix remaining syntax errors (missing semicolons) | peter | 2007-07-05 | 1 | -2/+2 |
* | Add missing \ characters in PSEUDO() macro on arm. Oops. | peter | 2007-07-04 | 1 | -2/+2 |
* | Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudo | peter | 2007-07-04 | 1 | -3/+6 |
* | Adjust the syscall stub macros to be consistent in their meaning. In | peter | 2007-07-04 | 1 | -14/+7 |
* | Fix sbrk.S to use _end symbol the same way brk.s was fixed some time | kan | 2007-06-27 | 1 | -2/+2 |
* | Some libc symbol map cleanups. | deischen | 2007-05-31 | 1 | -4/+0 |
* | Use __mcount() instead of _mcount() to reduce diffs with NetBSD. | cognet | 2007-05-19 | 1 | -1/+1 |
* | Use built-in _end symbol insteadof 'end' for consistency with other | kan | 2007-05-19 | 1 | -2/+2 |
* | Do not declare float_detect_tininess as external if it will be re-delared | kan | 2007-05-19 | 1 | -0/+2 |
* | Do not export 'end' symbol. It is not meant to be visible to outside | kan | 2007-05-16 | 1 | -1/+1 |
* | Remove .mcount from gmon's Symbol map and add it to the appropriate | deischen | 2007-05-13 | 1 | -1/+24 |
* | Use C comments since we now preprocess these files with CPP. | deischen | 2007-04-29 | 1 | -11/+13 |
* | The distinction between quiet and signaling NaN formats is | das | 2007-01-03 | 1 | -0/+23 |
* | Cleanup: we always have to use __error() now, and we shouldn't provide a | cognet | 2006-11-09 | 2 | -58/+1 |
* | Remove a forgotten file. | ru | 2006-11-08 | 1 | -4/+0 |
* | Instead of re-implementing hton[ls] and friends for each arch, add a new MI | cognet | 2006-11-06 | 4 | -198/+0 |
* | Provide definitions suitable for arm big-endian. | cognet | 2006-11-06 | 1 | -0/+5 |
* | If __ARMEB__ is defined, we're already using the network byte order, so | cognet | 2006-08-21 | 4 | -0/+8 |
* | GC old a.out and K&R support. | imp | 2006-05-23 | 1 | -9/+0 |
* | Add each directory's symbol map file to SYM_MAPS. | deischen | 2006-03-13 | 1 | -0/+1 |
* | Add symbol maps and initial symbol version definitions to libc. | deischen | 2006-03-13 | 1 | -0/+66 |
* | Fix a long line in copyright notice. | cognet | 2005-10-03 | 1 | -1/+2 |
* | Add an asm version of strlen() for arm (how useful). | cognet | 2005-10-03 | 2 | -1/+78 |
* | Use the correct values for softfloat, in both the little endian and the big | cognet | 2005-03-20 | 2 | -8/+13 |
* | Define LDBL_NBIT to be a mask indicating the position of the integer | das | 2005-03-07 | 1 | -1/+2 |
* | Update my email address. | das | 2005-02-06 | 1 | -1/+1 |
* | Replace the ldexp() implementation in libc with a renamed copy of the | das | 2005-01-22 | 1 | -155/+0 |
* | Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc. | das | 2005-01-15 | 2 | -5/+4 |
* | Use the RET macro. | cognet | 2004-11-09 | 17 | -52/+52 |
* | Add a week alias __siglongjmp => siglongjmp. | cognet | 2004-11-09 | 1 | -0/+1 |
* | MFKernel: Implement ffs with clz on Xscale. | cognet | 2004-11-07 | 1 | -0/+6 |
* | Don't define SOFTFLOAT directly in source files, it's now done in the Makefile. | cognet | 2004-11-05 | 2 | -2/+1 |
* | Fix signalcontext and makecontext. | cognet | 2004-11-05 | 3 | -14/+17 |
* | Remove getcontext.S, it is not needed. | cognet | 2004-11-05 | 2 | -64/+1 |
* | Import a Makefile for arm. | cognet | 2004-11-05 | 1 | -0/+8 |