aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/powerpc64/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-021-48/+0
* Ensure that every ENTRY(foo) has a matching END(foo).Baptiste Daroussin2014-10-015-0/+5
* Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT.Warner Losh2014-04-051-1/+1
* Rework the __vdso_* symbols attributes to only make the symbols weak,Konstantin Belousov2013-01-301-0/+48
* This commit adds profiling support for powerpc64. Now we can do applicationAndreas Tobler2012-01-201-1/+1
* Turn off default generation of userland dot symbols on powerpc64 now thatNathan Whitehorn2011-02-186-7/+7
* Mark assembler sources from libc as working with non-executable stack.Konstantin Belousov2011-01-147-1/+13
* 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-108-0/+408