aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
* Add support files for compiling with soft-float. This has beenMarcel Moolenaar2008-04-273-0/+448
* Let PowerPC world optionally build with -msoft-float. For FPU-less PowerPCRafal Jaworowski2008-02-246-0/+12
* Fix build from errors exposed with recent version_gen.awk commit.Peter Grehan2007-10-181-2/+1
* Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudoPeter Wemm2007-07-041-4/+5
* Fix bogon in previous commit: <machine/cpu.h> is still needed.Marcel Moolenaar2007-06-101-0/+1
* The definition of CACHELINESIZE moved from <machine/cpu.h> toMarcel Moolenaar2007-06-101-1/+1
* Some libc symbol map cleanups.Daniel Eischen2007-05-311-4/+0
* I guess powerpc needs vfork(), add it to the symbol list.Daniel Eischen2007-05-141-0/+1
* Remove .mcount from gmon's Symbol map and add it to the appropriateDaniel Eischen2007-05-131-0/+1
* Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-9/+11
* The distinction between quiet and signaling NaN formats isDavid Schultz2007-01-031-0/+21
* Instead of re-implementing hton[ls] and friends for each arch, add a new MIOlivier Houchard2006-11-065-158/+0
* Whitespace fix.Marcel Moolenaar2006-09-021-1/+1
* Avoid dead code elimination of the assignment to TP by using inlineMarcel Moolenaar2006-08-301-2/+2
* Add each directory's symbol map file to SYM_MAPS.Daniel Eischen2006-03-131-1/+1
* Add symbol maps and initial symbol version definitions to libc.Daniel Eischen2006-03-131-0/+60
* Remove fpsetsticky(). This was added for SysV compatibility, but dueDavid Schultz2005-03-152-58/+1
* Define LDBL_NBIT to be a mask indicating the position of the integerDavid Schultz2005-03-071-0/+1
* Update my email address.David Schultz2005-02-061-1/+1
* Replace the ldexp() implementation in libc with a renamed copy of theDavid Schultz2005-01-221-155/+0
* Add a file missed in the previous commit:David Schultz2005-01-151-0/+5
* Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc.David Schultz2005-01-151-4/+0
* Add support for TLS in statically linked programs.Doug Rabson2004-08-152-1/+37
* Fix printing of long doubles to match the size thatAndrew Gallatin2004-07-192-11/+8
* Add signalcontext, required by KSE.Peter Grehan2004-07-192-1/+104
* The new program counter should go into the trapframe's srr0 andPeter Grehan2004-07-191-1/+1
* Replace seven nominally MD implementations of frexp() that are brokenDavid Schultz2004-07-182-57/+1
* Implement the classification macros isfinite(), isinf(), isnan(), andDavid Schultz2004-07-092-68/+1
* makecontext lib call.Peter Grehan2004-03-023-3/+167
* Fix some aliasing problems.David Schultz2004-02-161-6/+14
* Add forgotten IEEE functions. The Perl 5.8 port now compiles.Peter Grehan2004-02-129-2/+428
* Include <stdlib.h> to get abort() prototype.Peter Grehan2004-01-211-0/+2
* Define LDBL_MANH_SIZE and LDBL_MANL_SIZE to be the sizes of theDavid Schultz2004-01-181-0/+3
* - Put manh/manl bitfields into correct-sized integral type.Peter Grehan2003-12-101-5/+4
* Add the mlockall() and munlockall() system calls.Bruce M Simpson2003-08-111-1/+1
* Add a comment describing why it's important for the values in thisDavid Schultz2003-05-081-0/+7
* Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa().David Schultz2003-04-051-0/+8
* Replace our ancient dtoa/strtod implementation with the gdtoaDavid Schultz2003-03-122-0/+14
* o Implement C99 classification macros isfinite(), isinf(), isnan(),Mike Barcroft2003-02-121-0/+5
* Implement fpclassify():Mike Barcroft2003-02-082-0/+43
* We don't need our own personal definition of __CONCAT.David E. O'Brien2003-01-181-4/+1
* Minimal libc for PowerPC.Peter Grehan2002-12-0418-0/+1149
* _C_LABEL -> CNAMEBenno Rice2002-05-171-14/+14
* Flesh this out, based on the NetBSD version.Benno Rice2002-05-171-10/+41
* Grow RSYSCALL.David E. O'Brien2002-05-151-0/+4
* Blah, fix stupid syntax error.David E. O'Brien2002-05-151-1/+1
* host-network order conversion routines.David E. O'Brien2002-05-155-0/+158
* Beginnings of syscall bits for PowerPC. These are no doubtedly wrong,David E. O'Brien2002-05-151-0/+43