Age | Commit message (Expand) | Author | Files | Lines |
2025-01-10 | Linux: Update internal copy of '<sys/rseq.h>' | Michael Jeanson | 1 | -0/+11 |
2025-01-10 | nptl: Move the rseq area to the 'extra TLS' block | Michael Jeanson | 10 | -48/+205 |
2025-01-10 | nptl: Introduce <rseq-access.h> for RSEQ_* accessors | Michael Jeanson | 1 | -0/+8 |
2025-01-10 | nptl: add rtld_hidden_proto to __rseq_size and __rseq_offset | Michael Jeanson | 2 | -15/+28 |
2025-01-10 | Add Linux 'extra TLS' | Michael Jeanson | 1 | -0/+71 |
2025-01-10 | nptl: Add rseq auxvals | Michael Jeanson | 4 | -5/+39 |
2025-01-09 | tests: Verify inheritance of cpu affinity | Siddhesh Poyarekar | 2 | -0/+72 |
2025-01-08 | Revert "configure: default to --prefix=/usr on GNU/Linux" | DJ Delorie | 2 | -7/+2 |
2025-01-07 | elf: Second ld.so relocation only if libc.so has been loaded | Florian Weimer | 3 | -0/+36 |
2025-01-03 | AArch64: Add vector tanpi routines | Joe Ramsay | 1 | -0/+5 |
2025-01-03 | AArch64: Add vector cospi routines | Joe Ramsay | 1 | -0/+5 |
2025-01-03 | AArch64: Add vector sinpi to libmvec | Joe Ramsay | 1 | -0/+5 |
2025-01-04 | Rename have-mtls-descriptor to have-test-mtls-descriptor | H.J. Lu | 1 | -1/+1 |
2025-01-03 | not-cancel.h: Support testing fortify build with Clang | H.J. Lu | 1 | -5/+5 |
2025-01-02 | mlock, mlock2, munlock: Use __attr_access_none macro | Sam James | 1 | -1/+1 |
2025-01-01 | Update copyright in generated files by running "make" | Paul Eggert | 1 | -0/+0 |
2025-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1620 | -1620/+1620 |
2025-01-01 | mlock, mlock2, munlock: Tell the compiler we don't dereference the pointer | Xi Ruoyao | 1 | -1/+2 |
2024-12-31 | elf: Do not change stack permission on dlopen/dlmopen | Adhemerval Zanella | 3 | -68/+9 |
2024-12-30 | x86-64: Reorder dynamic linker list in ldd script (bug 32508) | Florian Weimer | 1 | -1/+1 |
2024-12-23 | include/sys/cdefs.h: Add __attribute_optimization_barrier__ | Adhemerval Zanella | 4 | -4/+4 |
2024-12-22 | hppa: Simplify handling of sanity check errors in clone.S. | John David Anglin | 1 | -6/+5 |
2024-12-22 | hppa: add cacheflush() syscall wrapper | John David Anglin | 5 | -0/+46 |
2024-12-22 | dirent: Remove variable length array structure for tst-getdents64.c | Adhemerval Zanella | 1 | -11/+7 |
2024-12-20 | Add F_CREATED_QUERY from Linux 6.12 to bits/fcntl-linux.h | Joseph Myers | 1 | -0/+1 |
2024-12-20 | Add HWCAP_LOONGARCH_LSPW from Linux 6.12 to bits/hwcap.h | Joseph Myers | 1 | -0/+1 |
2024-12-20 | Add MSG_SOCK_DEVMEM from Linux 6.12 to bits/socket.h | Joseph Myers | 1 | -0/+2 |
2024-12-19 | Linux: Accept null arguments for utimensat pathname | Florian Weimer | 1 | -3/+0 |
2024-12-19 | Add SCHED_EXT from Linux 6.12 to bits/sched.h | Joseph Myers | 2 | -1/+2 |
2024-12-19 | hppa: Fix strace detach-vfork test | John David Anglin | 2 | -47/+64 |
2024-12-19 | Update kernel version to 6.12 in header constant tests | Joseph Myers | 3 | -4/+4 |
2024-12-18 | Update syscall lists for Linux 6.12 | Joseph Myers | 1 | -2/+2 |
2024-12-18 | sys/platform/x86.h: Do not depend on _Bool definition in C++ mode | H.J. Lu | 1 | -1/+1 |
2024-12-18 | tst-clone3[-internal].c: Add _Atomic to silence Clang | H.J. Lu | 2 | -4/+4 |
2024-12-16 | Use empty initializer to silence GCC 4.9 or older | H.J. Lu | 2 | -4/+4 |
2024-12-15 | Linux: Check for 0 return value from vDSO getrandom probe | Florian Weimer | 1 | -1/+1 |
2024-12-15 | Revert "Add braces in initializers for GCC 4.9 or older" | H.J. Lu | 2 | -4/+4 |
2024-12-15 | Return EXIT_UNSUPPORTED if __builtin_add_overflow unavailable | H.J. Lu | 1 | -0/+7 |
2024-12-14 | Add braces in initializers for GCC 4.9 or older | H.J. Lu | 2 | -4/+4 |
2024-12-12 | Implement C23 atan2pi | Joseph Myers | 30 | -0/+209 |
2024-12-11 | Implement C23 atanpi | Joseph Myers | 30 | -0/+209 |
2024-12-11 | powerpc: Use correct procedure call standard for getrandom vDSO call (bug 32440) | Florian Weimer | 1 | -6/+11 |
2024-12-10 | Implement C23 asinpi | Joseph Myers | 30 | -0/+209 |
2024-12-09 | Implement C23 acospi | Joseph Myers | 30 | -0/+209 |
2024-12-09 | powerpc64le: ROP changes for the *context and setjmp functions | Sachin Monga | 4 | -12/+54 |
2024-12-09 | nptl: add RSEQ_SIG for RISC-V | Michael Jeanson | 1 | -0/+44 |
2024-12-05 | Implement C23 tanpi | Joseph Myers | 30 | -0/+209 |
2024-12-04 | Implement C23 sinpi | Joseph Myers | 30 | -0/+209 |
2024-12-04 | Implement C23 cospi | Joseph Myers | 30 | -0/+209 |
2024-11-28 | Remove nios2-linux-gnu | Adhemerval Zanella | 60 | -6136/+11 |