summaryrefslogtreecommitdiff
path: root/lib/libc/arch/powerpc
AgeCommit message (Expand)Author
2003-11-23s/!=/==/scw
2003-11-21Don't compile fp*.c if doing a soft-float build.scw
2003-10-25Add __infinityf and __infinityl, float respectively long double analogskleink
2003-10-24* Since there is no single portable IEEE 754 format for a long double,kleink
2003-10-09Update to use symbolic register names.kleink
2003-10-03Convert to use register prefixes.kleink
2003-09-27Remove __LIBC12_SOURCEmatt
2003-09-27Invoke the proper signal trampoline depending on SA_SIGINFO.matt
2003-09-25Add siginfo signal trampoline.matt
2003-08-11export size_t __getcachelinesize(void) for memset()matt
2003-08-01Rework how dependency generation is performed:lukem
2003-07-26netbsd.org->NetBSD.orgsalo
2003-05-17Build _isinfl() and _isnanl().thorpej
2003-05-12Rename ieee754_function.c to function_ieee754.c, following the conventionkleink
2003-05-12Build {h,n}to{n,h}{l,s}() into object code; addresses PR port-macppc/21541kleink
2003-04-07Make sure we reference getcontext() by its internal name.kleink
2003-03-15Make it work on cpus with cachelinesize < 32.hannken
2003-02-13Implement pthread_atfork() (in libc, because the required threadlibnathanw
2003-01-18Merge the nathanw_sa branch.thorpej
2002-11-26Need <stdlib.h> for abort() prototype.thorpej
2002-08-09Add a missing register prefix, noted by Makoto Fujiwara on the port-macppcbriggs
2002-07-30Convert to use register prefixes. (0 -> %r0, etc.)matt
2002-07-10Enable the libc-provided signal trampoline. The old __sigaction14thorpej
2002-07-09New __sigaction14() system call stub which registers the signalthorpej
2002-05-29Fix conflict in definitions.eeh
2002-05-26Revert previous: .S files are currently compiled with -traditional-cpp,wiz
2002-05-26__STDC__ is always defined on NetBSD.wiz
2002-05-12Add SIGFPE support to SoftFloat, so fpsetmask/fpgetmask now work. A newbjh21
2002-05-06Consistently declare the types of float_rounding_mode and float_exception_flagsbjh21
2002-04-21All the versions of softfloat-specialize were practically identical, so replacebjh21
2002-03-28Add sync before isync since the MPC74xx require it.matt
2002-03-26Use size_t in prototype (so this will be LP64 clean for PPC64 someday).matt
2002-03-18make compile with _STANDALONEdbj
2002-03-13Remove leftover debug code. Oops.eeh
2002-03-12Use new CPU_CACHEINFO sysctl to get more detailed information abouteeh
2002-02-22Do without stfiwx; per PEM32 Rev. 1 it's an optional part of the UISA,kleink
2002-02-20Add bzero.S and strlen.S to the stuff that gets installed in libkern.eeh
2002-02-19Clean up some rampant code duplication wrt ieee number handling:simonb
2002-01-14* Add WSYSCALL() to SYS.h, which creates a system call with anthorpej
2002-01-13Add internal names for fp{get,set}{mask,round,sticky}(), andthorpej
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