| Commit message (Expand) | Author | Age | Files | Lines |
| * | runtime: add the ability to set exterrors in userspace | Brooks Davis | 2026-08-20 | 1 | -0/+6 |
| * | Revert erronously pushed series of commits, which should not be. | Konstantin Belousov | 2026-05-03 | 1 | -3/+0 |
| * | Add O_SYMLINK emulation | Konstantin Belousov | 2026-05-03 | 1 | -0/+3 |
| * | lib/libsys, lib/libc: export pdwait | Konstantin Belousov | 2026-01-25 | 1 | -0/+1 |
| * | get*ent: be consistant about _ALIGN(p) - p | Brooks Davis | 2025-12-10 | 1 | -0/+8 |
| * | libc/resolv: get rid of MD5 | Robert Clausecker | 2025-10-04 | 1 | -1/+0 |
| * | libc: compat.h: Remove a superfluous blank line at end | Olivier Certner | 2025-09-17 | 1 | -1/+0 |
| * | kern: fix setgroups(2) and getgroups(2) to match other platforms | Kyle Evans | 2025-08-15 | 1 | -0/+3 |
| * | libc,libthr: Remove __pthread_distribute_static_tls | Jessica Clarke | 2025-07-10 | 1 | -3/+1 |
| * | libc: Allow more complex expressions for CALL_BLOCK first argument | Jessica Clarke | 2025-06-03 | 1 | -1/+1 |
| * | Provide user interface to retrieve reported extended errors | Konstantin Belousov | 2025-05-31 | 1 | -0/+5 |
| * | libc: treat execvpe as a week symbol | SHENGYI HONG | 2025-04-22 | 1 | -0/+1 |
| * | libc, libthr: coordinate stubs for pthread_{suspend,resume}_all_np | Kyle Evans | 2024-11-14 | 1 | -0/+2 |
| * | libthr: avoid gcc -Wcast-function-type | Ryan Libby | 2024-07-03 | 1 | -2/+2 |
| * | libc: make strerror_rl() usable for libc | Konstantin Belousov | 2024-04-23 | 1 | -0/+2 |
| * | libc: INTERPOS_SYS macro for interposed syscalls | Brooks Davis | 2024-04-16 | 1 | -0/+6 |
| * | lib{c,rt}: use libsys.h for __sys_* declerations | Brooks Davis | 2024-04-16 | 1 | -77/+2 |
| * | syscalls.master: make __sys_fcntl take an intptr_t | Brooks Davis | 2024-03-19 | 1 | -1/+1 |
| * | libsys: make __libsys_interposing static | Brooks Davis | 2024-03-13 | 1 | -1/+0 |
| * | libsys: don't expose sigwait wrapper | Brooks Davis | 2024-03-13 | 1 | -2/+1 |
| * | libc: remove remnants of __fcntl_compat | Brooks Davis | 2024-03-13 | 2 | -3/+0 |
| * | libc: split libc and syscall interposing (1/2) | Brooks Davis | 2024-02-05 | 1 | -0/+2 |
| * | libc: expose execvpe for Linux compat | Brooks Davis | 2023-12-11 | 1 | -3/+0 |
| * | libc: Purge unneeded cdefs.h | Warner Losh | 2023-11-01 | 2 | -2/+0 |
| * | libc: export pthread_getname_np stub | Minsoo Choo | 2023-08-20 | 1 | -0/+1 |
| * | Remove $FreeBSD$: one-line .c comment pattern | Warner Losh | 2023-08-16 | 4 | -4/+0 |
| * | Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 12 | -24/+0 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 9 | -9/+9 |
| * | libc: move declaration of 'char **environ' to common private header | Konstantin Belousov | 2023-03-11 | 1 | -0/+2 |
| * | csu: move common code to libc | Konstantin Belousov | 2023-03-11 | 1 | -0/+6 |
| * | cpuset: Add compat shim to the sched_affinity functions | Dmitry Chagin | 2023-02-15 | 1 | -0/+6 |
| * | libc: Remove _get_tp() and _set_tp(). | John Baldwin | 2021-12-09 | 1 | -6/+0 |
| * | swapoff: add one more variant of the syscall | Konstantin Belousov | 2021-12-09 | 1 | -0/+2 |
| * | Add sched_getcpu() | Konstantin Belousov | 2021-11-10 | 1 | -0/+1 |
| * | Style | Konstantin Belousov | 2021-08-03 | 1 | -2/+2 |
| * | libc: add _get_tp() private function | Konstantin Belousov | 2021-04-09 | 1 | -1/+2 |
| * | libthr: wrap pdfork(2), same as fork(2). | Konstantin Belousov | 2021-01-11 | 1 | -0/+2 |
| * | Add eventfd(3) wrappers to libc. | Konstantin Belousov | 2020-12-27 | 1 | -0/+1 |
| * | Implement strerror_l(). | Konstantin Belousov | 2020-12-16 | 1 | -0/+5 |
| * | libc: Add pthread_attr_get_np(3) stub, reporting ESRCH. | Konstantin Belousov | 2020-11-28 | 1 | -0/+1 |
| * | Add pthread_getname_np() and pthread_setname_np() aliases for | Konstantin Belousov | 2020-06-10 | 2 | -0/+4 |
| * | Mark closefrom(2) COMPAT12, reimplement in libc to wrap close_range | Kyle Evans | 2020-04-14 | 1 | -0/+1 |
| * | Add linux-compatible memfd_create | Kyle Evans | 2019-09-25 | 1 | -0/+1 |
| * | Add libc stub for pthread_getthreadid_np(3). | Konstantin Belousov | 2019-06-23 | 1 | -0/+1 |
| * | Fix initial exec TLS mode for dynamically loaded shared objects. | Konstantin Belousov | 2019-03-29 | 1 | -0/+3 |
| * | Bump sys_errlist size to keep ABI backward-compatible for some time. | Konstantin Belousov | 2018-12-27 | 1 | -0/+2 |
| * | Update userland arc4random() with OpenBSD's Chacha20 based arc4random(). | Xin LI | 2018-08-19 | 1 | -2/+0 |
| * | Add pthread_get_name_np(3). | Konstantin Belousov | 2018-08-17 | 2 | -0/+2 |
| * | getentropy(3): Fallback to kern.arandom sysctl on older kernels | Conrad Meyer | 2018-03-21 | 1 | -0/+2 |
| * | lib: Fix several typos and minor errors | Eitan Adler | 2017-12-27 | 1 | -1/+1 |