aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux
AgeCommit message (Expand)AuthorFilesLines
2 daysUse empty initializer to silence GCC 4.9 or olderH.J. Lu2-4/+4
2 daysLinux: Check for 0 return value from vDSO getrandom probeFlorian Weimer1-1/+1
3 daysRevert "Add braces in initializers for GCC 4.9 or older"H.J. Lu2-4/+4
3 daysReturn EXIT_UNSUPPORTED if __builtin_add_overflow unavailableH.J. Lu1-0/+7
4 daysAdd braces in initializers for GCC 4.9 or olderH.J. Lu2-4/+4
5 daysImplement C23 atan2piJoseph Myers30-0/+209
6 daysImplement C23 atanpiJoseph Myers30-0/+209
6 dayspowerpc: Use correct procedure call standard for getrandom vDSO call (bug 32440)Florian Weimer1-6/+11
7 daysImplement C23 asinpiJoseph Myers30-0/+209
8 daysImplement C23 acospiJoseph Myers30-0/+209
8 dayspowerpc64le: ROP changes for the *context and setjmp functionsSachin Monga4-12/+54
8 daysnptl: add RSEQ_SIG for RISC-VMichael Jeanson1-0/+44
12 daysImplement C23 tanpiJoseph Myers30-0/+209
13 daysImplement C23 sinpiJoseph Myers30-0/+209
14 daysImplement C23 cospiJoseph Myers30-0/+209
2024-11-28Remove nios2-linux-gnuAdhemerval Zanella60-6136/+11
2024-11-25Silence most -Wzero-as-null-pointer-constant diagnosticsAlejandro Colomar8-13/+13
2024-11-25sysdeps: linux: Fix output of LD_SHOW_AUXV=1 for AT_RSEQ_*Yannick Le Pennec1-0/+2
2024-11-25nptl: initialize cpu_id_start prior to rseq registrationMichael Jeanson1-0/+1
2024-11-22Add multithreaded test of sem_getvalueJoseph Myers2-0/+186
2024-11-20AArch64: Add support for memory protection keysYury Khrustalev8-11/+477
2024-11-19powerpc: Improve the inline asm for syscall wrappersPeter Bergner1-20/+22
2024-11-12linux: Add support for getrandom vDSOAdhemerval Zanella10-3/+350
2024-11-07nptl: initialize rseq area prior to registrationMichael Jeanson1-0/+10
2024-11-06misc: Align argument name for pkey_*() functions with the manualYury Khrustalev2-7/+7
2024-11-05Add Arm HWCAP2_* constants from Linux 3.15 and 6.2 to <bits/hwcap.h>Aurelien Jarno1-0/+8
2024-11-01LoongArch: Add RSEQ_SIG in rseq.h.caiyinyu1-0/+36
2024-10-30powerpc64: Obviate the need for ROP protection in clone/clone3Sachin Monga2-21/+21
2024-10-25Linux: Match kernel text for SCHED_ macrosFlorian Weimer1-3/+5
2024-10-22configure: default to --prefix=/usr on GNU/LinuxDJ Delorie2-2/+7
2024-10-18linux: Fix tst-syscall-restart.c on old gcc (BZ 32283)Adhemerval Zanella1-1/+1
2024-10-16sparc: Fix restartable syscalls (BZ 32173)Adhemerval Zanella7-36/+165
2024-10-12LoongArch: Regenerate loongarch/arch-syscall.h by build-many-glibcs.py update...caiyinyu1-2/+0
2024-10-10misc: Add support for Linux uio.h RWF_ATOMIC flagAdhemerval Zanella1-0/+2
2024-10-10Update kernel version to 6.11 in header constant testsAdhemerval Zanella2-2/+2
2024-10-10linux: Add MAP_DROPPABLE from Linux 6.11Adhemerval Zanella2-1/+2
2024-10-10Update PIDFD_* constants for Linux 6.11Adhemerval Zanella2-1/+15
2024-10-10Update syscall lists for Linux 6.11Adhemerval Zanella5-2/+8
2024-10-08stdlib: Make abort/_Exit AS-safe (BZ 26275)Adhemerval Zanella3-3/+16
2024-10-08linux: Use GLRO(dl_vdso_time) on timeAdhemerval Zanella1-4/+3
2024-10-08linux: Use GLRO(dl_vdso_gettimeofday) on gettimeofdayAdhemerval Zanella1-4/+4
2024-10-01linux: sparc: Fix clone for LEON/sparcv8 (BZ 31394)Adhemerval Zanella1-0/+4
2024-10-01linux: sparc: Fix syscall_cancel for LEONAdhemerval Zanella1-0/+9
2024-09-25arc: Cleanup arcbePavel Kozlov1-9/+0
2024-09-25arc: Remove HAVE_ARC_BE macro and disable big-endian portFlorian Weimer1-4/+0
2024-09-25LoongArch: Undef __NR_fstat and __NR_newfstatat.caiyinyu1-0/+21
2024-09-24misc: Enable internal use of memory protection keysFlorian Weimer9-9/+43
2024-09-21Linux: readdir64_r should not skip d_ino == 0 entries (bug 32126)Florian Weimer1-17/+12
2024-09-21Linux: Use readdir64_r for compat __old_readdir64_r (bug 32128)Florian Weimer4-216/+71
2024-09-19AArch64: Add vector logp1 alias for log1pJoe Ramsay1-0/+5