summaryrefslogtreecommitdiffstats
path: root/lib/libc/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Revert r253748,253749avg2013-07-281-0/+1
* remove needless inclusion of machine/cpu.h in userlandavg2013-07-281-1/+0
* The getcontext() from the __fillcontextx() call in thekib2013-05-281-0/+7
* Rework the __vdso_* symbols attributes to only make the symbols weak,kib2013-01-302-0/+50
* Doh... Don't add __eabi to an old version tag (i.e. FBSD_1.0). Add it to themarcel2012-05-251-1/+4
* Allow building for the PowerPC EABI by providing a dummy __eabi()marcel2012-05-243-1/+35
* Do not restore the register holding the TLS pointer when doing variousnwhitehorn2012-04-113-3/+0
* Replace the assembler macro WEAK_ALIAS with a new macro WEAK_REFERENCE whichandreast2012-02-052-17/+17
* Make the sys/ucontext.h self-contained by changing the return typekib2012-02-011-1/+1
* Add API for obtaining extended machine context states that cannot bekib2012-01-212-1/+70
* Two other places where we can use WEAK_ALIAS.andreast2012-01-081-2/+1
* Use the macro WEAK_ALIAS. Tested on 32 and 64-bit.andreast2012-01-061-10/+5
* Replace a proliferation of buggy MD implementations of modf() with adas2011-10-213-109/+1
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Mark assembler sources from libc as working with non-executable stack.kib2011-01-1412-1/+22
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-025-35/+0
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.ed2008-11-091-2/+1
* Fix some ifdef logic in the libc syncicache() bit that I somehow missed in thenwhitehorn2008-09-241-1/+3
* Allow the cacheline size on PowerPC to be set at runtime. This is essential fornwhitehorn2008-09-241-16/+16
* Add support files for compiling with soft-float. This has beenmarcel2008-04-273-0/+448
* Let PowerPC world optionally build with -msoft-float. For FPU-less PowerPCraj2008-02-246-0/+12
* Fix build from errors exposed with recent version_gen.awk commit.grehan2007-10-181-2/+1
* Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudopeter2007-07-041-4/+5
* Fix bogon in previous commit: <machine/cpu.h> is still needed.marcel2007-06-101-0/+1
* The definition of CACHELINESIZE moved from <machine/cpu.h> tomarcel2007-06-101-1/+1
* Some libc symbol map cleanups.deischen2007-05-311-4/+0
* I guess powerpc needs vfork(), add it to the symbol list.deischen2007-05-141-0/+1
* Remove .mcount from gmon's Symbol map and add it to the appropriatedeischen2007-05-131-0/+1
* Use C comments since we now preprocess these files with CPP.deischen2007-04-291-9/+11
* The distinction between quiet and signaling NaN formats isdas2007-01-031-0/+21
* Instead of re-implementing hton[ls] and friends for each arch, add a new MIcognet2006-11-065-158/+0
* Whitespace fix.marcel2006-09-021-1/+1
* Avoid dead code elimination of the assignment to TP by using inlinemarcel2006-08-301-2/+2
* Add each directory's symbol map file to SYM_MAPS.deischen2006-03-131-1/+1
* Add symbol maps and initial symbol version definitions to libc.deischen2006-03-131-0/+60
* Remove fpsetsticky(). This was added for SysV compatibility, but duedas2005-03-152-58/+1
* Define LDBL_NBIT to be a mask indicating the position of the integerdas2005-03-071-0/+1
* Update my email address.das2005-02-061-1/+1
* Replace the ldexp() implementation in libc with a renamed copy of thedas2005-01-221-155/+0
* Add a file missed in the previous commit:das2005-01-151-0/+5
* Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc.das2005-01-151-4/+0
* Add support for TLS in statically linked programs.dfr2004-08-152-1/+37
* Fix printing of long doubles to match the size thatgallatin2004-07-192-11/+8
* Add signalcontext, required by KSE.grehan2004-07-192-1/+104
* The new program counter should go into the trapframe's srr0 andgrehan2004-07-191-1/+1
* Replace seven nominally MD implementations of frexp() that are brokendas2004-07-182-57/+1
* Implement the classification macros isfinite(), isinf(), isnan(), anddas2004-07-092-68/+1
* makecontext lib call.grehan2004-03-023-3/+167
* Fix some aliasing problems.das2004-02-161-6/+14
* Add forgotten IEEE functions. The Perl 5.8 port now compiles.grehan2004-02-129-2/+428
OpenPOWER on IntegriCloud