aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
2018-11-08Remove __ASSUME_SOCKETCALL.Joseph Myers8-25/+0
2018-11-07Fix __ASSUME_MLOCK2 for ARM, MicroBlaze (bug 23867).Joseph Myers2-0/+12
2018-11-07RISC-V: don't assume PI mutexes and robust futexes before 4.20 (bug 23864)Andreas Schwab1-0/+5
2018-11-06Correct SH kernel-features.h undefines (bug 23862).Joseph Myers1-1/+4
2018-11-06posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405]Florian Weimer27-0/+31
2018-11-01Update and correct SPARC configuration for supported socket syscalls (bug 238...Joseph Myers2-4/+24
2018-10-31Simplify an #if #else #endifRafael Avila de Espindola1-19/+10
2018-10-25Add IN_MASK_CREATE from Linux 4.19 to sys/inotify.h.Joseph Myers1-0/+1
2018-10-25conform: XFAIL siginfo_t si_band test on sparc64Florian Weimer2-1/+11
2018-10-24 Y2038: provide size of default time_t for target architectureAlbert ARIBAUD (3ADEV)15-68/+35
2018-10-23Don't use PSEUDO_END for non-PSEUDO functionAndreas Schwab1-2/+2
2018-10-22Update kernel version in syscall-names.list to 4.19.Joseph Myers1-2/+2
2018-10-19signal: Use correct type for si_band in siginfo_t [BZ #23562]Ilya Yu. Malakhov1-1/+1
2018-10-18Add VDSO support to sparc.David S. Miller5-0/+98
2018-10-17Use single bits/shm.h for all architectures.Joseph Myers13-552/+215
2018-10-17Move SHMLBA to its own header.Joseph Myers17-325/+190
2018-10-17Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B...Stefan Liebler3-12/+120
2018-10-15Use single bits/sem.h for all architectures.Joseph Myers13-460/+177
2018-10-11Use single bits/msq.h for all architectures.Joseph Myers13-449/+189
2018-10-10Use common bits/shm.h for more architectures.Joseph Myers4-324/+7
2018-10-10Use common bits/sem.h for more architectures.Joseph Myers5-355/+5
2018-10-10Use common bits/msq.h for more architectures.Joseph Myers5-321/+7
2018-10-04Use bits/mman-linux.h for hppa.Joseph Myers1-51/+27
2018-10-02Fix build from commit 0b727edAdhemerval Zanella1-0/+2
2018-10-02x86: Use RTM intrinsics in pthread mutex lock elisionH.J. Lu2-67/+7
2018-10-02libio: Flush stream at freopen (BZ#21037)Adhemerval Zanella1-22/+12
2018-10-01Move MREMAP_* to bits/mman-shared.h.Joseph Myers3-12/+4
2018-09-28Fix misreported errno on preadv2/pwritev2 (BZ#23579)Adhemerval Zanella4-4/+4
2018-09-26Share MAP_* flags between more architectures.Joseph Myers5-46/+49
2018-09-25Complete sys/procfs.h unification.Joseph Myers6-130/+94
2018-09-25Unify more sys/procfs.h headers.Joseph Myers24-892/+619
2018-09-25Unify some sys/procfs.h headers.Joseph Myers19-1015/+323
2018-09-21powerpc: Only enable TLE with PPC_FEATURE2_HTM_NOSCAdhemerval Zanella5-33/+20
2018-09-20Linux gethostid: Check for NULL value from gethostbyname_r [BZ #23679]Mingli Yu1-2/+2
2018-09-18Unify many bits/mman.h headers.Joseph Myers8-318/+6
2018-09-17Update siginfo constants from Linux kernel (bug 21286).Joseph Myers2-17/+27
2018-09-14Fix MIPS n32 pr_sigpend, pr_sighold, pr_flag type (bug 23656).Joseph Myers1-9/+0
2018-09-14Fix sys/procfs.h pr_uid, pr_gid type (bug 23649).Joseph Myers5-10/+10
2018-09-06Fix segfault in maybe_script_execute.Stefan Liebler1-1/+1
2018-08-31[BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov1-2/+2
2018-08-21Add PF_XDP, AF_XDP and SOL_XDP from Linux 4.18 to bits/socket.h.Tobias Klauser1-1/+4
2018-08-21Avoid running some tests if the file system does not support holesFlorian Weimer1-0/+2
2018-08-21__readlink_chk: Remove micro-optimizationFlorian Weimer1-33/+0
2018-08-20__readlink_chk: Assume HAVE_INLINED_SYSCALLSFlorian Weimer1-7/+1
2018-08-20Update struct signalfd_siginfo from Linux 4.18.Joseph Myers1-1/+6
2018-08-13Update syscall-names.list for Linux 4.18.Joseph Myers1-2/+4
2018-08-10Linux: Rewrite __old_getdents64 [BZ #23497]Florian Weimer3-25/+176
2018-08-10S390: Implement 64-bit __fentry__Ilya Leoshkevich1-0/+1
2018-08-02Rename the glibc.tune namespace to glibc.cpuSiddhesh Poyarekar1-1/+1
2018-07-30x86/CET: Fix property note parser [BZ #23467]H.J. Lu4-0/+185