aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
2018-12-31riscv: Use __has_include__ to include <asm/syscalls.h> [BZ #24022]H.J. Lu1-1/+5
2018-12-21Update nios2, sparc32 localplt.data for difftime changes (bug 24023).Joseph Myers2-0/+3
2018-12-21Add C-SKY portMao Han44-0/+5175
2018-12-18s390: Use generic kernel_sigaction.hAdhemerval Zanella1-26/+3
2018-12-18ia64: Remove kernel_sigaction.hAdhemerval Zanella1-7/+0
2018-12-18hppa: Remove kernel_sigaction.hAdhemerval Zanella1-18/+0
2018-12-18alpha: Use Linux generic sigaction implementationAdhemerval Zanella8-115/+22
2018-12-18m68k: Fix sigaction kernel definition (BZ #23960)Adhemerval Zanella7-34/+23
2018-12-18Remove __ASSUME_ST_INO_64_BIT.Joseph Myers7-43/+0
2018-12-17Do not clobber r12 for ia64 syscalls.Joseph Myers1-1/+1
2018-12-17Add test that MAP_* constants agree with kernel.Joseph Myers2-0/+74
2018-12-17Add statx conditionals for wordsize-32 *xstat.cMao Han13-6/+169
2018-12-10Move tst-signal-numbers to Python.Joseph Myers3-90/+55
2018-12-10Enable VDSO for static linking on mipsRafael Ávila de Espíndola5-10/+13
2018-12-10compat getdents64: Use correct offset for retry [BZ #23972]Florian Weimer2-3/+17
2018-12-10Move *-le.abilist to le/*.abilistAndreas Schwab26-0/+0
2018-12-08Fix potential stack overflow [BZ #23490]Paul Pluzhnikov1-2/+2
2018-12-07Add getcpuH.J. Lu31-1/+83
2018-12-07posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405]Florian Weimer27-0/+31
2018-12-03Enable VDSO for static linking on armRafael Ávila de Espíndola3-10/+8
2018-11-30Enable VDSO on i386 statically linked programsRafael Ávila de Espíndola2-7/+8
2018-11-30posix: Use posix_spawn on systemAdhemerval Zanella6-166/+16
2018-11-27CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927]Florian Weimer1-5/+6
2018-11-27Enable VDSO for static linking on aarch64Rafael Ávila de Espíndola3-10/+8
2018-11-26Enable VDSO on powerpc statically linked programs (bug 19767)Rafael Ávila de Espíndola4-9/+10
2018-11-23Enable VDSO on x86_64 statically linked programs [BZ #19767]Rafael Ávila de Espíndola7-10/+22
2018-11-23Fix Arm __ASSUME_COPY_FILE_RANGE (bug 23915).Joseph Myers1-3/+4
2018-11-21Remove the error handling wrapper from powSzabolcs Nagy23-0/+23
2018-11-21Remove the error handling wrapper from log2Szabolcs Nagy23-0/+23
2018-11-21Remove the error handling wrapper from logSzabolcs Nagy23-0/+23
2018-11-21Remove the error handling wrapper from exp and exp2Szabolcs Nagy23-0/+46
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