aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/powerpc
AgeCommit message (Expand)AuthorFilesLines
2017-11-27Implement the mlock2 functionFlorian Weimer4-0/+4
2017-11-27Add _Float64x function aliases.Joseph Myers2-0/+109
2017-11-23Linux: Add memfd_create system call wrapperFlorian Weimer4-0/+4
2017-11-09Add jmp_buf-macros.hH.J. Lu2-0/+12
2017-10-11Linux: Consolidate {RTLD_}SINGLE_THREAD_P definitionAdhemerval Zanella1-35/+0
2017-10-02New symbol version for logf, log2f and powf without SVID compatSzabolcs Nagy4-0/+12
2017-10-01Hide internal __ioctl function [BZ #18822]H.J. Lu1-0/+1
2017-09-25posix: Add compat glob symbol to not follow dangling symbolsAdhemerval Zanella4-0/+12
2017-09-25New expf and exp2f version without SVID compat wrapperSzabolcs Nagy4-0/+12
2017-09-08posix: Consolidate Linux glob implementationAdhemerval Zanella1-1/+0
2017-08-31Remove NO_CANCELLATION macroAdhemerval Zanella1-1/+0
2017-08-30Fix mcontext_t sigcontext namespace (bug 21457).Joseph Myers1-1/+0
2017-08-28Remove abi-*-options compiler flagsFlorian Weimer1-3/+0
2017-08-24Remove cancellation support for syscall generationAdhemerval Zanella3-265/+36
2017-08-17Consolidate non cancellable open callAdhemerval Zanella1-1/+1
2017-08-10ld.so: Introduce struct dl_exceptionFlorian Weimer3-0/+6
2017-08-09sys/ptrace.h: remove obsolete Linux PTRACE_SEIZE_DEVEL constant [BZ #21928]Dmitry V. Levin1-6/+0
2017-08-09Fix uc_* namespace (bug 21457).Joseph Myers1-5/+6
2017-07-17powerpc: Fix float128 IFUNC relocations [BZ #21707]Tulio Magno Quites Machado Filho1-0/+29
2017-06-30Consolidate Linux fcntl implementationAdhemerval Zanella2-42/+8
2017-06-28Miscellaneous sys/ucontext.h namespace fixes (bug 21457).Joseph Myers1-4/+6
2017-06-26Rename struct ucontext tag (bug 21457).Joseph Myers1-2/+2
2017-06-26Call exit directly in clone (BZ #21512)Adhemerval Zanella2-15/+3
2017-06-26powerpc64le: Enable float128Paul E. Murphy3-0/+147
2017-06-23Clean pthread functions namespaces for C11 threadsAdhemerval Zanella1-3/+3
2017-06-23powerpc: fix sysconf support for cache geometriesPaul Clarke1-29/+8
2017-06-20conformtest: XFAIL uc_mcontext test for powerpc32 (bug 21635).Joseph Myers1-0/+5
2017-06-14PowerPC64 FRAME_PARM_SAVEAlan Modra1-13/+13
2017-06-09powerpc: add sysconf support for cache geometriesPaul Clarke3-0/+170
2017-06-05Fix struct sigaltstack namespace (bug 21517).Joseph Myers1-1/+1
2017-06-01Fix more namespace issues in sys/ucontext.h (bug 21457).Joseph Myers1-28/+45
2017-05-31posix: Implement preadv2 and pwritev2Adhemerval Zanella4-0/+16
2017-05-30Add reallocarray functionDennis Wölfing4-0/+8
2017-05-23Fix sys/ucontext.h namespace from signal.h etc. inclusion (bug 21457).Joseph Myers1-5/+0
2017-05-20Remove __need macros from signal.h.Zack Weinberg1-2/+1
2017-05-19Split up bits/sigstack.h.Joseph Myers2-27/+3
2017-05-18posix: Consolidate Linux waitpid syscallAdhemerval Zanella1-3/+0
2017-05-09Simplify accept4, recvmmsg, sendmmsg code.Joseph Myers1-3/+0
2017-04-28powerpc64le: Create divergent sysdep directory for powerpc64le.Paul E. Murphy2-0/+2
2017-04-10Consolidate pthreadtype.h placementConsolidate pthreadtype.h placementAdhemerval Zanella1-249/+0
2017-04-06Build divdi3 only for architecture that required itAdhemerval Zanella1-0/+8
2017-03-09Consolidate Linux sendto implementationAdhemerval Zanella1-1/+0
2017-03-09Consolidate Linux recvfrom implementationAdhemerval Zanella1-1/+0
2017-03-09Consolidate Linux accept implementationAdhemerval Zanella1-1/+0
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg1-1/+0
2017-02-08Add Linux PTRACE_EVENT_STOPKir Kolyshkin1-2/+4
2017-02-07powerpc: Set minimum kernel version for powerpc64leRajalakshmi Srinivasaraghavan2-0/+31
2017-01-20powerpc: Fix adapt_count update in __lll_unlock_elisionTulio Magno Quites Machado Filho1-1/+1
2017-01-16Make soft-float powerpc swapcontext restore the signal mask (bug 21045).Joseph Myers1-1/+2
2017-01-10New pthread rwlock that is more scalable.Torvald Riegel1-14/+14