summaryrefslogtreecommitdiff
path: root/lib/libc/arch
AgeCommit message (Expand)Author
2010-10-01Provide a WEAK_ALIAS macro in <machine/asm.h> for the few platformsPhilip Guenthe
2010-09-24Provide IRIX-compatible get_fpc_csr() and set_fpc_csr() for mips, althoughMiod Vallat
2010-01-23Give little-endian fp on mips a change to be handled correctly.Miod Vallat
2009-12-11More changes to avoid truncating 64 bit pointers to 32 bits and sign-extendingMiod Vallat
2009-11-01Use a local numeric label to branch to the start of the function, instead ofMiod Vallat
2009-10-28more rcsid/sccs cleanupTheo de Raadt
2009-10-16teach gdtoa & its subroutines that malloc can fail; in which caseMartynas Venckus
2009-09-27Add an implementation of IRIX-compatible cacheflush() routine to mips ports,Miod Vallat
2009-07-13Load symbol address with dla, not la; good thing userland is still limitedMiod Vallat
2009-06-21fix rcs ids. ok sthen@Martynas Venckus
2009-05-03Fix signed vs unsigned issue with memcmp/strncmp where the size parameterDale Rahn
2009-04-29junk spaceTheo de Raadt
2009-04-21remove from gen so that lint doesn't check gen if assembly versionsMartynas Venckus
2009-04-19- ldexp implementation has issues. switch to the one from libmMartynas Venckus
2009-04-05this is not a write-only register. might have caused to optimizeMartynas Venckus
2008-12-12__isinff and __isnanfMartynas Venckus
2008-12-12do the same as was done in mi version: do not include math.h, since isinf,Martynas Venckus
2008-12-10no spaces allowed in the macro arguments. completely insanity!Theo de Raadt
2008-12-10use sys/cdefs.h; pointed out by theoMartynas Venckus
2008-12-10use sys/cdefs.hTheo de Raadt
2008-12-09these were not neededMartynas Venckus
2008-12-09ditto frexpl and ldexplMartynas Venckus
2008-12-09alias fabsl to fabs on these archsMartynas Venckus
2008-12-09remove unusedMartynas Venckus
2008-12-09- add long double signbitMartynas Venckus
2008-09-29Use large pic asm for access to errno (needed for pie). Originally fromKurt Miller
2008-09-07- replace dtoa w/ David's gdtoa, version 2008-03-15Martynas Venckus
2008-07-25fix apps that use isinff, isnanf; use ieee 754 mi code, as allMartynas Venckus
2008-07-24- move isinf, isnan dups to gen, since most is ieee 754Martynas Venckus
2008-07-23clear sign bit, instead of comparing to zero and setting x=-x.Martynas Venckus
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-05-21Use _C_LABEL when appropriate.Miod Vallat
2008-05-21Use _PROF_PROLOGUE insteaf of rolling our own.Miod Vallat
2007-10-27Repair FLT_ROUNDS operation. ok kettenis@Miod Vallat
2007-10-24Change the syscall invocation sequences to no longer fetch the last fewMiod Vallat
2007-05-25"boundries" -> "boundaries" in various comments. Started by Diego Casati.Kenneth R Westerback
2007-05-17LSRCS should refer to the C source version of asm files 'put it in' deraadt@Dale Rahn
2007-05-17Unbreak libc on arm. -mojMats O Jansson
2007-05-15fix some lint 'xxx used, but not defined' warnings by properly addingOtto Moerbeek
2007-03-02Move landisk to hardware floating point. At the moment the FPU context isMiod Vallat
2007-02-12from FreeBSD via Jung (moorang at gmail), fix obvious typo in __fpu_ftox()Jason Wright
2006-12-23please gccTheo de Raadt
2006-11-14Do not use fpu in the softfloat case. Fixes lib/libc/ieeefp/roundOtto Moerbeek
2006-11-13missing ;Otto Moerbeek
2006-11-12fix infinity, taking into account endianess. ok drahn@ miod@Otto Moerbeek
2006-11-07Load the syscall number into the scratch register (r12) so that we dontDale Rahn
2006-11-07Build the correct arch softfloat code.Dale Rahn
2006-11-07forgot to commit the new files for sh softfloat support.Dale Rahn
2006-11-06Move (back) to softfloat on sh for now.Dale Rahn
2006-11-03Dont double fork, and since the assembles the same, use -1, instead of 0xffDale Rahn