summaryrefslogtreecommitdiff
path: root/lib/libc/arch/mips
AgeCommit message (Expand)Author
2001-10-19Remove files beginning with ":", which is invalid on other host OS'stv
2001-07-20Duh, call the clone's entry point w/ jal, so that when it returns,thorpej
2001-07-17Cosmetic change.thorpej
2001-07-17Add a __clone(2) entry point.thorpej
2001-02-27make these more amenable to being copied into libkern. (Gee, why wasn'tcgd
2001-02-27pull up <machine/endian.h> and use BYTE_ORDER to decide endianness,cgd
2000-12-13Remove all the .abicalls assembler directives - "SYS.h" already has that.simonb
2000-12-13Another bare minimum __syscall.simonb
2000-10-10Make memcpy and memmove use bcopy assembly for mips. Tweak forward copyjeffs
2000-09-28Need an internal name for pipe(2).kleink
2000-07-07Add special treatment of shmat(2).itohy
2000-07-04Missed in previous: replace the previously used _brk label with an ordinarykleink
2000-06-26Need an internal name for fork().kleink
2000-06-26Thinko in previous: we do always use an internal name.kleink
2000-06-23Add internal names for brk() and sbrk().kleink
2000-05-29Make __cerror be LEAF_NOPROFILE. I relies upon having v0 and v1 be unchangedcastor
2000-03-23Do a little rearrangement here. No functional change, but it's a littlemycroft
2000-03-13Fix doubled 'the's.soren
2000-03-06Add ISO C99 long long integer general utility interfaces; partially addresseskleink
2000-03-05remove unused files (MIPS SOFTFLOAT).shin
2000-03-05remove MIPS SOFTFLOAT.shin
2000-02-25Remove pointless #ifdef.mycroft
2000-02-22Fix bogons.mycroft
2000-02-22Do the minimum work to make this compile with -Werror.mycroft
2000-02-22Do the minimum work to make this compile with -Werror.mycroft
2000-01-22Delint.mycroft
1999-12-26fix name space pollution by adding prefix '_mips_'.shin
1999-12-23C99: Define a NAN macro in <math.h> which evaulates to a constant expression ofkleink
1999-10-11remove extra lw (SOFTFLOAT)shin
1999-10-11adjust #endif position (SOFTFLOAT)shin
1999-09-29Hpcmips needs completely FPU instruction free user land.takemura
1999-09-16Import NetBSD/hpcmips source files from hpcmips repository.takemura
1999-08-29Use C versions of isinf() and isnan(). The assembler code is basicallymycroft
1999-08-29Trivial KNF.mycroft
1999-08-29Make the C version of frexp() consitent across platforms, and handle themycroft
1999-08-29Use ieee.h.mycroft
1999-08-25Add __msgctl13(), __semctl13(), and __shmctl13() (symbols are __RENAME()'dthorpej
1999-03-31Change references to `end' to `_end' as not to invade (or being invaded by)kleink
1999-03-15Assembly-coded, word-at-a-time unrolled memset().jonathan
1999-02-05_setjmp.S needs OFFSETOF_SC_{FP,}REGS, so include <machine/signal.h>jonathan
1999-01-31Regularize with removal of genpubassym.cf. Structure offsetscastor
1999-01-18* Fix typo in Makefile.inc -- byte_swap_2.4 -> byte_swap_4.Scastor
1999-01-15Move the bswap functions from libutil to libc (this bups thebouyer
1999-01-15Userland support for 64-bit safe sigcontexts.castor
1999-01-14* On architectures using ELF, and conditionally on those in transition, renamekleink
1999-01-10s/vm_offset_t/vaddr_t/simonb
1998-12-02Warn about references to the compatibility vfork() (i.e. the vfork() withthorpej
1998-12-02Warn about references to the compatibility() sigaction(), sigpending(),thorpej
1998-11-14delintchristos
1998-10-13Need internal names for isinf() and isnan().kleink