summaryrefslogtreecommitdiffstats
path: root/lib/libc/arm
Commit message (Expand)AuthorAgeFilesLines
* Make the sys/ucontext.h self-contained by changing the return typekib2012-02-011-1/+1
* Add API for obtaining extended machine context states that cannot bekib2012-01-212-1/+70
* Don't inline fenv.h functions on arm for now. Inlining makes sense:das2012-01-201-0/+2
* Implement FLT_ROUNDS for arm. Some (all?) arm FPUs lack support fordas2012-01-162-1/+64
* Convert softfloat to use the standard exception flag and rounding macrosdas2012-01-161-14/+14
* Correct some bugs that resulted from arm/_fpmath.h being blindly copieddas2012-01-161-1/+2
* Merge index() and strchr() together.ed2012-01-031-4/+3
* Replace a proliferation of buggy MD implementations of modf() with adas2011-10-213-109/+1
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-024-28/+0
* Remove unneeded stdlib directories.ed2009-06-231-4/+0
* - Eliminate extra subcs instruction. I have not noticed before that westas2009-06-211-2/+1
* - Fix strncmp on arm. Return 0 as result without performing thestas2009-06-211-5/+9
* Use GCC's __SOFTFP__ to test whether we're being compiledmarcel2009-05-313-10/+8
* revert r191633; this breaks at91 & xscale (likely all arm)sam2009-05-061-4/+4
* Change the test at the beginning of strncmp(), from being if (len - 1) < 0cognet2009-04-281-4/+4
* These warnings are only relevant on NetBSD it seems. They don't seemimp2009-02-191-3/+0
* Add support for the FPA floating-point format on ARM. Themarcel2008-12-232-3/+14
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.ed2008-11-091-2/+1
* Let libstand(3) build on ARM.raj2008-10-141-0/+4
* Arrange so that the NaN returned by strtod("nan", NULL) is the same asdas2007-12-161-4/+4
* Unbreak arm build by removing duplicate symbols.cognet2007-10-181-8/+0
* MFKernel: do not use __XSCALE__ to detect if clz/pld/ldrd/strd arecognet2007-10-133-9/+9
* Fix remaining syntax errors (missing semicolons)peter2007-07-051-2/+2
* Add missing \ characters in PSEUDO() macro on arm. Oops.peter2007-07-041-2/+2
* Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudopeter2007-07-041-3/+6
* Adjust the syscall stub macros to be consistent in their meaning. Inpeter2007-07-041-14/+7
* Fix sbrk.S to use _end symbol the same way brk.s was fixed some timekan2007-06-271-2/+2
* Some libc symbol map cleanups.deischen2007-05-311-4/+0
* Use __mcount() instead of _mcount() to reduce diffs with NetBSD.cognet2007-05-191-1/+1
* Use built-in _end symbol insteadof 'end' for consistency with otherkan2007-05-191-2/+2
* Do not declare float_detect_tininess as external if it will be re-delaredkan2007-05-191-0/+2
* Do not export 'end' symbol. It is not meant to be visible to outsidekan2007-05-161-1/+1
* Remove .mcount from gmon's Symbol map and add it to the appropriatedeischen2007-05-131-1/+24
* Use C comments since we now preprocess these files with CPP.deischen2007-04-291-11/+13
* The distinction between quiet and signaling NaN formats isdas2007-01-031-0/+23
* Cleanup: we always have to use __error() now, and we shouldn't provide acognet2006-11-092-58/+1
* Remove a forgotten file.ru2006-11-081-4/+0
* Instead of re-implementing hton[ls] and friends for each arch, add a new MIcognet2006-11-064-198/+0
* Provide definitions suitable for arm big-endian.cognet2006-11-061-0/+5
* If __ARMEB__ is defined, we're already using the network byte order, socognet2006-08-214-0/+8
* GC old a.out and K&R support.imp2006-05-231-9/+0
* Add each directory's symbol map file to SYM_MAPS.deischen2006-03-131-0/+1
* Add symbol maps and initial symbol version definitions to libc.deischen2006-03-131-0/+66
* Fix a long line in copyright notice.cognet2005-10-031-1/+2
* Add an asm version of strlen() for arm (how useful).cognet2005-10-032-1/+78
* Use the correct values for softfloat, in both the little endian and the bigcognet2005-03-202-8/+13
* Define LDBL_NBIT to be a mask indicating the position of the integerdas2005-03-071-1/+2
* Update my email address.das2005-02-061-1/+1
* Replace the ldexp() implementation in libc with a renamed copy of thedas2005-01-221-155/+0
OpenPOWER on IntegriCloud