aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/powerpc64/gen
Commit message (Expand)AuthorAgeFilesLines
* libc/powerpc64: Fix swapcontext(3)Timothy Pearson2025-07-132-1/+16
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* libc/softfloat: we don't export _fp[gs]et* symbolsBrooks Davis2024-03-131-4/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-018-8/+0
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-251-5/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1613-27/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-125-5/+5
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-123-3/+3
* libc: Remove _get_tp() and _set_tp().John Baldwin2021-12-093-88/+1
* libc: add _get_tp() private functionKonstantin Belousov2021-04-092-1/+49
* [PowerPC64] Fix multiple issues in fpsetmask().Brandon Bergren2021-03-011-3/+3
* [POWERPC] Fix ppc64 makecontext() parameter overflow handling.Brandon Bergren2020-08-061-0/+4
* [PowerPC] Fix *context on ELFv2Brandon Bergren2019-11-162-0/+11
* Remove bogus checks against NCARGS.John Baldwin2018-01-311-1/+1
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2510-8/+28
* libc: make some more use of the nitems() macro.Pedro F. Giffuni2016-04-161-2/+2
* Make unions in PowerPC libc endian-safe.Nathan Whitehorn2016-02-261-2/+15
* Add include for declaration of _set_tp(). Eliminates -Wmissing-prototypes wa...Craig Rodrigues2015-09-201-0/+1
* Save and restore non-volatile floating-point registers during longjmp().Nathan Whitehorn2015-03-083-0/+110
* Remove duplicate copies of trivial getcontextx.cEd Maste2015-01-122-78/+3
* Avoid use of register variables. Clang 3.5 treats this as undefined behavior,Justin Hibbits2015-01-061-2/+1
* Ensure that every ENTRY(foo) has a matching END(foo).Baptiste Daroussin2014-10-015-0/+8
* Revert r253748,253749Andriy Gapon2013-07-281-0/+1
* remove needless inclusion of machine/cpu.h in userlandAndriy Gapon2013-07-281-1/+0
* Remove clause 3 and 4 from TNF licensesEd Maste2013-05-295-35/+0
* The getcontext() from the __fillcontextx() call in theKonstantin Belousov2013-05-281-0/+7
* Do not restore the register holding the TLS pointer when doing variousNathan Whitehorn2012-04-113-3/+0
* Properly resolve the _ctx_start function descriptor (the symbol _ctx_startNathan Whitehorn2012-04-071-1/+1
* Replace the assembler macro WEAK_ALIAS with a new macro WEAK_REFERENCE whichAndreas Tobler2012-02-051-1/+1
* Make the sys/ucontext.h self-contained by changing the return typeKonstantin Belousov2012-02-011-1/+1
* Add API for obtaining extended machine context states that cannot beKonstantin Belousov2012-01-212-1/+70
* Two other places where we can use WEAK_ALIAS.Andreas Tobler2012-01-081-4/+1
* Replace a proliferation of buggy MD implementations of modf() with aDavid Schultz2011-10-212-108/+1
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Turn off default generation of userland dot symbols on powerpc64 now thatNathan Whitehorn2011-02-181-2/+3
* Mark assembler sources from libc as working with non-executable stack.Konstantin Belousov2011-01-145-0/+9
* Provide 64-bit PowerPC support in libc.Nathan Whitehorn2010-07-1018-0/+1318