summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/powerpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* junk spacederaadt2009-04-291-1/+1
* remove from gen so that lint doesn't check gen if assembly versionsmartynas2009-04-211-1/+1
* - ldexp implementation has issues. switch to the one from libmmartynas2009-04-193-450/+2
* use sys/cdefs.h; pointed out by theomartynas2008-12-102-4/+4
* ditto frexpl and ldexplmartynas2008-12-091-1/+4
* alias fabsl to fabs on these archsmartynas2008-12-091-1/+4
* - replace dtoa w/ David's gdtoa, version 2008-03-15martynas2008-09-073-0/+18
* - move isinf, isnan dups to gen, since most is ieee 754martynas2008-07-244-95/+10
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-266-48/+6
* Gently cast to make lint happy.drahn2006-03-311-2/+2
* Be kind to lint, and specify the correct width on these constants.drahn2006-03-313-6/+6
* if we pull in a .S file, we must fake out the lint with a .c filederaadt2005-11-291-0/+1
* zap rcsid.espie2005-08-079-50/+9
* Replace broken frexp() with a working one from FreeBSD. There'smillert2005-02-012-75/+1
* longjmp should not return 0, if longjmp(..., 0) is invoked return 1.drahn2004-03-011-2/+8
* These files are not necessary anymore.miod2003-09-011-29/+0
* Use a logical comparison (unsigned) for pointers. ok drahn@tdeval2003-07-101-2/+2
* terms 3 & 4 cleanup based on "terms" filederaadt2003-06-031-6/+1
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-025-33/+13
* Add Doug Gwyn's portable alloca() for platforms w/o an assemblermillert2003-05-021-0/+1
* Align this char array accessed as double, for paranoia reasons.drahn2003-01-291-3/+4
* Remove some old if 0/if 1 code, it is pointless to keep this in.drahn2002-10-241-16/+1
* kick, kick. Fix these files which did not come from NetBSD, but thedrahn2002-10-0714-6/+375
* clean up ifdefs for PIC, resulting code unchanged.drahn2002-10-071-6/+3
* s/curbrk/__curbrk/ as suggested by art, a few _ASM_LABEL added as appropriate.drahn2002-10-072-14/+14
* Simpler, smaller, more efficient and equivalent.drahn2002-10-071-13/+2
* cerror -> __cerror as suggested by art, with a couple of missing _ASM_LABEL()drahn2002-10-076-10/+10
* make fabs use asm, and license repairderaadt2002-06-171-6/+32
* Sync with netbsd version, adds SOFTFLOAT (not supported) and copyright.drahn2002-05-081-2/+39
* OpenBSD tag.drahn2002-05-081-0/+1
* Add copyright block to this file I wrote long ago.drahn2002-05-081-0/+31
* We need to keep K&R compat macros for some ports where the assemnbler ismillert2002-02-192-6/+21
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-192-21/+6
* rfork() needs a fork.S-like stub as well; ok artderaadt2002-02-171-0/+5
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-65/+65
* sigprocmask should return 0 on success, fixes powerpc ntpdate problem.drahn2002-01-101-0/+1
* change PSEUDO_NOERROR so it is indeed does not set errno.drahn2001-09-201-3/+3
* Add PSEUDO_NOERROR similar to that used by NetBSD.millert2001-09-201-2/+7
* Keep the strings fully quoted.drahn2001-09-111-2/+2
* Use the LBL isnan() and isinf() on all platforms with ieee floating point.millert2001-09-103-27/+69
* Use the LBL frexp() on all platforms with ieee floating point.millert2001-09-101-15/+28
* Fix the __infinity constant on powerpc.drahn2001-08-251-4/+4
* PowerPC is big endian, not little endian. This fixes isinf() and isnan()drahn2001-05-111-9/+10
* Properly implement errno handling for the threaded libc (libc_r)drahn2000-11-261-17/+3
* weaken syscall symbols in libc by defaultd2000-10-061-11/+1
* $OpenBSD$todd2000-03-016-7/+11
* replace the stub ieeefp functions with the real working functions,rahnds1999-07-238-45/+318
* changes required for powerpc libc_r support.rahnds1999-06-151-4/+9
* replacement pipe() system call; copies data into place inside kernel, soderaadt1999-06-071-16/+0
* missing parts from last commitmillert1999-04-251-1/+1