summaryrefslogtreecommitdiff
path: root/lib/libc/arch/mips
AgeCommit message (Expand)Author
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
1998-09-28sigaction() that calls the compat syscall (jonathan forgot to commit this).thorpej
1998-09-27mips libc stubs for sig*14 signal API (128bit sigset_t),jonathan
1998-07-26const poisoning.mycroft
1998-07-25From Arne Juul <arnej@math.ntnu.no>:jonathan
1998-05-28Remove single ' from comment to keep cross-assemblers happy; fixes PR 5451.simonb
1998-02-25change second parm of sysarch() from char * to void *perry
1998-01-04Add syscall stubs for __vfork14(). These are basically copies of Ovfork.Sthorpej
1997-12-05Use __sigaltstack14(), not sigaltstack().thorpej
1997-11-05A foolish consistency... gen, net, and string all get MD sourcescgd
1997-10-20Pull up endian-independent changes from locore, userland bcopy.S.jonathan