aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/powerpc
AgeCommit message (Expand)AuthorFilesLines
2024-06-11Avoid cancellable I/O primitives in ld.so.pranavk/grte_v5_plusZack Weinberg2-32/+9
2024-06-10Add narrowing divide functions.Joseph Myers4-0/+35
2024-06-10Add narrowing multiply functions.Joseph Myers4-0/+35
2024-06-10Add narrowing subtract functions.Joseph Myers4-0/+35
2024-06-10Add narrowing add functions.Joseph Myers4-0/+39
2022-04-25configure: Don't check LD -v --help for LIBC_LINKER_FEATUREFangrui Song1-11/+8
2021-08-27powerpc: Use --no-tls-get-addr-optimize in test only if the linker supports itFangrui Song3-0/+40
2021-08-27Fix sense of a test in the static-linking version of ppc get_clockfreqStan Shebs1-1/+1
2021-08-27Also work around clang bctrl issue in get_clockfreq.cStan Shebs1-0/+18
2021-08-27Make powerpc .machine directives be gcc-onlyStan Shebs2-2/+2
2021-08-27Disable more attempts to pass -mlong-double-128 to clangStan Shebs2-0/+7
2021-08-27Work around clang problem with ifuncs and vdsoStan Shebs2-2/+2
2021-08-27Add PTRACE_SECCOMP_GET_METADATA from Linux 4.16 to sys/ptrace.h.Joseph Myers1-1/+6
2018-02-10linux/powerpc: sync sys/ptrace.h with Linux 4.15 [BZ #22433, #22807]Dmitry V. Levin1-0/+62
2018-02-26powerpc: Undefine Linux ptrace macros that conflict with __ptrace_requestTulio Magno Quites Machado Filho1-0/+43
2018-03-05powerpc: Fix TLE build for SPE (BZ #22926)Adhemerval Zanella3-0/+8
2018-03-12Forward-port addition of __google_pthread_signal_safe_key_createStan Shebs1-0/+1
2018-01-25LIBC_SLIBDIR_RTLDDIR: substitute arguments in single quotesAndreas Schwab1-2/+2
2018-01-19powerpc: Fix syscalls during early process initialization [BZ #22685]Tulio Magno Quites Machado Filho1-0/+30
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers89-89/+89
2017-12-29linux: update sys/ptrace.h commentsDmitry V. Levin1-3/+6
2017-12-29linux: move a shared part of sys/ptrace.h to bits/ptrace-shared.hDmitry V. Levin1-55/+2
2017-12-22copy_file_range: New function to copy file dataFlorian Weimer4-0/+4
2017-12-07Add _Float32 function aliases.Joseph Myers8-0/+436
2017-12-06Add _Float64, _Float32x function aliases.Joseph Myers8-0/+872
2017-12-05Add elision tunablesRogerio Alves2-8/+69
2017-12-05Linux: Implement interfaces for memory protection keysFlorian Weimer4-0/+20
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