aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
9 hoursbenchtests: Adapt tanhHEADmasterAdhemerval Zanella1-200/+1002
10 hoursbenchtests: Adapt sinhAdhemerval Zanella1-300/+1001
10 hoursbenchtests: Adapt coshAdhemerval Zanella1-400/+1002
15 hoursFix Makefile alphabetical orderingSamuel Thibault1-1/+1
28 hourshurd; Fix return value for sigwaitSamuel Thibault1-1/+1
28 hourshurd: Fix cleaning on sigtimedwait timing outSamuel Thibault3-8/+108
35 hoursLinux: Only define OPEN_TREE_* macros in <sys/mount.h> if undefined (bug 33921)Florian Weimer1-4/+6
38 hoursmalloc: Avoid accessing /sys/kernel/mm filesWilco Dijkstra2-18/+9
44 hoursmisc: Fix a few typos in commentsYury Khrustalev8-13/+13
2 dayshtl: Fix race between timedrd/wrlock and unlockSamuel Thibault2-41/+35
2 dayshurd: Take cancel_lock in critical sectionSamuel Thibault1-0/+2
2 daysresolv: Avoid duplicate query if search list contains '.' (bug 33804)Carlos Peón Costa2-4/+19
2 dayssupport: no_override_resolv_conf_search flag for resolver test frameworkFlorian Weimer5-0/+183
3 daysAArch64: Improve memset when len is 64Wilco Dijkstra2-6/+6
3 daysmalloc: Add asserts for malloc assumptionsWilco Dijkstra1-11/+5
3 daystests: posix: use cpu clock for sleepYury Khrustalev1-2/+18
3 daysassert: Support assert as variadic macro for C++26 [PR27276]Jonathan Wakely6-9/+218
4 daysmath: Sync atanh with CORE-MATHAdhemerval Zanella2-3/+6
4 daysmath: Sync log10p1f with CORE-MATHAdhemerval Zanella2-109/+124
4 daysmath: Sync log10f with CORE-MATHAdhemerval Zanella2-57/+70
4 daysmath: Sync log2p1f with CORE-MATHAdhemerval Zanella4-210/+145
4 daysmath: Sync log1pf with CORE-MATHAdhemerval Zanella4-90/+91
4 dayshtl: Fix mt-safeness of libioSamuel Thibault1-0/+4
5 dayshurd: Sign-extend the sigcode passed to msg_sig_postSamuel Thibault1-1/+1
8 daysVectorise inverse hyperbolic special casesCosmina.Dunca@arm.com8-124/+224
8 daysAArch64: Single and Double precision entire exp family, SVE and AdvSIMD optim...Richard.Wild@arm.com28-974/+1211
8 daysmanual: Document that EOPNOTSUPP and ENOTSUP are equal, not distinct (BZ 2363)Nicolas Boulenguez1-16/+24
8 daysAArch64: Vectorise SVE log/log2/log10 single and double precision special cases.Richard.Wild@arm.com6-219/+447
8 daysAArch64: Single and Double precision hyperbolics, SVE and AdvSIMD optimisationsRichard.Wild@arm.com11-250/+647
8 daysmalloc: alignment might change in future versionsPaul Eggert2-3/+12
8 daysSay malloc (0) != NULL is now common; resectionPaul Eggert1-39/+91
8 daysDocument malloc alignmentPaul Eggert1-4/+27
8 daysDocument max_align_tPaul Eggert1-8/+20
8 daysmanual: Fix typo in documentation of iconv character set optionsFlorian Weimer1-1/+1
8 daysdebug: Fix build with --enable-fortify-source=1 (BZ 33904)Adhemerval Zanella1-0/+2
8 dayslinux/mips: handle wait status 0x7f specially for WIFSIGNALED and WIFSTOPPEDXi Ruoyao1-0/+68
8 dayself: Fix tst-link-map-contiguous-ldso build for HurdAdhemerval Zanella1-0/+1
9 dayself: parse /proc/self/maps as the last resort to find the gap for tst-link-ma...Xi Ruoyao1-2/+62
9 daystests: fix tst-rseq with Linux 7.0Michael Jeanson1-4/+3
11 dayslibio: Fix deadlock between freopen, fflush (NULL) and fclose (bug 24963)Florian Weimer9-30/+206
11 dayshurd: Define _POSIX_TIMERS to 200809LSamuel Thibault1-2/+2
2026-02-18elf: Use dl-symbol-redir-ifunc.h instead _dl_strlenAdhemerval Zanella8-19/+20
2026-02-18posix: execvpe: skip $PATH components that are too long [BZ #33626]Pádraig Brady3-0/+78
2026-02-17Rename __unused fields to __glibc_reserved.Jakub Jelinek4-7/+7
2026-02-17aarch64: Tests for locking GCSYury Khrustalev9-0/+425
2026-02-17aarch64: Lock GCS status at startupYury Khrustalev4-28/+82
2026-02-17tests: aarch64: fix makefile dependencies for dlopen tests for BTIYury Khrustalev1-0/+6
2026-02-14hurd: calling alarm() whilst handling SIGALRM can deadlock.Mike Kelly1-22/+20
2026-02-13nss: Missing checks in __nss_configure_lookup, __nss_database_get (bug 28940)Florian Weimer3-1/+352
2026-02-13Linux: In getlogin_r, use utmp fallback only for specific errorsFlorian Weimer1-4/+17