| Age | Commit message (Expand) | Author |
| 2025-11-22 | htl: move c11 symbols into libc. | gfleury |
| 2025-11-21 | htl: Move pthread_atfork compatibility symbol to libc | Samuel Thibault |
| 2025-11-21 | htl: move pthread_spin_{destroy, lock, init, trylock, unlock) and remove _pth... | gfleury |
| 2025-11-20 | hurd: Add missing free_sized and free_aligned_sized | Samuel Thibault |
| 2025-11-18 | htl: move pthread_hurd_cond_timedwait_np, pthread_hurd_cond_wait_np into libc. | gfleury |
| 2025-11-18 | htl: move pthread_getname_np/setname_np into libc. | gfleury |
| 2025-11-17 | htl: move pthread_create to into libc | Samuel Thibault |
| 2025-11-16 | hurd: Fix restoring SSE state on signal | Samuel Thibault |
| 2025-11-13 | htl: Remove errno and herrno from libpthread | Samuel Thibault |
| 2025-11-13 | htl: Drop pthread-functions infrastructure | Samuel Thibault |
| 2025-11-13 | htl: move {,_IO_}f{,un,try}lockfile implementation into libc | Samuel Thibault |
| 2025-11-13 | Change fromfp functions to return floating types following C23 (bug 28327) | Joseph Myers |
| 2025-11-12 | hurd: Drop remnants of cthreads | Samuel Thibault |
| 2025-11-10 | Filter out internal abort during ld.so build | Adhemerval Zanella |
| 2025-11-09 | hurd: make setpriority clamp nice values to 0..2*NZERO-1 [BZ #33614] | Samuel Thibault |
| 2025-11-09 | Revert "hurd: Make rename refuse trailing slashes [BZ #32570]" | Samuel Thibault |
| 2025-11-05 | math: Remove the SVID error handling from tgammaf | Adhemerval Zanella |
| 2025-11-05 | math: Remove the SVID error handling from lgammaf/lgammaf_r | Adhemerval Zanella |
| 2025-11-05 | math: Remove the SVID error handling from atan2f | Adhemerval Zanella |
| 2025-11-04 | math: Remove the SVID error handling wrapper from sqrt | Adhemerval Zanella |
| 2025-11-04 | math: Remove the SVID error handling from sinhf | Adhemerval Zanella |
| 2025-11-04 | math: Remove the SVID error handling from remainder | Adhemerval Zanella |
| 2025-11-04 | math: Remove the SVID error handling from remainderf | Adhemerval Zanella |
| 2025-10-30 | math: Remove the SVID error handling wrapper from yn/jn | Adhemerval Zanella |
| 2025-10-30 | math: Remove the SVID error handling wrapper from y1/j1 | Adhemerval Zanella |
| 2025-10-30 | math: Remove the SVID error handling wrapper from y0/j0 | Adhemerval Zanella |
| 2025-10-30 | math: Remove the SVID error handling from coshf | Adhemerval Zanella |
| 2025-10-30 | math: Remove the SVID error handling from atanhf | Adhemerval Zanella |
| 2025-10-30 | math: Remove the SVID error handling from acoshf | Adhemerval Zanella |
| 2025-10-30 | math: Remove the SVID error handling from asinf | Adhemerval Zanella |
| 2025-10-30 | math: Remove the SVID error handling from acosf | Adhemerval Zanella |
| 2025-10-30 | math: Remove the SVID error handling from log10f | Adhemerval Zanella |
| 2025-10-30 | i386: Remove the SVID error handling from fmodf | Adhemerval Zanella |
| 2025-10-30 | i386: Remove the SVID error handling from fmod | Adhemerval Zanella |
| 2025-10-28 | Rename uimaxabs to umaxabs (bug 33325) | Joseph Myers |
| 2025-10-20 | posix: Defined _POSIX_VDISABLE as integer literal | Adhemerval Zanella |
| 2025-10-17 | Implement C23 memalignment | Joseph Myers |
| 2025-10-01 | Implement C23 memset_explicit (bug 32378) | Joseph Myers |
| 2025-09-22 | hurd: Note BZ #30166 as fixed | Samuel Thibault |
| 2025-09-22 | hurd: implement RLIMIT_AS against Mach RPCs | Diego Nieto Cid |
| 2025-09-21 | hurd: catch SIGSEGV on returning from signal handler | Samuel Thibault |
| 2025-08-27 | elf: early conversion of elf p_flags to mprotect flags | Cupertino Miranda |
| 2025-08-18 | htl: move sem_unlink into libc. | gfleury |
| 2025-08-18 | htl: move sem_{clockwait, timedwait, wait, trywait} into libc. | gfleury |
| 2025-08-18 | htl: move sem_post into libc. | gfleury |
| 2025-08-18 | htl: move sem_open, sem_close into libc. | gfleury |
| 2025-08-18 | htl: move sem_init into libc. | gfleury |
| 2025-08-18 | htl: move sem_getvalue into libc. | gfleury |
| 2025-08-18 | htl: move sem_destroy into libc. | gfleury |
| 2025-08-16 | htl: move __pthread_setup into libc. | gfleury |