| Age | Commit message (Expand) | Author |
| 2025-11-22 | htl: move c11 symbols into libc. | gfleury |
| 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-13 | htl: Remove errno and herrno from libpthread | 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-10-28 | Rename uimaxabs to umaxabs (bug 33325) | Joseph Myers |
| 2025-10-17 | Implement C23 memalignment | Joseph Myers |
| 2025-10-01 | Implement C23 memset_explicit (bug 32378) | Joseph Myers |
| 2025-09-21 | hurd: catch SIGSEGV on returning from signal handler | Samuel Thibault |
| 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 |
| 2025-08-16 | htl: move pthread_{join, clockjoin_np, timedjoin_np, tryjoin_np} into libc. | gfleury |
| 2025-08-16 | htl: move pthread_exit into libc. | gfleury |
| 2025-08-16 | htl: move pthread_detach into libc. | gfleury |
| 2025-08-16 | htl: move pthread_mutex_transfer_np into libc. | gfleury |
| 2025-08-16 | htl: move pthread_getattr_np into libc. | gfleury |
| 2025-08-16 | htl: move pthread_testcancel into libc. | gfleury |
| 2025-08-16 | htl: move pthread_kill into libc. | gfleury |
| 2025-08-16 | htl: move pthread_cancel, __pthread_do_cancel into libc. | gfleury |
| 2025-08-16 | htl: move __thread_set_pcsptp into libc. | gfleury |
| 2025-08-16 | htl: move pthread_yield into libc. | gfleury |
| 2025-08-16 | htl: move pthread_getcpuclockid into libc. | gfleury |
| 2025-08-16 | htl: move pthread_get/setconcurrency into libc. | gfleury |
| 2025-08-16 | htl: move pthread_setschedprio into libc. | gfleury |
| 2025-07-06 | htl: move __pthread_get_cleanup_stack to libc | Samuel Thibault |
| 2025-06-17 | termios: add new baud_t interface, defined to be explicitly numeric | H. Peter Anvin (Intel) |
| 2025-06-15 | htl: move pthread_key_*, pthread_get/setspecific | gfleury |
| 2025-05-14 | Implement C23 rootn. | Joseph Myers |
| 2025-05-09 | Implement C23 compoundn | Joseph Myers |
| 2025-04-21 | hurd: Do not restore xstate when it is not initialized | Samuel Thibault |
| 2025-04-18 | hurd: save xstate during signal handling | Luca Dariz |
| 2025-04-08 | stdlib: Implement C2Y uabs, ulabs, ullabs and uimaxabs | Lenard Mollenkopf |
| 2025-03-27 | Implement C23 pown | Joseph Myers |
| 2025-03-24 | Add _FORTIFY_SOURCE support for inet_pton | Aaron Merey |
| 2025-03-21 | Add _FORTIFY_SOURCE support for inet_ntop | Frédéric Bérat |
| 2025-03-14 | Implement C23 powr | Joseph Myers |
| 2025-03-07 | Implement C23 rsqrt | Joseph Myers |
| 2025-03-02 | htl: move pthread_once into libc | Samuel Thibault |
| 2025-02-16 | htl: move pthread_rwlock_init into libc. | gfleury |