aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)Author
2018-12-17Do not clobber r12 for ia64 syscalls.Joseph Myers
2018-12-17Add test that MAP_* constants agree with kernel.Joseph Myers
2018-12-17Add statx conditionals for wordsize-32 *xstat.cMao Han
2018-12-10Move tst-signal-numbers to Python.Joseph Myers
2018-12-10Enable VDSO for static linking on mipsRafael Ávila de Espíndola
2018-12-10compat getdents64: Use correct offset for retry [BZ #23972]Florian Weimer
2018-12-10Move *-le.abilist to le/*.abilistAndreas Schwab
2018-12-08Fix potential stack overflow [BZ #23490]Paul Pluzhnikov
2018-12-07Add getcpuH.J. Lu
2018-12-07posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405]Florian Weimer
2018-12-03Enable VDSO for static linking on armRafael Ávila de Espíndola
2018-11-30Enable VDSO on i386 statically linked programsRafael Ávila de Espíndola
2018-11-30posix: Use posix_spawn on systemAdhemerval Zanella
2018-11-27CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927]Florian Weimer
2018-11-27Enable VDSO for static linking on aarch64Rafael Ávila de Espíndola
2018-11-26Enable VDSO on powerpc statically linked programs (bug 19767)Rafael Ávila de Espíndola
2018-11-23Enable VDSO on x86_64 statically linked programs [BZ #19767]Rafael Ávila de Espíndola
2018-11-23Fix Arm __ASSUME_COPY_FILE_RANGE (bug 23915).Joseph Myers
2018-11-21Remove the error handling wrapper from powSzabolcs Nagy
2018-11-21Remove the error handling wrapper from log2Szabolcs Nagy
2018-11-21Remove the error handling wrapper from logSzabolcs Nagy
2018-11-21Remove the error handling wrapper from exp and exp2Szabolcs Nagy
2018-11-08Remove __ASSUME_SOCKETCALL.Joseph Myers
2018-11-07Fix __ASSUME_MLOCK2 for ARM, MicroBlaze (bug 23867).Joseph Myers
2018-11-07RISC-V: don't assume PI mutexes and robust futexes before 4.20 (bug 23864)Andreas Schwab
2018-11-06Correct SH kernel-features.h undefines (bug 23862).Joseph Myers
2018-11-06posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405]Florian Weimer
2018-11-01Update and correct SPARC configuration for supported socket syscalls (bug 238...Joseph Myers
2018-10-31Simplify an #if #else #endifRafael Avila de Espindola
2018-10-25Add IN_MASK_CREATE from Linux 4.19 to sys/inotify.h.Joseph Myers
2018-10-25conform: XFAIL siginfo_t si_band test on sparc64Florian Weimer
2018-10-24 Y2038: provide size of default time_t for target architectureAlbert ARIBAUD (3ADEV)
2018-10-23Don't use PSEUDO_END for non-PSEUDO functionAndreas Schwab
2018-10-22Update kernel version in syscall-names.list to 4.19.Joseph Myers
2018-10-19signal: Use correct type for si_band in siginfo_t [BZ #23562]Ilya Yu. Malakhov
2018-10-18Add VDSO support to sparc.David S. Miller
2018-10-17Use single bits/shm.h for all architectures.Joseph Myers
2018-10-17Move SHMLBA to its own header.Joseph Myers
2018-10-17Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B...Stefan Liebler
2018-10-15Use single bits/sem.h for all architectures.Joseph Myers
2018-10-11Use single bits/msq.h for all architectures.Joseph Myers
2018-10-10Use common bits/shm.h for more architectures.Joseph Myers
2018-10-10Use common bits/sem.h for more architectures.Joseph Myers
2018-10-10Use common bits/msq.h for more architectures.Joseph Myers
2018-10-04Use bits/mman-linux.h for hppa.Joseph Myers
2018-10-02Fix build from commit 0b727edAdhemerval Zanella
2018-10-02x86: Use RTM intrinsics in pthread mutex lock elisionH.J. Lu
2018-10-02libio: Flush stream at freopen (BZ#21037)Adhemerval Zanella
2018-10-01Move MREMAP_* to bits/mman-shared.h.Joseph Myers
2018-09-28Fix misreported errno on preadv2/pwritev2 (BZ#23579)Adhemerval Zanella