summaryrefslogtreecommitdiff
path: root/lib/libc/arch/powerpc
AgeCommit message (Expand)Author
2001-11-30Add assembler version of strlen.mjl
2001-11-30Outifdef some stuff not needed in the _KERNEL case.mjl
2001-11-29Make this work in kernel space too.mjl
2001-11-25Add PPC assembler routines for ffs(3), bzero(3) and memset(3).mjl
2001-11-07fix for -Wshadowmjl
2001-08-27Ansi'fy. (to make this compile under -Wstrict-prototypes)matt
2001-07-20Add a __clone(3) entry point for powerpc.tsubai
2001-06-18Compile in soft-float support if MKSOFTFLOAT != "no".simonb
2001-05-25Correct input and output of asm.tsubai
2001-05-25Handle soft-float case, code from David Querbach of Real-Time Systems Inc.simonb
2001-05-25Handle soft-float case, from the arm flt_rounds.c.simonb
2001-05-25Softfloat support files for PowerPC.simonb
2001-02-09De-lint. Reviewed by christos.wiz
2001-02-08Add some casts to make lint shut up. Reviewed by christos.wiz
2001-01-26delint (variable is only used for size, so make if size_t instead of int).wiz
2000-12-13This should convert to syscall but that's too hard. So punt. XXXmatt
2000-09-28Need an internal name for pipe(2).kleink
2000-09-13check LIBC_SCCSmsaitoh
2000-07-07Add special treatment of shmat(2).itohy
2000-06-29sync with libkern version; <vm/vm.h> -> <uvm/uvm_extern.h>mrg
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-06-14fix up NetBSD RCS Ids to match the standard, and the leading comment ascgd
2000-03-13Fix doubled 'the's.soren
2000-03-06Add ISO C99 long long integer general utility interfaces; partially addresseskleink
2000-02-24Missed in end -> _end cleanup.kleink
2000-02-23For consistency with all other ports, clear errno in the prologue to thekleink
2000-01-27Support *__errno() indirection.kleink
2000-01-22Delint.mycroft
1999-12-23C99: Define a NAN macro in <math.h> which evaulates to a constant expression ofkleink
1999-08-30Another microoptimization. Take advantage of the addition already having setmycroft
1999-08-30Reuse the trick of loading 0.0 (rather than 1.0) and then modifying themycroft
1999-08-30Remove more unused mulexp variables.augustss
1999-08-29ldexp(denormal, exp>1023) would generate the wrong result in all non-overflowmycroft
1999-08-29Don't ever return -0.0.mycroft
1999-08-29Minor style change.mycroft
1999-08-29Trivial KNF.mycroft
1999-08-29Make the C version of frexp() consitent across platforms, and handle themycroft
1999-08-29Separate isnan() into a separate module, and make isinf()/isnan() use ieee.h.mycroft
1999-08-25Add __msgctl13(), __semctl13(), and __shmctl13() (symbols are __RENAME()'dthorpej
1999-07-07add the ieeefp functionsdanw
1999-07-07mark an asm statement volatile so it doesn't get optimized outdanw
1999-05-05* Add getcachelinesize() prototype.tsubai
1999-04-17Modify syncicache on PowerPC from an inline to a real function.ws
1999-03-31Change references to `end' to `_end' as not to invade (or being invaded by)kleink
1999-03-10Just some minor cleanup.mycroft
1999-03-10Use ieee.h structs and macros.mycroft
1999-01-15Move the bswap functions from libutil to libc (this bups thebouyer
1999-01-14* On architectures using ELF, and conditionally on those in transition, renamekleink