about summary refs log tree commit diff
path: root/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
* AArch64: Use __memcpy_simd on Neoverse N2/V1Wilco Dijkstra2020-10-141-0/+4
* AArch64: Rename IS_ARES to IS_NEOVERSE_N1Wilco Dijkstra2020-10-141-2/+2
* riscv: Do not use __has_include__Florian Weimer2020-01-211-1/+1
* misc/test-errno-linux: Handle EINVAL from quotactlFlorian Weimer2019-12-051-2/+3
* rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CV...Marcin Koƛcielnicki2019-11-221-1/+2
* mips: Force RWX stack for hard-float builds that can run on pre-4.8 kernelsDragan Mladjenovic2019-11-053-5/+89
* [AArch64] Add ifunc support for AresWilco Dijkstra2019-09-062-0/+3
* posix: Fix large mmap64 offset for mips64n32 (BZ#24699)Adhemerval Zanella2019-07-122-1/+21
* io: Remove copy_file_range emulation [BZ #24744]Florian Weimer2019-07-094-24/+5
* RISC-V: don't assume PI mutexes and robust futexes before 4.20 (bug 23864)Andreas Schwab2019-03-141-0/+5
* powerpc: Only enable TLE with PPC_FEATURE2_HTM_NOSCAdhemerval Zanella2019-02-275-33/+20
* RISC-V: Fix elfutils testsuite unwind failures.Jim Wilson2019-02-191-0/+5
* ARM: fix kernel assisted atomics with GCC 8 (bug 24034)Aurelien Jarno2019-01-031-5/+13
* riscv: Use __has_include__ to include <asm/syscalls.h> [BZ #24022]H.J. Lu2019-01-031-1/+5
* m68k: Fix sigaction kernel definition (BZ #23967)Adhemerval Zanella2018-12-197-34/+23
* compat getdents64: Use correct offset for retry [BZ #23972]Florian Weimer2018-12-102-3/+17
* CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927]Florian Weimer2018-11-271-5/+6
* Update kernel version in syscall-names.list to 4.19.Joseph Myers2018-11-091-2/+2
* [BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov2018-11-091-2/+2
* Update syscall-names.list for Linux 4.18.Joseph Myers2018-11-091-2/+4
* conform: XFAIL siginfo_t si_band test on sparc64Florian Weimer2018-10-262-1/+11
* signal: Use correct type for si_band in siginfo_t [BZ #23562]Ilya Yu. Malakhov2018-10-221-1/+1
* Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B...Stefan Liebler2018-10-183-12/+120
* Fix misreported errno on preadv2/pwritev2 (BZ#23579)Adhemerval Zanella2018-09-284-4/+4
* Linux gethostid: Check for NULL value from gethostbyname_r [BZ #23679]Mingli Yu2018-09-201-2/+2
* Fix segfault in maybe_script_execute.Stefan Liebler2018-09-101-1/+1
* Linux: Rewrite __old_getdents64 [BZ #23497]Florian Weimer2018-08-103-25/+176
* x86/CET: Fix property note parser [BZ #23467]H.J. Lu2018-07-304-0/+185
* Fix Linux fcntl OFD locks on unsupported kernelsAdhemerval Zanella2018-07-272-2/+12
* ia64: Work around incorrect type of IA64 uc_sigmaskH.J. Lu2018-07-251-0/+26
* x86/CET: Add a setcontext test for CETH.J. Lu2018-07-252-0/+134
* x86-64/CET: Extend ucontext_t to save shadow stackH.J. Lu2018-07-258-1/+391
* alpha: mlock2, copy_file_range syscalls were introduced in kernel 4.13Florian Weimer2018-07-241-1/+3
* x86/CET: Extend arch_prctl syscall for CET controlH.J. Lu2018-07-243-6/+64
* sh: Do not define __ASSUME_STATXFlorian Weimer2018-07-241-0/+3
* nptl: Add abilist symbols for C11 threadsAdhemerval Zanella2018-07-2449-0/+587
* nptl: Add C11 threads thrd_* functionsAdhemerval Zanella2018-07-241-0/+16
* x86: Update vfork to pop shadow stackH.J. Lu2018-07-242-0/+95
* x86: Support IBT and SHSTK in Intel CET [BZ #21598]H.J. Lu2018-07-162-0/+75
* x86_64: Undef SHADOW_STACK_POINTER_OFFSET lastH.J. Lu2018-07-151-3/+2
* x86: Support shadow stack pointer in setjmp/longjmpH.J. Lu2018-07-143-1/+75
* Add the statx functionFlorian Weimer2018-07-1031-0/+85
* Comment tst-ofdlocks-compat expected failure in some Linux releasesAdhemerval Zanella2018-07-101-0/+8
* aarch64: add HWCAP_ATOMICS to HWCAP_IMPORTANTSzabolcs Nagy2018-07-061-1/+1
* aarch64: Remove HWCAP_CPUID from HWCAP_IMPORTANTSzabolcs Nagy2018-07-062-7/+3
* libc-abis: Define ABSOLUTE ABI [BZ #19818][BZ #23307]Maciej W. Rozycki2018-07-051-0/+2
* Add renameat2 function [BZ #17662]Florian Weimer2018-07-0533-1/+98
* libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell2018-06-291-3/+3
* getifaddrs: Don't return ifa entries with NULL names [BZ #21812]Daniel Alvarez2018-06-291-0/+8
* gethostid (Linux variant): Switch to struct scratch_buffer [BZ #18023]Florian Weimer2018-06-271-17/+31