about summary refs log tree commit diff
path: root/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
* Optimize pthread_cond_timedwait to avoid unnecessary call to clock_gettime fo...Justin King2024-01-121-2/+2
* CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927]Florian Weimer2024-01-121-5/+6
* Remove x86_64 specific lowlevellock/cancellationFangrui Song2022-04-278-914/+0
* configure: Don't check LD -v --help for LIBC_LINKER_FEATUREFangrui Song2022-04-251-11/+8
* Use libc_hidden_* for __cmsg_nxthdr (bug 15105).Joseph Myers2021-11-191-0/+1
* Fix -Os gnu_dev_* linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers2021-11-154-12/+14
* powerpc: Use --no-tls-get-addr-optimize in test only if the linker supports itFangrui Song2021-08-273-0/+40
* Let time and gettimeofday use vdso by removing old clang workaroundStan Shebs2021-08-272-8/+2
* Add workaround for infinite looping in ppc vsyscall for sched_getcpu.Stan Shebs2021-08-271-0/+17
* Fix sense of a test in the static-linking version of ppc get_clockfreqStan Shebs2021-08-271-1/+1
* Also work around clang bctrl issue in get_clockfreq.cStan Shebs2021-08-271-0/+18
* Make powerpc .machine directives be gcc-onlyStan Shebs2021-08-272-2/+2
* Disable more attempts to pass -mlong-double-128 to clangStan Shebs2021-08-272-0/+7
* Add workaround for infinite looping in ppc vsyscallsStan Shebs2021-08-271-0/+17
* Work around clang problem with ifuncs and vdsoStan Shebs2021-08-272-2/+2
* Work around a ppc clang inlining bugStan Shebs2021-08-271-1/+7
* Fix TLS problems not handled by cherrypickStan Shebs2021-08-272-4/+2
* Revert upstream removal of async-safe TLS patches.Brooks Moses2021-08-272-0/+50
* Add PTRACE_SECCOMP_GET_METADATA from Linux 4.16 to sys/ptrace.h.Joseph Myers2021-08-2710-8/+53
* Update RWF_SUPPORTED for Linux kernel 4.16 [BZ #22947]H.J. Lu2021-08-271-0/+1
* getlogin_r: return early when linux sentinel value is setJesse Hathaway2021-08-271-0/+9
* RISC-V: fix struct kernel_sigaction to match the kernel version [BZ #23069]Aurelien Jarno2021-08-271-0/+7
* Linux i386: tst-bz21269 triggers SIGBUS on some kernelsFlorian Weimer2021-08-271-0/+2
* i386: Fix i386 sigaction sa_restorer initialization (BZ#21269)Adhemerval Zanella2017-11-173-1/+238
* linux/powerpc: sync sys/ptrace.h with Linux 4.15 [BZ #22433, #22807]Dmitry V. Levin2018-02-101-0/+62
* powerpc: Undefine Linux ptrace macros that conflict with __ptrace_requestTulio Magno Quites Machado Filho2018-02-261-0/+43
* sparc32: Add nop before __startcontext to stop unwinding [BZ #22919]Aurelien Jarno2018-03-091-0/+13
* powerpc: Fix TLE build for SPE (BZ #22926)Adhemerval Zanella2018-03-053-0/+8
* linux/aarch64: sync sys/ptrace.h with Linux 4.15 [BZ #22433]Dmitry V. Levin2017-12-291-8/+0
* [RISC-V] Fix parsing flags in ELF64 files.DJ Delorie2018-02-091-1/+2
* Fix GCC compilation issues in cherrypicksStan Shebs2018-03-281-0/+2
* As with gettimeofday, avoid vdso for clang-compiled time()Stan Shebs2018-03-131-1/+4
* Forward-port addition of __google_pthread_signal_safe_key_createStan Shebs2018-03-125-0/+5
* Bypass gettimeofday ifunc if using clangStan Shebs2018-03-021-1/+2
* Linux: use reserved name __key in pkey_get [BZ #22797]Igor Gnatenko2018-02-071-1/+1
* RISC-V: Add ipc_priv.hPalmer Dabbelt2018-01-291-0/+21
* RISC-V: Build InfastructurePalmer Dabbelt2018-01-299-0/+311
* RISC-V: Add ABI ListsPalmer Dabbelt2018-01-2915-0/+3689
* RISC-V: Linux Startup and Dynamic Loading CodePalmer Dabbelt2018-01-293-0/+152
* RISC-V: Linux ABIPalmer Dabbelt2018-01-2921-0/+1367
* RISC-V: Linux Syscall InterfacePalmer Dabbelt2018-01-298-0/+599
* RISC-V: Atomic and Locking RoutinesPalmer Dabbelt2018-01-291-0/+194
* microblaze: don't use copy_file_range syscall with kernel headers < 4.10Romain Naour2018-01-291-0/+5
* Revert Intel CET changes to __jmp_buf_tag (Bug 22743)Carlos O'Donell2018-01-254-91/+5
* LIBC_SLIBDIR_RTLDDIR: substitute arguments in single quotesAndreas Schwab2018-01-258-18/+18
* Add localplt.data for ColdFire.Joseph Myers2018-01-242-0/+18
* Add jmp_buf-macros.h for no-FPU ColdFire.Joseph Myers2018-01-242-0/+6
* Add jmp_buf-macros.h for ColdFire.Joseph Myers2018-01-242-0/+6
* aarch64: Revert the change of the __reserved member of mcontext_tSzabolcs Nagy2018-01-242-2/+6
* powerpc: Fix syscalls during early process initialization [BZ #22685]Tulio Magno Quites Machado Filho2018-01-191-0/+30