summaryrefslogtreecommitdiff
path: root/lib/libc/powerpc/gen
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-03-13libc/softfloat: we don't export _fp[gs]et* symbolsBrooks Davis
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-09-25Purge more stray embedded $FreeBSD$ stringsJohn Baldwin
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2021-12-09libc: Remove _get_tp() and _set_tp().John Baldwin
2021-04-09libc: add _get_tp() private functionKonstantin Belousov
2021-02-28[PowerPC] [PowerPCSPE] Fix multiple issues in fpsetmask().Brandon Bergren
2019-11-23[PowerPC] Fix typo in _ctx_start on ppc32Brandon Bergren
2019-06-25powerpc: Transition to Secure-PLT, like most other OSsJustin Hibbits
2018-01-31Remove bogus checks against NCARGS.John Baldwin
2017-11-25libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-10-25Fix a typo which broke the build for powerpc.Justin Hibbits
2016-10-22Reduce code duplication between powerpc and powerpcspeJustin Hibbits
2016-04-16libc: make some more use of the nitems() macro.Pedro F. Giffuni
2016-02-26Make unions in PowerPC libc endian-safe.Nathan Whitehorn
2015-09-20Add include for declaration of _set_tp(). Eliminates -Wmissing-prototypes wa...Craig Rodrigues
2015-04-08Fix powerpc setjmp FPR saving/restoring.Justin Hibbits
2015-03-08Save and restore non-volatile floating-point registers during longjmp().Nathan Whitehorn
2015-01-12Remove duplicate copies of trivial getcontextx.cEd Maste
2015-01-06Avoid use of register variables. Clang 3.5 treats this as undefined behavior,Justin Hibbits
2014-10-01Ensure that every ENTRY(foo) has a matching END(foo).Baptiste Daroussin
2013-07-28Revert r253748,253749Andriy Gapon
2013-07-28remove needless inclusion of machine/cpu.h in userlandAndriy Gapon
2013-05-28The getcontext() from the __fillcontextx() call in theKonstantin Belousov
2012-05-24Allow building for the PowerPC EABI by providing a dummy __eabi()Marcel Moolenaar
2012-04-11Do not restore the register holding the TLS pointer when doing variousNathan Whitehorn
2012-02-05Replace the assembler macro WEAK_ALIAS with a new macro WEAK_REFERENCE whichAndreas Tobler
2012-02-01Make the sys/ucontext.h self-contained by changing the return typeKonstantin Belousov
2012-01-21Add API for obtaining extended machine context states that cannot beKonstantin Belousov
2012-01-08Two other places where we can use WEAK_ALIAS.Andreas Tobler
2011-10-21Replace a proliferation of buggy MD implementations of modf() with aDavid Schultz
2011-02-21Fix typos - remove duplicate "the".Rebecca Cran
2011-01-14Mark assembler sources from libc as working with non-executable stack.Konstantin Belousov
2010-03-02The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl
2008-09-24Fix some ifdef logic in the libc syncicache() bit that I somehow missed in theNathan Whitehorn
2008-09-24Allow the cacheline size on PowerPC to be set at runtime. This is essential forNathan Whitehorn
2008-02-24Let PowerPC world optionally build with -msoft-float. For FPU-less PowerPCRafal Jaworowski
2007-06-10Fix bogon in previous commit: <machine/cpu.h> is still needed.Marcel Moolenaar
2007-06-10The definition of CACHELINESIZE moved from <machine/cpu.h> toMarcel Moolenaar
2006-09-02Whitespace fix.Marcel Moolenaar
2006-08-30Avoid dead code elimination of the assignment to TP by using inlineMarcel Moolenaar
2005-03-15Remove fpsetsticky(). This was added for SysV compatibility, but dueDavid Schultz
2005-01-22Replace the ldexp() implementation in libc with a renamed copy of theDavid Schultz
2004-08-15Add support for TLS in statically linked programs.Doug Rabson
2004-07-19Add signalcontext, required by KSE.Peter Grehan