summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge the same fix for hppa64; reminded by miod@:martynas2011-04-231-2/+2
* Sticky flags are in the left half of fpsr; not the undefined bitsmartynas2011-04-221-2/+2
* Make this code actually compile on hppa64.jsing2011-04-219-79/+79
* Rework setjmp so that it works for hppa64.jsing2011-04-211-67/+67
* Provide reasonable gdtoa headers.jsing2011-04-212-2/+15
* Make SYS.h actually compile on hppa64.jsing2011-04-211-14/+14
* Remove wrong check.ariane2011-04-151-10/+1
* On the a.out architectures, WEAK_ALIAS does an implicit _C_LABEL()deraadt2011-04-093-6/+6
* Fix the previous commit: define ___cerror, no __cerrorguenther2011-04-051-4/+4
* Move __cerror to ___cerror with a weak alias so that rthreads can override it.guenther2011-04-0429-73/+103
* In the original sparc V7 book (and in the v8 book), the divrem leaf code usedderaadt2011-03-122-4/+4
* Provide a WEAK_ALIAS macro in <machine/asm.h> for the few platformsguenther2010-10-015-14/+12
* Provide IRIX-compatible get_fpc_csr() and set_fpc_csr() for mips, althoughmiod2010-09-242-2/+46
* Give little-endian fp on mips a change to be handled correctly.miod2010-01-231-0/+4
* More changes to avoid truncating 64 bit pointers to 32 bits and sign-extendingmiod2009-12-118-69/+69
* Use a local numeric label to branch to the start of the function, instead ofmiod2009-11-011-2/+3
* more rcsid/sccs cleanupderaadt2009-10-2842-223/+18
* teach gdtoa & its subroutines that malloc can fail; in which casemartynas2009-10-161-0/+4
* Add an implementation of IRIX-compatible cacheflush() routine to mips ports,miod2009-09-272-1/+39
* Load symbol address with dla, not la; good thing userland is still limitedmiod2009-07-131-2/+2
* fix rcs ids. ok sthen@martynas2009-06-211-1/+1
* Fix signed vs unsigned issue with memcmp/strncmp where the size parameterdrahn2009-05-032-10/+16
* junk spacederaadt2009-04-291-1/+1
* remove from gen so that lint doesn't check gen if assembly versionsmartynas2009-04-2112-26/+27
* - ldexp implementation has issues. switch to the one from libmmartynas2009-04-1928-3111/+23
* this is not a write-only register. might have caused to optimizemartynas2009-04-051-2/+2
* __isinff and __isnanfmartynas2008-12-122-4/+4
* do the same as was done in mi version: do not include math.h, since isinf,martynas2008-12-122-4/+2
* no spaces allowed in the macro arguments. completely insanity!deraadt2008-12-102-4/+4
* use sys/cdefs.h; pointed out by theomartynas2008-12-1014-28/+28
* use sys/cdefs.hderaadt2008-12-102-4/+3
* these were not neededmartynas2008-12-096-12/+6
* ditto frexpl and ldexplmartynas2008-12-0914-15/+45
* alias fabsl to fabs on these archsmartynas2008-12-097-7/+23
* remove unusedmartynas2008-12-096-201/+0
* - add long double signbitmartynas2008-12-0952-55/+348
* Use large pic asm for access to errno (needed for pie). Originally fromkurt2008-09-291-2/+4
* - replace dtoa w/ David's gdtoa, version 2008-03-15martynas2008-09-07101-11/+2160
* fix apps that use isinff, isnanf; use ieee 754 mi code, as allmartynas2008-07-253-119/+2
* - move isinf, isnan dups to gen, since most is ieee 754martynas2008-07-2458-1168/+376
* clear sign bit, instead of comparing to zero and setting x=-x.martynas2008-07-232-41/+34
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-2623-184/+23
* Use _C_LABEL when appropriate.miod2008-05-2112-38/+40
* Use _PROF_PROLOGUE insteaf of rolling our own.miod2008-05-211-4/+6
* Repair FLT_ROUNDS operation. ok kettenis@miod2007-10-272-6/+6
* Change the syscall invocation sequences to no longer fetch the last fewmiod2007-10-242-8/+2
* "boundries" -> "boundaries" in various comments. Started by Diego Casati.krw2007-05-252-4/+4
* LSRCS should refer to the C source version of asm files 'put it in' deraadt@drahn2007-05-172-4/+4
* Unbreak libc on arm. -mojmaja2007-05-171-2/+2
* fix some lint 'xxx used, but not defined' warnings by properly addingotto2007-05-156-7/+19