| Age | Commit message (Expand) | Author |
| 2025-07-10 | libc,libthr: Remove __pthread_distribute_static_tls | Jessica Clarke |
| 2025-05-31 | Provide user interface to retrieve reported extended errors | Konstantin Belousov |
| 2025-04-22 | libc: treat execvpe as a week symbol | SHENGYI HONG |
| 2024-11-13 | libc, libthr: coordinate stubs for pthread_{suspend,resume}_all_np | Kyle Evans |
| 2024-07-03 | libthr: avoid gcc -Wcast-function-type | Ryan Libby |
| 2024-04-23 | libc: make strerror_rl() usable for libc | Konstantin Belousov |
| 2024-04-16 | libc: INTERPOS_SYS macro for interposed syscalls | Brooks Davis |
| 2024-04-16 | lib{c,rt}: use libsys.h for __sys_* declerations | Brooks Davis |
| 2024-03-19 | syscalls.master: make __sys_fcntl take an intptr_t | Brooks Davis |
| 2024-03-13 | libsys: make __libsys_interposing static | Brooks Davis |
| 2024-03-13 | libsys: don't expose sigwait wrapper | Brooks Davis |
| 2024-03-13 | libc: remove remnants of __fcntl_compat | Brooks Davis |
| 2024-02-05 | libc: split libc and syscall interposing (1/2) | Brooks Davis |
| 2023-12-11 | libc: expose execvpe for Linux compat | Brooks Davis |
| 2023-08-21 | libc: export pthread_getname_np stub | Minsoo Choo |
| 2023-08-16 | Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2023-03-12 | libc: move declaration of 'char **environ' to common private header | Konstantin Belousov |
| 2023-03-12 | csu: move common code to libc | Konstantin Belousov |
| 2023-02-15 | cpuset: Add compat shim to the sched_affinity functions | Dmitry Chagin |
| 2021-12-09 | libc: Remove _get_tp() and _set_tp(). | John Baldwin |
| 2021-11-10 | Add sched_getcpu() | Konstantin Belousov |
| 2021-04-09 | libc: add _get_tp() private function | Konstantin Belousov |
| 2021-01-11 | libthr: wrap pdfork(2), same as fork(2). | Konstantin Belousov |
| 2020-12-27 | Add eventfd(3) wrappers to libc. | Konstantin Belousov |
| 2020-12-16 | Implement strerror_l(). | Konstantin Belousov |
| 2020-11-28 | libc: Add pthread_attr_get_np(3) stub, reporting ESRCH. | Konstantin Belousov |
| 2020-04-14 | Mark closefrom(2) COMPAT12, reimplement in libc to wrap close_range | Kyle Evans |
| 2019-09-25 | Add linux-compatible memfd_create | Kyle Evans |
| 2019-06-23 | Add libc stub for pthread_getthreadid_np(3). | Konstantin Belousov |
| 2019-03-29 | Fix initial exec TLS mode for dynamically loaded shared objects. | Konstantin Belousov |
| 2018-08-19 | Update userland arc4random() with OpenBSD's Chacha20 based arc4random(). | Xin LI |
| 2018-03-21 | getentropy(3): Fallback to kern.arandom sysctl on older kernels | Conrad Meyer |
| 2017-11-20 | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-06-30 | In the stdio cleanup push and pop wrappers, always call libc stubs for | Konstantin Belousov |
| 2017-06-23 | Forward compatibility for ino64. | Warner Losh |
| 2017-05-23 | libthr: fix warnings from GCC when WARNS=6 | Eric van Gyzen |
| 2017-05-23 | Commit the 64-bit inode project. | Konstantin Belousov |
| 2017-03-30 | Implement the memset_s(3) function as specified by the C11 ISO/IEC | Konstantin Belousov |
| 2017-03-19 | Add clock_nanosleep() | Eric van Gyzen |
| 2017-01-07 | Export __cxa_thread_atexit_impl as an alias for __cxa_thread_atexit. | Konstantin Belousov |
| 2016-08-29 | Rewrite ptrace(2) wrappers in C. | Konstantin Belousov |
| 2016-08-16 | The fdatasync(2) call must be cancellation point. | Konstantin Belousov |
| 2016-08-06 | Add __cxa_thread_atexit(3) API implementation. | Konstantin Belousov |
| 2016-05-17 | Add implementation of robust mutexes, hopefully close enough to the | Konstantin Belousov |
| 2016-02-08 | Fix the gcc build after r295407. | Mark Johnston |
| 2016-02-08 | If libthr.so is dlopened without RTLD_GLOBAL flag, the libthr symbols | Konstantin Belousov |
| 2015-08-29 | Switch libc from using _sig{procmask,action,suspend} symbols, which | Konstantin Belousov |
| 2015-04-18 | The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), and | Konstantin Belousov |
| 2015-04-18 | Make wait6(2), waitid(3) and ppoll(2) cancellation points. The | Konstantin Belousov |
| 2015-03-29 | Make kevent(2) a cancellation point. | Konstantin Belousov |