| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-04-08 | stdlib: Implement C2Y uabs, ulabs, ullabs and uimaxabs | Lenard Mollenkopf | 1 | -0/+4 |
| 2025-03-24 | Add _FORTIFY_SOURCE support for inet_pton | Aaron Merey | 1 | -0/+1 |
| 2025-03-21 | Add _FORTIFY_SOURCE support for inet_ntop | Frédéric Bérat | 1 | -0/+1 |
| 2025-03-02 | htl: move pthread_once into libc | Samuel Thibault | 1 | -0/+2 |
| 2025-02-16 | htl: move pthread_rwlock_init into libc. | gfleury | 1 | -0/+2 |
| 2025-02-16 | htl: move pthread_rwlock_destroy into libc. | gfleury | 1 | -0/+2 |
| 2025-02-16 | htl: move pthread_rwlock_{rdlock, timedrdlock, timedwrlock, wrlock, clockrdlo... | gfleury | 1 | -0/+12 |
| 2025-02-16 | htl: move pthread_rwlock_unlock into libc. | gfleury | 1 | -0/+2 |
| 2025-02-16 | htl: move pthread_rwlock_tryrdlock, pthread_rwlock_trywrlock into libc. | gfleury | 1 | -0/+4 |
| 2025-02-16 | htl: move pthread_rwlockattr_getpshared, pthread_rwlockattr_setpshared into l... | gfleury | 1 | -0/+4 |
| 2025-02-16 | htl: move pthread_rwlockattr_destroy into libc. | gfleury | 1 | -0/+2 |
| 2025-02-16 | htl: move pthread_rwlockattr_init into libc. | gfleury | 1 | -0/+2 |
| 2025-02-10 | htl: move pthread_barrier_wait into libc. | gfleury | 1 | -0/+2 |
| 2025-02-10 | htl: move pthread_barrier_init into libc. | gfleury | 1 | -0/+2 |
| 2025-02-10 | htl: move pthread_barrier_destroy into libc. | gfleury | 1 | -0/+2 |
| 2025-02-10 | htl: move pthread_barrierattr_getpshared, pthread_barrierattr_setpshared into... | gfleury | 1 | -0/+4 |
| 2025-02-10 | htl: move pthread_barrierattr_init into libc. | gfleury | 1 | -0/+2 |
| 2025-02-10 | htl: move pthread_barrierattr_destroy into libc. | gfleury | 1 | -0/+2 |
| 2025-01-29 | htl: move pthread_mutex_consistent, pthread_mutex_consistent_np into libc. | gfleury | 1 | -0/+4 |
| 2025-01-29 | htl: move pthread_mutex_getprioceiling, pthread_mutex_setprioceiling into libc | gfleury | 1 | -0/+4 |
| 2025-01-29 | htl: move pthread_mutex_{lock, unlock, trylock, timedlock, clocklock} | gfleury | 1 | -0/+4 |
| 2025-01-02 | htl: move pthread_mutexattr_setprioceiling, pthread_mutexattr_getprioceiling ... | gfleury | 1 | -0/+4 |
| 2025-01-02 | htl: move pthread_mutexattr_{setrobust, setrobust_np}, pthread_mutexattr_{get... | gfleury | 1 | -0/+8 |
| 2025-01-02 | htl: move pthread_mutexattr_setpshared, pthread_mutexattr_getpshared into libc. | gfleury | 1 | -0/+5 |
| 2025-01-02 | htl: move pthread_mutexattr_settype, pthread_mutexattr_gettype into libc. | gfleury | 1 | -0/+3 |
| 2025-01-02 | htl: move pthread_mutexattr_setprotocol into libc. | Samuel Thibault | 1 | -0/+2 |
| 2025-01-02 | htl: move pthread_mutexattr_getprotocol into libc. | gfleury | 1 | -0/+2 |
| 2025-01-01 | htl: move pthread_mutexattr_destroy into libc. | gfleury | 1 | -0/+1 |
| 2025-01-01 | htl: move pthread_mutexattr_init into libc. | gfleury | 1 | -0/+1 |
| 2024-12-22 | htl: move pthread_cond_timedwait, pthread_cond_clockwait, pthread_cond_wait i... | gfleury | 1 | -0/+1 |
| 2024-12-14 | htl: move pthread_sigmask into libc. | gfleury | 1 | -0/+2 |
| 2024-12-09 | htl: move pthread_condattr_setpshared into libc. | gfleury | 1 | -0/+2 |
| 2024-12-09 | htl: move pthread_condattr_setclock into libc. | gfleury | 1 | -0/+2 |
| 2024-12-09 | htl: move pthread_condattr_getpshared into libc. | gfleury | 1 | -0/+2 |
| 2024-12-09 | htl: move pthread_condattr_getclock into libc. | gfleury | 1 | -0/+2 |
| 2024-11-19 | htl: move pthread_attr_setguardsize into libc. | gfleury | 1 | -0/+2 |
| 2024-11-19 | htl: move pthread_attr_setstackaddr into libc. | gfleury | 1 | -0/+4 |
| 2024-11-19 | htl: move pthread_attr_setstacksize into libc. | gfleury | 1 | -0/+2 |
| 2024-11-19 | htl: move pthread_attr_getstack into libc. | gfleury | 1 | -0/+2 |
| 2024-11-19 | htl: move pthread_attr_getstackaddr into libc. | gfleury | 1 | -0/+2 |
| 2024-11-19 | htl move pthread_attr_getstacksize into libc. | gfleury | 1 | -0/+2 |
| 2024-11-19 | htl move pthread_attr_getguardsize into libc. | gfleury | 1 | -0/+2 |
| 2024-01-03 | Implement C23 <stdbit.h> | Joseph Myers | 1 | -0/+70 |
| 2023-06-15 | hurd: Add strlcpy, strlcat, wcslcpy, wcslcat to libc.abilist | Florian Weimer | 1 | -0/+8 |
| 2023-05-06 | hurd: Add ioperm symbol on x86_64 | Samuel Thibault | 1 | -0/+1 |
| 2023-05-01 | hurd: Add expected abilist files for x86_64 | Sergey Bugaev | 1 | -0/+2121 |