| Commit message (Expand) | Author | Age | Files | Lines |
| * | [PowerPC] Fix typo in _ctx_start on ppc32 | Brandon Bergren | 2019-11-23 | 1 | -1/+1 |
| * | powerpc: Transition to Secure-PLT, like most other OSs | Justin Hibbits | 2019-06-25 | 1 | -1/+8 |
| * | Remove bogus checks against NCARGS. | John Baldwin | 2018-01-31 | 1 | -1/+1 |
| * | libc: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-25 | 10 | -8/+28 |
| * | Fix a typo which broke the build for powerpc. | Justin Hibbits | 2016-10-25 | 1 | -1/+1 |
| * | Reduce code duplication between powerpc and powerpcspe | Justin Hibbits | 2016-10-22 | 2 | -8/+10 |
| * | libc: make some more use of the nitems() macro. | Pedro F. Giffuni | 2016-04-16 | 1 | -2/+2 |
| * | Make unions in PowerPC libc endian-safe. | Nathan Whitehorn | 2016-02-26 | 1 | -2/+15 |
| * | Add include for declaration of _set_tp(). Eliminates -Wmissing-prototypes wa... | Craig Rodrigues | 2015-09-20 | 1 | -0/+1 |
| * | Fix powerpc setjmp FPR saving/restoring. | Justin Hibbits | 2015-04-08 | 3 | -108/+108 |
| * | Save and restore non-volatile floating-point registers during longjmp(). | Nathan Whitehorn | 2015-03-08 | 3 | -0/+126 |
| * | Remove duplicate copies of trivial getcontextx.c | Ed Maste | 2015-01-12 | 2 | -78/+4 |
| * | Avoid use of register variables. Clang 3.5 treats this as undefined behavior, | Justin Hibbits | 2015-01-06 | 1 | -2/+1 |
| * | Ensure that every ENTRY(foo) has a matching END(foo). | Baptiste Daroussin | 2014-10-01 | 6 | -0/+9 |
| * | Revert r253748,253749 | Andriy Gapon | 2013-07-28 | 1 | -0/+1 |
| * | remove needless inclusion of machine/cpu.h in userland | Andriy Gapon | 2013-07-28 | 1 | -1/+0 |
| * | The getcontext() from the __fillcontextx() call in the | Konstantin Belousov | 2013-05-28 | 1 | -0/+7 |
| * | Allow building for the PowerPC EABI by providing a dummy __eabi() | Marcel Moolenaar | 2012-05-24 | 2 | -1/+34 |
| * | Do not restore the register holding the TLS pointer when doing various | Nathan Whitehorn | 2012-04-11 | 3 | -3/+0 |
| * | Replace the assembler macro WEAK_ALIAS with a new macro WEAK_REFERENCE which | Andreas Tobler | 2012-02-05 | 1 | -1/+1 |
| * | Make the sys/ucontext.h self-contained by changing the return type | Konstantin Belousov | 2012-02-01 | 1 | -1/+1 |
| * | Add API for obtaining extended machine context states that cannot be | Konstantin Belousov | 2012-01-21 | 2 | -1/+70 |
| * | Two other places where we can use WEAK_ALIAS. | Andreas Tobler | 2012-01-08 | 1 | -2/+1 |
| * | Replace a proliferation of buggy MD implementations of modf() with a | David Schultz | 2011-10-21 | 2 | -108/+1 |
| * | Fix typos - remove duplicate "the". | Rebecca Cran | 2011-02-21 | 1 | -1/+1 |
| * | Mark assembler sources from libc as working with non-executable stack. | Konstantin Belousov | 2011-01-14 | 5 | -0/+9 |
| * | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | Joel Dahl | 2010-03-02 | 5 | -35/+0 |
| * | Fix some ifdef logic in the libc syncicache() bit that I somehow missed in the | Nathan Whitehorn | 2008-09-24 | 1 | -1/+3 |
| * | Allow the cacheline size on PowerPC to be set at runtime. This is essential for | Nathan Whitehorn | 2008-09-24 | 1 | -16/+16 |
| * | Let PowerPC world optionally build with -msoft-float. For FPU-less PowerPC | Rafal Jaworowski | 2008-02-24 | 6 | -0/+12 |
| * | Fix bogon in previous commit: <machine/cpu.h> is still needed. | Marcel Moolenaar | 2007-06-10 | 1 | -0/+1 |
| * | The definition of CACHELINESIZE moved from <machine/cpu.h> to | Marcel Moolenaar | 2007-06-10 | 1 | -1/+1 |
| * | Whitespace fix. | Marcel Moolenaar | 2006-09-02 | 1 | -1/+1 |
| * | Avoid dead code elimination of the assignment to TP by using inline | Marcel Moolenaar | 2006-08-30 | 1 | -2/+2 |
| * | Remove fpsetsticky(). This was added for SysV compatibility, but due | David Schultz | 2005-03-15 | 2 | -58/+1 |
| * | Replace the ldexp() implementation in libc with a renamed copy of the | David Schultz | 2005-01-22 | 1 | -155/+0 |
| * | Add support for TLS in statically linked programs. | Doug Rabson | 2004-08-15 | 2 | -1/+37 |
| * | Add signalcontext, required by KSE. | Peter Grehan | 2004-07-19 | 2 | -1/+104 |
| * | The new program counter should go into the trapframe's srr0 and | Peter Grehan | 2004-07-19 | 1 | -1/+1 |
| * | Replace seven nominally MD implementations of frexp() that are broken | David Schultz | 2004-07-18 | 2 | -57/+1 |
| * | Implement the classification macros isfinite(), isinf(), isnan(), and | David Schultz | 2004-07-09 | 2 | -68/+1 |
| * | makecontext lib call. | Peter Grehan | 2004-03-02 | 3 | -3/+167 |
| * | Fix some aliasing problems. | David Schultz | 2004-02-16 | 1 | -6/+14 |
| * | Add forgotten IEEE functions. The Perl 5.8 port now compiles. | Peter Grehan | 2004-02-12 | 9 | -2/+428 |
| * | Include <stdlib.h> to get abort() prototype. | Peter Grehan | 2004-01-21 | 1 | -0/+2 |
| * | o Implement C99 classification macros isfinite(), isinf(), isnan(), | Mike Barcroft | 2003-02-12 | 1 | -0/+5 |
| * | Implement fpclassify(): | Mike Barcroft | 2003-02-08 | 1 | -0/+3 |
| * | Minimal libc for PowerPC. | Peter Grehan | 2002-12-04 | 10 | -0/+749 |