about summary refs log tree commit diff
path: root/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
...
* Use common bits/shm.h for more architectures.Joseph Myers2018-10-104-324/+7
* Use common bits/sem.h for more architectures.Joseph Myers2018-10-105-355/+5
* Use common bits/msq.h for more architectures.Joseph Myers2018-10-105-321/+7
* Use bits/mman-linux.h for hppa.Joseph Myers2018-10-041-51/+27
* Fix build from commit 0b727edAdhemerval Zanella2018-10-021-0/+2
* x86: Use RTM intrinsics in pthread mutex lock elisionH.J. Lu2018-10-022-67/+7
* libio: Flush stream at freopen (BZ#21037)Adhemerval Zanella2018-10-021-22/+12
* Move MREMAP_* to bits/mman-shared.h.Joseph Myers2018-10-013-12/+4
* Fix misreported errno on preadv2/pwritev2 (BZ#23579)Adhemerval Zanella2018-09-284-4/+4
* Share MAP_* flags between more architectures.Joseph Myers2018-09-265-46/+49
* Complete sys/procfs.h unification.Joseph Myers2018-09-256-130/+94
* Unify more sys/procfs.h headers.Joseph Myers2018-09-2524-892/+619
* Unify some sys/procfs.h headers.Joseph Myers2018-09-2519-1015/+323
* powerpc: Only enable TLE with PPC_FEATURE2_HTM_NOSCAdhemerval Zanella2018-09-215-33/+20
* Linux gethostid: Check for NULL value from gethostbyname_r [BZ #23679]Mingli Yu2018-09-201-2/+2
* Unify many bits/mman.h headers.Joseph Myers2018-09-188-318/+6
* Update siginfo constants from Linux kernel (bug 21286).Joseph Myers2018-09-172-17/+27
* Fix MIPS n32 pr_sigpend, pr_sighold, pr_flag type (bug 23656).Joseph Myers2018-09-141-9/+0
* Fix sys/procfs.h pr_uid, pr_gid type (bug 23649).Joseph Myers2018-09-145-10/+10
* Fix segfault in maybe_script_execute.Stefan Liebler2018-09-061-1/+1
* [BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov2018-08-311-2/+2
* Add PF_XDP, AF_XDP and SOL_XDP from Linux 4.18 to bits/socket.h.Tobias Klauser2018-08-211-1/+4
* Avoid running some tests if the file system does not support holesFlorian Weimer2018-08-211-0/+2
* __readlink_chk: Remove micro-optimizationFlorian Weimer2018-08-211-33/+0
* __readlink_chk: Assume HAVE_INLINED_SYSCALLSFlorian Weimer2018-08-201-7/+1
* Update struct signalfd_siginfo from Linux 4.18.Joseph Myers2018-08-201-1/+6
* Update syscall-names.list for Linux 4.18.Joseph Myers2018-08-131-2/+4
* Linux: Rewrite __old_getdents64 [BZ #23497]Florian Weimer2018-08-103-25/+176
* S390: Implement 64-bit __fentry__Ilya Leoshkevich2018-08-101-0/+1
* Rename the glibc.tune namespace to glibc.cpuSiddhesh Poyarekar2018-08-021-1/+1
* 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