| Commit message (Expand) | Author | Age | Files | Lines |
| * | libthr: add pthread_sigqueue(3) | Konstantin Belousov | 2024-04-30 | 1 | -0/+7 |
| * | posix_spawn(3): add POSIX_SPAWN_DISABLE_ASLR_NP | Konstantin Belousov | 2024-03-11 | 1 | -0/+1 |
| * | dumprestore.h: Fix typos in source code comments | Gordon Bergling | 2024-03-03 | 1 | -3/+3 |
| * | libc: expose execvpe for Linux compat | Brooks Davis | 2024-02-18 | 1 | -0/+1 |
| * | Add kcmp(2) userspace bits | Konstantin Belousov | 2024-01-30 | 1 | -0/+1 |
| * | resolv: Add a required include to resolv.h | Jan Beich | 2024-01-15 | 1 | -0/+1 |
| * | endian.h: Remove duplicate words | Jose Luis Duran | 2024-01-07 | 1 | -3/+3 |
| * | libc/libc/rpc: refactor some global variables | Alan Somers | 2023-11-30 | 1 | -1/+0 |
| * | pkgbase: Move headers and libs out of runtime and utilities | Doug Rabson | 2023-11-12 | 2 | -1/+3 |
| * | Trim various $FreeBSD$ | John Baldwin | 2023-10-24 | 1 | -2/+0 |
| * | include: Implement N2867. | Dag-Erling Smørgrav | 2023-09-07 | 2 | -1/+41 |
| * | time.h: Fix visibility check for C11 and C23 features. | Dag-Erling Smørgrav | 2023-09-07 | 1 | -2/+2 |
| * | libc: Add timespec_getres(3) as per C23. | Dag-Erling Smørgrav | 2023-08-24 | 1 | -1/+7 |
| * | Remove $FreeBSD$: one-line xdr pattern | Warner Losh | 2023-08-16 | 21 | -22/+0 |
| * | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 15 | -15/+0 |
| * | Remove $FreeBSD$: one-line .c comment pattern | Warner Losh | 2023-08-16 | 24 | -24/+0 |
| * | Remove $FreeBSD$: one-line .h pattern | Warner Losh | 2023-08-16 | 53 | -53/+0 |
| * | Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 72 | -144/+0 |
| * | arm64 lib32: prepare arm64 headers to redirect to arm | Mike Karels | 2023-07-25 | 2 | -4/+69 |
| * | include: Migrate from COMPAT_32BIT to generic COMPAT_libcompat | Jessica Clarke | 2023-07-09 | 1 | -2/+2 |
| * | elf-hints.h: Allow rtld_paths.h to be included before it | Jessica Clarke | 2023-07-09 | 1 | -0/+2 |
| * | nvme: Don't install nvme_private.h in /usr/include. | John Baldwin | 2023-06-27 | 1 | -1/+6 |
| * | spdx: Simplify BSD-2-Clause AND BSD-2-Clause | Warner Losh | 2023-05-12 | 1 | -1/+1 |
| * | spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSD | Warner Losh | 2023-05-12 | 7 | -7/+7 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 43 | -43/+43 |
| * | includes: avoid installing if_wg.h twice | Ed Maste | 2023-05-10 | 1 | -2/+2 |
| * | Revert "libc: Implement bsort(3) a bitonic type of sorting algorithm." | Hans Petter Selasky | 2023-04-20 | 1 | -13/+0 |
| * | libc: bsort_s() requires both __BSD_VISIBLE and __EXT1_VISIBLE | Hans Petter Selasky | 2023-04-19 | 1 | -1/+1 |
| * | include: add a check-ldirs target | Brooks Davis | 2023-04-19 | 1 | -0/+13 |
| * | libc: Implement bsort(3) a bitonic type of sorting algorithm. | Hans Petter Selasky | 2023-04-19 | 1 | -0/+13 |
| * | Update/fix Makefile.depend for userland | Simon J. Gerraty | 2023-04-19 | 1 | -0/+1 |
| * | arpa: garbage collect ns_newmsg/ns_rdata decls | Val Packett | 2023-03-22 | 1 | -40/+0 |
| * | secure_getenv: Put under __BSD_VISIBLE | Warner Losh | 2023-03-14 | 1 | -1/+1 |
| * | Add GNU glibc compatible secure_getenv | lucy | 2023-03-14 | 1 | -0/+1 |
| * | include: Remove no longer existing netgraph/atm | Michael Butler | 2023-03-09 | 1 | -1/+1 |
| * | libc: Remove prototype and documentation for tzsetwall(). | Dag-Erling Smørgrav | 2023-03-07 | 1 | -1/+0 |
| * | include: Fix typos | Elyes Haouas | 2023-02-22 | 4 | -4/+4 |
| * | Revert "stdlib.h: Fix qsort_r compatibility with GCC 12." | John Baldwin | 2023-01-27 | 1 | -6/+0 |
| * | byteswap.h: Add a glibc/linux compatible byteswap.h | Warner Losh | 2023-01-20 | 2 | -1/+43 |
| * | linux: For better compatibility, provide compatible endian.h | Warner Losh | 2023-01-20 | 2 | -2/+45 |
| * | stdlib.h: Fix qsort_r compatibility with GCC 12. | John Baldwin | 2023-01-19 | 1 | -0/+6 |
| * | include: put includes into -dev packages | Kyle Evans | 2022-11-10 | 1 | -7/+7 |
| * | libc: Don't warn about RRSIG replies. | Dag-Erling Smørgrav | 2022-11-09 | 1 | -0/+18 |
| * | getaddrinfo: distinguish missing addrs from unresolvable names | Mike Karels | 2022-11-02 | 1 | -0/+1 |
| * | netdb.h: re-enable EAI_ADDRFAMILY, EAI_NODATA | Mike Karels | 2022-11-02 | 1 | -4/+7 |
| * | Import the WireGuard driver from zx2c4.com. | John Baldwin | 2022-10-28 | 1 | -2/+7 |
| * | netlink: add headers installation | Alexander V. Chernikov | 2022-10-01 | 1 | -1/+2 |
| * | Alter the prototype of qsort_r(3) to match POSIX, which adopted the | Ed Schouten | 2022-09-30 | 1 | -2/+36 |
| * | corrected RFC numbers in comments to proper ones | Hajimu UMEMOTO | 2022-09-29 | 1 | -2/+2 |
| * | libc rpc: Fix mismatches in prototypes for array bounds. | John Baldwin | 2022-09-28 | 1 | -5/+6 |