aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
15 hoursx86: Don't left shift negative valuesHEADmasterCollin Funk1-2/+2
25 hoursSupport loading libunwind instead of libgcc_sAdhemerval Zanella7-3/+84
25 hoursconfigure: Repurpose have-cc-with-libunwind for clang supportAdhemerval Zanella6-14/+18
25 hoursconfigure: Parametrize runtime libraries to support compiler-rtAdhemerval Zanella6-11/+65
25 hoursmalloc: Remove lingering DIAG_POP_NEEDS_COMMENTAdhemerval Zanella1-1/+0
37 hoursconform: Add initial support for XOPEN2K24Collin Funk39-122/+122
37 hoursconform: Add initial support for POSIX.1-2024Collin Funk58-220/+220
47 hoursmalloc: Cleanup warningsWilco Dijkstra2-16/+1
2 daysDocument CVE-2026-3904Siddhesh Poyarekar1-0/+30
2 daysLoongArch: Optimize float environment functionsDeng Jianbo7-27/+25
3 daysnptl: Only issues __libc_unwind_link_get for SHAREDAdhemerval Zanella1-0/+2
3 daysx86_64: Conditionally define __sfp_handle_exceptions for compiler-rtAdhemerval Zanella5-1/+176
3 daystest-assert-c++-variadic.cc: Disable assert_works for GCC 14.2 and 14.1Tomasz Kamiński1-0/+5
3 dayslibio: Properly link in function _IO_wfile_doallocate in static binariesYunze Zhu3-1/+37
3 daysmalloc: Improve memalign alignmentWilco Dijkstra3-45/+47
3 daysfeat(rtld): Allow LD_DEBUG category exclusionFrédéric Bérat3-4/+110
3 dayself(tls): Add debug logging for TLS operationsFrédéric Bérat14-33/+289
4 dayself: should check result of openat with -1 not 1Weixie Cui1-1/+1
5 dayshtl: Fix pthread_once memory orderingSamuel Thibault1-4/+2
5 dayshtl: Make sure the exit path of last thread sees all thread cleanupsSamuel Thibault1-1/+1
5 dayshurd: Check for _hurdsig_preempted_set with _hurd_siglock heldSamuel Thibault1-2/+3
6 dayshtl: Call thread-specific destructors for last thread tooSamuel Thibault1-3/+3
6 dayshtl: Fix checking for mutex not being recoverableSamuel Thibault1-1/+1
8 daysbenchtests: Adapt tanhAdhemerval Zanella1-200/+1002
8 daysbenchtests: Adapt sinhAdhemerval Zanella1-300/+1001
8 daysbenchtests: Adapt coshAdhemerval Zanella1-400/+1002
8 daysFix Makefile alphabetical orderingSamuel Thibault1-1/+1
9 dayshurd; Fix return value for sigwaitSamuel Thibault1-1/+1
9 dayshurd: Fix cleaning on sigtimedwait timing outSamuel Thibault3-8/+108
9 daysLinux: Only define OPEN_TREE_* macros in <sys/mount.h> if undefined (bug 33921)Florian Weimer1-4/+6
9 daysmalloc: Avoid accessing /sys/kernel/mm filesWilco Dijkstra2-18/+9
9 daysmisc: Fix a few typos in commentsYury Khrustalev8-13/+13
10 dayshtl: Fix race between timedrd/wrlock and unlockSamuel Thibault2-41/+35
10 dayshurd: Take cancel_lock in critical sectionSamuel Thibault1-0/+2
10 daysresolv: Avoid duplicate query if search list contains '.' (bug 33804)Carlos Peón Costa2-4/+19
10 dayssupport: no_override_resolv_conf_search flag for resolver test frameworkFlorian Weimer5-0/+183
10 daysAArch64: Improve memset when len is 64Wilco Dijkstra2-6/+6
10 daysmalloc: Add asserts for malloc assumptionsWilco Dijkstra1-11/+5
10 daystests: posix: use cpu clock for sleepYury Khrustalev1-2/+18
11 daysassert: Support assert as variadic macro for C++26 [PR27276]Jonathan Wakely6-9/+218
11 daysmath: Sync atanh with CORE-MATHAdhemerval Zanella2-3/+6
11 daysmath: Sync log10p1f with CORE-MATHAdhemerval Zanella2-109/+124
11 daysmath: Sync log10f with CORE-MATHAdhemerval Zanella2-57/+70
11 daysmath: Sync log2p1f with CORE-MATHAdhemerval Zanella4-210/+145
11 daysmath: Sync log1pf with CORE-MATHAdhemerval Zanella4-90/+91
12 dayshtl: Fix mt-safeness of libioSamuel Thibault1-0/+4
12 dayshurd: Sign-extend the sigcode passed to msg_sig_postSamuel Thibault1-1/+1
2026-02-26Vectorise inverse hyperbolic special casesCosmina.Dunca@arm.com8-124/+224
2026-02-26AArch64: Single and Double precision entire exp family, SVE and AdvSIMD optim...Richard.Wild@arm.com28-974/+1211
2026-02-26manual: Document that EOPNOTSUPP and ENOTSUP are equal, not distinct (BZ 2363)Nicolas Boulenguez1-16/+24