aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/powerpc64
Commit message (Expand)AuthorAgeFilesLines
* MFC r304928:Konstantin Belousov2016-09-032-68/+1
* 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
* Rework the __vdso_* symbols attributes to only make the symbols weak,Konstantin Belousov2013-01-302-0/+50
* 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-052-17/+17
* 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
* This commit adds profiling support for powerpc64. Now we can do applicationAndreas Tobler2012-01-201-1/+1
* Two other places where we can use WEAK_ALIAS.Andreas Tobler2012-01-081-4/+1
* Use the macro WEAK_ALIAS. Tested on 32 and 64-bit.Andreas Tobler2012-01-061-10/+5
* Replace a proliferation of buggy MD implementations of modf() with aDavid Schultz2011-10-213-109/+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-188-22/+13
* Mark assembler sources from libc as working with non-executable stack.Konstantin Belousov2011-01-1412-1/+22
* Fix stack alignment (required to be to 16 bytes) instead of ptrace andNathan Whitehorn2010-12-112-5/+5
* Make sure to specify the alignment of minbrk and curbrk. They were correctlyDimitry Andric2010-11-112-0/+2
* Provide 64-bit PowerPC support in libc.Nathan Whitehorn2010-07-1035-0/+2433