aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv
AgeCommit message (Expand)AuthorFilesLines
2024-06-11Avoid cancellable I/O primitives in ld.so.pranavk/grte_v5_plusZack Weinberg31-238/+471
2024-06-10Add narrowing divide functions.Joseph Myers24-0/+243
2024-06-10Add narrowing multiply functions.Joseph Myers24-0/+243
2024-06-10Add narrowing subtract functions.Joseph Myers26-0/+255
2024-06-10Add narrowing add functions.Joseph Myers26-0/+281
2024-01-12Optimize pthread_cond_timedwait to avoid unnecessary call to clock_gettime fo...Justin King1-2/+2
2024-01-12CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927]Florian Weimer1-5/+6
2022-04-27Remove x86_64 specific lowlevellock/cancellationFangrui Song8-914/+0
2022-04-25configure: Don't check LD -v --help for LIBC_LINKER_FEATUREFangrui Song1-11/+8
2021-11-19Use libc_hidden_* for __cmsg_nxthdr (bug 15105).Joseph Myers1-0/+1
2021-11-15Fix -Os gnu_dev_* linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers4-12/+14
2021-08-27powerpc: Use --no-tls-get-addr-optimize in test only if the linker supports itFangrui Song3-0/+40
2021-08-27Let time and gettimeofday use vdso by removing old clang workaroundStan Shebs2-8/+2
2021-08-27Add workaround for infinite looping in ppc vsyscall for sched_getcpu.Stan Shebs1-0/+17
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-27Work around a ppc clang inlining bugStan Shebs1-1/+7
2021-08-27Fix TLS problems not handled by cherrypickStan Shebs2-4/+2
2021-08-27Revert upstream removal of async-safe TLS patches.Brooks Moses2-0/+50
2021-08-27Add PTRACE_SECCOMP_GET_METADATA from Linux 4.16 to sys/ptrace.h.Joseph Myers10-8/+53
2021-08-27Update RWF_SUPPORTED for Linux kernel 4.16 [BZ #22947]H.J. Lu1-0/+1
2021-08-27getlogin_r: return early when linux sentinel value is setJesse Hathaway1-0/+9
2021-08-27RISC-V: fix struct kernel_sigaction to match the kernel version [BZ #23069]Aurelien Jarno1-0/+7
2021-08-27Linux i386: tst-bz21269 triggers SIGBUS on some kernelsFlorian Weimer1-0/+2
2017-11-17i386: Fix i386 sigaction sa_restorer initialization (BZ#21269)Adhemerval Zanella3-1/+238
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-09sparc32: Add nop before __startcontext to stop unwinding [BZ #22919]Aurelien Jarno1-0/+13
2018-03-05powerpc: Fix TLE build for SPE (BZ #22926)Adhemerval Zanella3-0/+8
2017-12-29linux/aarch64: sync sys/ptrace.h with Linux 4.15 [BZ #22433]Dmitry V. Levin1-8/+0
2018-02-09[RISC-V] Fix parsing flags in ELF64 files.DJ Delorie1-1/+2
2018-03-28Fix GCC compilation issues in cherrypicksStan Shebs1-0/+2
2018-03-13As with gettimeofday, avoid vdso for clang-compiled time()Stan Shebs1-1/+4
2018-03-12Forward-port addition of __google_pthread_signal_safe_key_createStan Shebs5-0/+5
2018-03-02Bypass gettimeofday ifunc if using clangStan Shebs1-1/+2
2018-02-07Linux: use reserved name __key in pkey_get [BZ #22797]Igor Gnatenko1-1/+1
2018-01-29RISC-V: Add ipc_priv.hPalmer Dabbelt1-0/+21
2018-01-29RISC-V: Build InfastructurePalmer Dabbelt9-0/+311
2018-01-29RISC-V: Add ABI ListsPalmer Dabbelt15-0/+3689
2018-01-29RISC-V: Linux Startup and Dynamic Loading CodePalmer Dabbelt3-0/+152
2018-01-29RISC-V: Linux ABIPalmer Dabbelt21-0/+1367
2018-01-29RISC-V: Linux Syscall InterfacePalmer Dabbelt8-0/+599
2018-01-29RISC-V: Atomic and Locking RoutinesPalmer Dabbelt1-0/+194
2018-01-29microblaze: don't use copy_file_range syscall with kernel headers < 4.10Romain Naour1-0/+5
2018-01-25Revert Intel CET changes to __jmp_buf_tag (Bug 22743)Carlos O'Donell4-91/+5
2018-01-25LIBC_SLIBDIR_RTLDDIR: substitute arguments in single quotesAndreas Schwab8-18/+18
2018-01-24Add localplt.data for ColdFire.Joseph Myers2-0/+18