summaryrefslogtreecommitdiff
path: root/lib/libc/powerpc64
Commit message (Expand)AuthorAgeFilesLines
* Correct an misunderstanding of MDSRCS.Brooks Davis2017-03-021-1/+1
* Reduce duplicate NOASM and PSEUDO definitionsBrooks Davis2016-09-081-5/+0
* Rewrite ptrace(2) wrappers in C.Konstantin Belousov2016-08-292-69/+1
* Remove unusedd and obsolete openbsd_poll system call. (Phase 1)George V. Neville-Neil2016-08-181-1/+1
* Replace use of the pipe(2) system call with pipe2(2) with a zero flagsBrooks Davis2016-06-222-55/+1
* libc: make some more use of the nitems() macro.Pedro F. Giffuni2016-04-161-2/+2
* libc: stop exporting cerrorEd Maste2016-03-301-1/+0
* libc: stop exporting curbrk and minbrk in the private namespaceEd Maste2016-03-241-2/+0
* Make unions in PowerPC libc endian-safe.Nathan Whitehorn2016-02-262-2/+22
* Add include for declaration of _set_tp(). Eliminates -Wmissing-prototypes wa...Craig Rodrigues2015-09-201-0/+1
* The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andKonstantin Belousov2015-04-181-3/+0
* libc: Eliminate duplicate copies of __vdso_gettc.cEd Maste2015-04-022-49/+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-0110-0/+13
* Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT.Warner Losh2014-04-051-1/+1
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-041-1/+1
* Get rid of the CONCAT macro.Andreas Tobler2013-11-231-10/+10
* 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