summaryrefslogtreecommitdiff
path: root/lib/libc/arch
AgeCommit message (Expand)Author
2000-07-25Store the whole 64-bit pointer...mycroft
2000-07-25Use cpp comment style.mycroft
2000-07-25Make __dtoul() actually DTRT. The calling convention was totally wrong, andmycroft
2000-07-24Offset the %i2 stack slot from %sp, not %fp. Otherwise we may modify themycroft
2000-07-24There's no good reason not to assume a 64-bit stack here.mycroft
2000-07-24Don't bother saving %f16-%f31, since we don't use them.mycroft
2000-07-24_errno -> __errnomycroft
2000-07-23Just use a store/load pair to get the pattern into the FP reg. This eliminatesmycroft
2000-07-23Fix stack BIAS issues.eeh
2000-07-21Update some more assembly code for PIC issues.eeh
2000-07-18Fix PIC bugs.eeh
2000-07-15Revert previous change -- turned out I'd got my build environment in a twist.bjh21
2000-07-15Add fixunssfsi and fixunsdfsi. These are provided by libgcc2.c in GCC 2.95,bjh21
2000-07-08Block align pointer *AFTER* fixing up possible stack bias.eeh
2000-07-07Add special treatment of shmat(2).itohy
2000-07-04Missed in previous: replace the previously used _brk label with an ordinarykleink
2000-07-01Fix a major botch in 1.4 (which I did not do) which broke _brk and malloc.matt
2000-06-30Fix some bugs and clean up for ELF & a.out supportmatt
2000-06-29sync with libkern version; <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-28Make these work with either a.out or ELF.matt
2000-06-26Need an internal name for fork().kleink
2000-06-26Add a _SYSCALL(entry,syscall) macro like the one found on otherkleink
2000-06-26Thinko in previous: we do always use an internal name.kleink
2000-06-23Add internal names for brk() and sbrk().kleink
2000-06-23Delete the leftover _brk entry; as discussed with Ragge.kleink
2000-06-14sweep of my licenses (userland files w/o only my copyright) forcgd
2000-06-14fix up NetBSD RCS Ids to match the standard, and the leading comment ascgd
2000-06-09movstrSI*() for gcc -Osmsaitoh
2000-06-06Add softfloat glue for sh3.tsubai
2000-06-06Initial commit of SoftFloat 2a import. This should provide a sensiblebjh21
2000-05-29Make __cerror be LEAF_NOPROFILE. I relies upon having v0 and v1 be unchangedcastor
2000-05-09Initial commit of arm26 portbjh21
2000-04-25Fix unaligned accesses more correctly.erh
2000-04-25Fix unaligned accesses.erh
2000-04-20Add missing files.tsubai
2000-04-18Fix alignment of __nanf and __infinity. Fixes PR9925.mark
2000-04-03Clean up.mycroft
2000-04-03Clean up.mycroft
2000-04-03Repair syscall stubs that were not updated when the cerror interface wasmycroft
2000-03-27fill delay slots (from Klaus Klein)msaitoh
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-24Missed in end -> _end cleanup.kleink
2000-02-23For consistency with all other ports, clear errno in the prologue to thekleink
2000-02-22Fix bogons.mycroft
2000-02-22Do the minimum work to make this compile with -Werror.mycroft