| Commit message (Expand) | Author | Age | Files | Lines |
| * | include/stdbit.h: declare size_t, (u)int*_t, and (u)int_least*_t | Robert Clausecker | 2026-04-27 | 1 | -1/+21 |
| * | unistd.h: _Fork(2) is required by POSIX 2024 | Konstantin Belousov | 2026-04-17 | 1 | -1/+4 |
| * | posix_spawn: actions chdir and fchdir are now required by POSIX | Konstantin Belousov | 2026-04-08 | 1 | -0/+4 |
| * | sys: add renameat2(2) syscall | Konstantin Belousov | 2026-03-10 | 1 | -0/+1 |
| * | libc: improve include usage for exterror sources | Konstantin Belousov | 2026-02-21 | 1 | -2/+1 |
| * | libc: add posix_spawnattr_{get,set}procdescp_np | Konstantin Belousov | 2026-02-01 | 1 | -0/+4 |
| * | libc: add posix_spawnattr_{get,set}execfd_np(3) | Konstantin Belousov | 2026-02-01 | 1 | -0/+7 |
| * | libthr: add pthread_tryjoin_np() | Konstantin Belousov | 2026-01-25 | 1 | -0/+1 |
| * | stdbool.h: Update for C23 | Minsoo Choo | 2026-01-13 | 1 | -2/+6 |
| * | libc: add glibc-compatible tdestroy(3) | Konstantin Belousov | 2026-01-05 | 1 | -0/+1 |
| * | libc: implement C23 <stdbit.h> functions | Robert Clausecker | 2026-01-01 | 2 | -2/+126 |
| * | uchar.h: add char8_t | Robert Clausecker | 2026-01-01 | 1 | -0/+5 |
| * | time.h: add timegm() to the C23 namespace | Robert Clausecker | 2026-01-01 | 1 | -1/+1 |
| * | libc/string: add strdupa(3) and strndupa(3) | Konstantin Belousov | 2025-12-16 | 1 | -0/+28 |
| * | lib/libc: implement C23 memalignment() | Robert Clausecker | 2025-12-12 | 1 | -0/+8 |
| * | lib/libc: add recallocarray() | Robert Clausecker | 2025-12-12 | 1 | -0/+2 |
| * | libc/resolv: get rid of MD5 | Robert Clausecker | 2025-10-31 | 1 | -3/+1 |
| * | include/stdckdint.h: make the header compatible with C++ | Konstantin Belousov | 2025-10-24 | 1 | -3/+3 |
| * | tzcode: Expose and document offtime() and offtime_r() | Dag-Erling Smørgrav | 2025-10-02 | 1 | -0/+2 |
| * | libbsm: Rename package to audit-lib | Lexi Winter | 2025-10-01 | 1 | -2/+2 |
| * | Remove MK_GSSAPI | Lexi Winter | 2025-08-20 | 1 | -1/+1 |
| * | Revert "Remove Secure RPC DES authentication" | Lexi Winter | 2025-08-15 | 1 | -1/+78 |
| * | Remove Secure RPC DES authentication | Lexi Winter | 2025-08-10 | 1 | -78/+1 |
| * | gssapi,krb5: Replace libgssapi with the MIT version | Cy Schubert | 2025-08-07 | 1 | -1/+1 |
| * | libc: Deprecate readdir_r() | Dag-Erling Smørgrav | 2025-08-01 | 1 | -1/+2 |
| * | rpc.h: Remove reference to unimplemented DES ioctls | Ed Maste | 2025-07-23 | 1 | -20/+0 |
| * | libc: Rename fscandir{,_b}() to fdscandir{,_b}(). | Dag-Erling Smørgrav | 2025-06-23 | 1 | -2/+2 |
| * | libc: Add fscandir(), fscandir_b(), scandirat_b(). | Dag-Erling Smørgrav | 2025-06-20 | 1 | -0/+13 |
| * | arm64: lib32: Don't try to install removed <machine/runq.h> | Olivier Certner | 2025-06-18 | 1 | -1/+0 |
| * | ssp: Protect sig2str with proper visibility markers | Warner Losh | 2025-06-12 | 1 | -0/+2 |
| * | include: ssp: fortify <signal.h> | Ricardo Branco | 2025-06-11 | 3 | -1/+55 |
| * | Add the POSIX sig2str(3) & str2sig(3) calls | Ricardo Branco | 2025-06-11 | 1 | -0/+9 |
| * | Add POSIX NSIG_MAX & _SC_NSIG | Ricardo Branco | 2025-06-11 | 2 | -0/+5 |
| * | Add sys/stdarg.h | Brooks Davis | 2025-06-11 | 1 | -2/+2 |
| * | sys/_stdarg.h: drop cdefs.h and _types.h polution | Brooks Davis | 2025-06-11 | 2 | -2/+2 |
| * | stddef.h: don't include sys/cdefs.h | Brooks Davis | 2025-06-11 | 1 | -2/+4 |
| * | Don't rely on sys/_types.h including sys/cdefs.h | Brooks Davis | 2025-06-11 | 1 | -0/+1 |
| * | glob.h: Limit glob_b prototype visibility | Bojan Novković | 2025-06-03 | 1 | -1/+1 |
| * | glob: Add blocks support | Bojan Novković | 2025-06-02 | 1 | -2/+14 |
| * | Provide user interface to retrieve reported extended errors | Konstantin Belousov | 2025-05-31 | 2 | -1/+23 |
| * | sysconf(3): add _SC_UEXTERR_LEN, the max length of the extended error string | Konstantin Belousov | 2025-05-31 | 1 | -0/+1 |
| * | libthr: add stable user interface for sigfastblock(2) | Konstantin Belousov | 2025-05-19 | 1 | -0/+2 |
| * | pthread_switch_add_np(3): remove | Konstantin Belousov | 2025-05-19 | 1 | -7/+0 |
| * | fts: Add FTS_COMFOLLOWDIR and FTS_NOSTAT_TYPE. | Dag-Erling Smørgrav | 2025-05-08 | 1 | -1/+5 |
| * | include/paths.h: add _PATH_NOSHUTDOWN | Konstantin Belousov | 2025-05-05 | 1 | -0/+1 |
| * | libc: Add getenv_r() function. | Dag-Erling Smørgrav | 2025-04-27 | 2 | -0/+7 |
| * | fts: Add blocks support. | Dag-Erling Smørgrav | 2025-04-22 | 1 | -7/+22 |
| * | Add POSIX psiginfo(3) call | Ricardo Branco | 2025-04-17 | 1 | -0/+1 |
| * | fts: Move private flags away from public ones. | Dag-Erling Smørgrav | 2025-04-10 | 1 | -11/+15 |
| * | Revert Make newly POSIX functions visible | Stephen Hurd | 2025-03-20 | 6 | -38/+20 |