summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/mips64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove lint leftovers; ok guenther@okan2012-09-042-4/+2
* these are no longer used; ok guentherderaadt2012-09-041-57/+0
* Do not use <machine/float.h>, that is an deformed BSD-ism.deraadt2012-06-251-2/+2
* __tfork() needs to set the stack address of the new thread in the kernel,guenther2012-06-211-8/+6
* alloca.c cannot be usedderaadt2012-04-121-3/+1
* remove rfork(); ok guenther miodderaadt2012-04-121-57/+0
* Move __tfork_thread() from rthreads (libpthread) to libc so thatguenther2012-03-221-0/+80
* sigstack() is long dead, and the compat sigaltstack syscall is gone too.guenther2011-11-221-2/+2
* Revert (leaving the complex math part alone). Some stuff is dependingmartynas2011-07-083-2/+119
* Kill weak `cerror' alias, it's colliding with the userland namespace. Noticedmiod2011-07-081-2/+1
* Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingmartynas2011-07-083-119/+2
* 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-0412-27/+33
* Provide a WEAK_ALIAS macro in <machine/asm.h> for the few platformsguenther2010-10-011-3/+3
* 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-282-10/+0
* 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
* these were not neededmartynas2008-12-091-2/+1
* ditto frexpl and ldexplmartynas2008-12-091-1/+2
* - add long double signbitmartynas2008-12-096-6/+38
* - replace dtoa w/ David's gdtoa, version 2008-03-15martynas2008-09-0711-4/+227
* 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-244-30/+81
* if we pull in a .S file, we must fake out the lint with a .c filederaadt2005-11-291-1/+2
* zap rcsid.espie2005-08-0736-174/+36
* Replace broken frexp() with a working one from FreeBSD. There'smillert2005-02-012-76/+2
* fix a couple of wrongly used li's instead of dli's. spotted by as@gnu ;)pefo2004-10-181-3/+3
* convert to 64 bitpefo2004-10-021-97/+55
* convert to 64 bitpefo2004-10-021-19/+13
* ABI compliant register namespefo2004-09-151-19/+19
* setjmp now passes all regress tests.pefo2004-09-103-11/+17
* mips64 is now going ABI64 and shared library support!pefo2004-09-0929-114/+270
* 32 -> 64 bit cleanups but no optimizations yetpefo2004-09-0712-42/+47
* remove single 'pefo2004-08-151-2/+2
* Move mips to mips64pefo2004-08-1144-0/+2551