aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
26 hourself: should check result of openat with -1 not 1HEADmasterWeixie Cui1-1/+1
42 hourshtl: Fix pthread_once memory orderingSamuel Thibault1-4/+2
42 hourshtl: Make sure the exit path of last thread sees all thread cleanupsSamuel Thibault1-1/+1
2 dayshurd: Check for _hurdsig_preempted_set with _hurd_siglock heldSamuel Thibault1-2/+3
2 dayshtl: Call thread-specific destructors for last thread tooSamuel Thibault1-3/+3
2 dayshtl: Fix checking for mutex not being recoverableSamuel Thibault1-1/+1
5 daysbenchtests: Adapt tanhAdhemerval Zanella1-200/+1002
5 daysbenchtests: Adapt sinhAdhemerval Zanella1-300/+1001
5 daysbenchtests: Adapt coshAdhemerval Zanella1-400/+1002
5 daysFix Makefile alphabetical orderingSamuel Thibault1-1/+1
5 dayshurd; Fix return value for sigwaitSamuel Thibault1-1/+1
5 dayshurd: Fix cleaning on sigtimedwait timing outSamuel Thibault3-8/+108
6 daysLinux: Only define OPEN_TREE_* macros in <sys/mount.h> if undefined (bug 33921)Florian Weimer1-4/+6
6 daysmalloc: Avoid accessing /sys/kernel/mm filesWilco Dijkstra2-18/+9
6 daysmisc: Fix a few typos in commentsYury Khrustalev8-13/+13
6 dayshtl: Fix race between timedrd/wrlock and unlockSamuel Thibault2-41/+35
6 dayshurd: Take cancel_lock in critical sectionSamuel Thibault1-0/+2
7 daysresolv: Avoid duplicate query if search list contains '.' (bug 33804)Carlos Peón Costa2-4/+19
7 dayssupport: no_override_resolv_conf_search flag for resolver test frameworkFlorian Weimer5-0/+183
7 daysAArch64: Improve memset when len is 64Wilco Dijkstra2-6/+6
7 daysmalloc: Add asserts for malloc assumptionsWilco Dijkstra1-11/+5
7 daystests: posix: use cpu clock for sleepYury Khrustalev1-2/+18
8 daysassert: Support assert as variadic macro for C++26 [PR27276]Jonathan Wakely6-9/+218
8 daysmath: Sync atanh with CORE-MATHAdhemerval Zanella2-3/+6
8 daysmath: Sync log10p1f with CORE-MATHAdhemerval Zanella2-109/+124
8 daysmath: Sync log10f with CORE-MATHAdhemerval Zanella2-57/+70
8 daysmath: Sync log2p1f with CORE-MATHAdhemerval Zanella4-210/+145
8 daysmath: Sync log1pf with CORE-MATHAdhemerval Zanella4-90/+91
9 dayshtl: Fix mt-safeness of libioSamuel Thibault1-0/+4
9 dayshurd: Sign-extend the sigcode passed to msg_sig_postSamuel Thibault1-1/+1
12 daysVectorise inverse hyperbolic special casesCosmina.Dunca@arm.com8-124/+224
12 daysAArch64: Single and Double precision entire exp family, SVE and AdvSIMD optim...Richard.Wild@arm.com28-974/+1211
12 daysmanual: Document that EOPNOTSUPP and ENOTSUP are equal, not distinct (BZ 2363)Nicolas Boulenguez1-16/+24
12 daysAArch64: Vectorise SVE log/log2/log10 single and double precision special cases.Richard.Wild@arm.com6-219/+447
12 daysAArch64: Single and Double precision hyperbolics, SVE and AdvSIMD optimisationsRichard.Wild@arm.com11-250/+647
12 daysmalloc: alignment might change in future versionsPaul Eggert2-3/+12
12 daysSay malloc (0) != NULL is now common; resectionPaul Eggert1-39/+91
12 daysDocument malloc alignmentPaul Eggert1-4/+27
12 daysDocument max_align_tPaul Eggert1-8/+20
12 daysmanual: Fix typo in documentation of iconv character set optionsFlorian Weimer1-1/+1
12 daysdebug: Fix build with --enable-fortify-source=1 (BZ 33904)Adhemerval Zanella1-0/+2
12 dayslinux/mips: handle wait status 0x7f specially for WIFSIGNALED and WIFSTOPPEDXi Ruoyao1-0/+68
13 dayself: Fix tst-link-map-contiguous-ldso build for HurdAdhemerval Zanella1-0/+1
14 dayself: parse /proc/self/maps as the last resort to find the gap for tst-link-ma...Xi Ruoyao1-2/+62
14 daystests: fix tst-rseq with Linux 7.0Michael Jeanson1-4/+3
2026-02-23libio: Fix deadlock between freopen, fflush (NULL) and fclose (bug 24963)Florian Weimer9-30/+206
2026-02-22hurd: 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