aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-01-14affinity-inheritance: Overallocate CPU setsStefan Liebler3-10/+19
2025-01-14mach: Fix fallthrough warningSamuel Thibault1-1/+1
2025-01-13sh4: ensure FPSCR.PR==0 when executing FRCHG [BZ #27543]mirabilos3-0/+10
2025-01-13inet: Add common IPv6 packet header macrosDan Luedtke1-0/+11
2025-01-13stdio-common: Suppress Clang warnings on scanf13.c with fortify enableAdhemerval Zanella1-0/+5
2025-01-13elf: Suppress unused function clang for __ifunc_resolverAdhemerval Zanella2-0/+8
2025-01-13gmon: Disable tst-profile-static with clangAdhemerval Zanella1-1/+2
2025-01-13aarch64: Use 64-bit variable to access the special registersAdhemerval Zanella5-15/+30
2025-01-12hurd: Set _POSIX_MONOTONIC_CLOCK to 200809LSamuel Thibault1-1/+1
2025-01-12hurd: Add CLOCK_MONOTONIC to clock_nanosleepSamuel Thibault1-5/+5
2025-01-12hurd: Add CLOCK_MONOTONIC support to lllSamuel Thibault1-5/+5
2025-01-12mach: Add CLOCK_MONOTONIC case in clock_gettime()Zhaoming Luo4-0/+59
2025-01-12hurd: Mark more memory-hungry tests as unsupportedSamuel Thibault1-0/+1
2025-01-12socket/tst-cmsghdr: Fix alignment of cmsghdrSamuel Thibault1-2/+2
2025-01-12elf: make tst-tls_tp_offset compare &thread_var to THREAD_SELFSamuel Thibault1-1/+1
2025-01-12hurd: Mark more memory-hungry tests as unsupportedSamuel Thibault1-0/+5
2025-01-12hurd: Mark tst-tls-allocation-failure-static-patched as supportedSamuel Thibault1-3/+0
2025-01-12hurd: Cope with signals sent to ourself earlySamuel Thibault1-0/+10
2025-01-12x86-64: Cast __rseq_offset to long long int [BZ #32543]H.J. Lu1-6/+6
2025-01-11hurd: Mark more memory-hungry tests as unsupportedSamuel Thibault1-0/+22
2025-01-10Linux: Update internal copy of '<sys/rseq.h>'Michael Jeanson1-0/+11
2025-01-10nptl: Remove the rseq area from 'struct pthread'Michael Jeanson1-19/+3
2025-01-10nptl: Move the rseq area to the 'extra TLS' blockMichael Jeanson12-58/+206
2025-01-10nptl: Introduce <rseq-access.h> for RSEQ_* accessorsMichael Jeanson4-0/+239
2025-01-10nptl: add rtld_hidden_proto to __rseq_size and __rseq_offsetMichael Jeanson2-15/+28
2025-01-10Add Linux 'extra TLS'Michael Jeanson1-0/+71
2025-01-10Add generic 'extra TLS'Michael Jeanson3-9/+191
2025-01-10nptl: Add rseq auxvalsMichael Jeanson5-9/+49
2025-01-10Add missing include guards to <dl-tls.h>Florian Weimer5-0/+20
2025-01-10malloc: obscure calloc use in tst-callocSam James1-4/+8
2025-01-10configure: Clear libc_cv_cc_wimplicit_fallthrough if not supportedH.J. Lu2-2/+2
2025-01-09elf: Always define TLS_TP_OFFSETFlorian Weimer6-0/+70
2025-01-09x86: Add missing #include <features.h> to <thread_pointer.h>Florian Weimer1-0/+2
2025-01-09Move <thread_pointer.h> to kernel-independent sysdeps directoriesFlorian Weimer11-0/+0
2025-01-09math: Fix acosf when building with gcc <= 11Adhemerval Zanella7-15/+7
2025-01-09tests: Verify inheritance of cpu affinitySiddhesh Poyarekar5-0/+296
2025-01-09s390x: Regenerated ULPsStefan Liebler1-0/+2
2025-01-09i686: Regenerate multiarch ulpsH.J. Lu1-3/+3
2025-01-08Revert "configure: default to --prefix=/usr on GNU/Linux"DJ Delorie2-7/+2
2025-01-08riscv: Update nofpu libm test ulpsDarius Rad1-4/+40
2025-01-08elf: Minimize library dependencies of tst-nolink-libc.cFlorian Weimer1-2/+4
2025-01-07include/string.h: Also redirect calls if not inlined in libpthreadSamuel Thibault1-1/+1
2025-01-07or1k: Update fpu libm-test-ulpsStafford Horne1-6/+165
2025-01-07math: update powerpc ulps (this time LE)Andreas K. Hüttel1-8/+8
2025-01-07elf: Second ld.so relocation only if libc.so has been loadedFlorian Weimer5-34/+81
2025-01-07Revert "x86_64: Remove unused padding from tcbhead_t"Florian Weimer1-0/+12
2025-01-07Revert "nptl: More useful padding in struct pthread"Florian Weimer1-25/+31
2025-01-07tst-xdirent: Fix allocating dirent for readdir_r callSamuel Thibault1-4/+8
2025-01-07hurd: Accept null arguments for utimensat pathnameSamuel Thibault1-5/+11
2025-01-07mach: Make clock_nanosleep also check tv_secSamuel Thibault1-0/+1