| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | system(3): Improve signal handling | Dag-Erling Smørgrav | 2026-02-25 | 1 | -43/+73 |
| * | mpool/mpool_get.c: Avoid clobbering 'errno' when handling 'pread' errors | Bojan Novković | 2026-02-25 | 1 | -0/+4 |
| * | libc: Roll {l,ll,imax}abs(3) manpages into just abs(3) | Aymeric Wibo | 2026-02-21 | 9 | -216/+61 |
| * | libc: Roll {l,ll,imax}div(3) manpages into just div(3) | Aymeric Wibo | 2026-02-21 | 5 | -242/+67 |
| * | vmm: Start using exterror | Mark Johnston | 2026-02-19 | 1 | -0/+1 |
| * | libc: improve include usage for exterror sources | Konstantin Belousov | 2026-02-18 | 1 | -0/+1 |
| * | libc: add man page for uexterr_gettext(3) | Konstantin Belousov | 2026-02-18 | 2 | -0/+72 |
| * | libc: print extended errors from warn(3) and vwarn(3) | Konstantin Belousov | 2026-02-17 | 1 | -2/+2 |
| * | libc/arm: use __builtin_trap() instead of abort() in aeabi_unwind stubs | Robert Clausecker | 2026-02-13 | 1 | -6/+6 |
| * | Summary: *.3: misc man page fixes | Robert Clausecker | 2026-02-13 | 1 | -1/+1 |
| * | libc: Improve {,l,ll,imax}div(3) manpages | Aymeric Wibo | 2026-02-12 | 6 | -24/+28 |
| * | libc: Remove leftover comments | Aymeric Wibo | 2026-02-12 | 3 | -4/+0 |
| * | lib/libc/net/sockatmark.3: fix groff mdoc warning | Konstantin Belousov | 2026-02-12 | 1 | -1/+1 |
| * | STACKALIGN: Reimplement in terms of __align_down | John Baldwin | 2026-02-06 | 2 | -2/+4 |
| * | libc/aarch64: Add memset for a 64 byte dc zva | Andrew Turner | 2026-02-03 | 3 | -1/+20 |
| * | libc/aarch64: Split out the MOPS functions | Andrew Turner | 2026-02-03 | 3 | -3/+14 |
| * | libc/aarch64: Add a Makefile.inc dependency | Andrew Turner | 2026-02-03 | 1 | -2/+2 |
| * | libc/tests: Clean up *dir() tests | Dag-Erling Smørgrav | 2026-02-03 | 1 | -15/+13 |
| * | rpc: correct resultproc_t's type | Brooks Davis | 2026-02-02 | 1 | -3/+5 |
| * | clnt_broadcast(3): fix eachresult argument type | Brooks Davis | 2026-02-02 | 1 | -2/+3 |
| * | clnt_broadcast(3): don't free function pointers | Brooks Davis | 2026-02-02 | 1 | -25/+10 |
| * | libc: Fix missing include | Dag-Erling Smørgrav | 2026-02-02 | 1 | -0/+1 |
| * | libc: Improve POSIX conformance of dirfd() | Dag-Erling Smørgrav | 2026-02-02 | 2 | -1/+18 |
| * | libc: Clean up *dir() code | Dag-Erling Smørgrav | 2026-02-02 | 9 | -49/+43 |
| * | bcmp(3): update manpage to following the Posix Standard | Pouria Mousavizadeh Tehrani | 2026-02-02 | 1 | -1/+9 |
| * | libc/resolv: Switch default to loopback address | Dag-Erling Smørgrav | 2026-01-31 | 1 | -41/+26 |
| * | posix_spawn: use rfork_thread on all arches | Konstantin Belousov | 2026-01-28 | 1 | -21/+18 |
| * | libc: Don't use uninitialised string for getnetbyaddr[_r](0) DNS lookup | Jessica Clarke | 2026-01-27 | 1 | -0/+3 |
| * | btree/bt_seq.c: Fix two NULL pointer dereferences | Bojan Novković | 2026-01-27 | 1 | -4/+4 |
| * | btree/bt_split.c: Fix a misaligned if statement | Bojan Novković | 2026-01-27 | 1 | -1/+1 |
| * | libc: document posix_spawnattr_{get,set}procdescp_np(3) | Konstantin Belousov | 2026-01-26 | 3 | -0/+98 |
| * | METALOG: Order keyword entries | Jose Luis Duran | 2026-01-26 | 1 | -3/+3 |
| * | posix_spawnattr_getexecfd_np.3: add closing .Fc | Konstantin Belousov | 2026-01-26 | 1 | -0/+1 |
| * | libc: add posix_spawnattr_{get,set}procdescp_np | Konstantin Belousov | 2026-01-26 | 2 | -5/+51 |
| * | libc: document posix_spawnattr_getexecfd_np(3) | Konstantin Belousov | 2026-01-25 | 3 | -0/+90 |
| * | libc: add posix_spawnattr_{get,set}execfd_np(3) | Konstantin Belousov | 2026-01-25 | 2 | -1/+26 |
| * | Regen for the fork and exit/wait exterror category addition | Konstantin Belousov | 2026-01-25 | 1 | -0/+2 |
| * | lib/libsys, lib/libc: export pdwait | Konstantin Belousov | 2026-01-25 | 3 | -0/+25 |
| * | xdr_string: don't leak strings with xdr_free | Brooks Davis | 2026-01-23 | 1 | -0/+7 |
| * | rpc/xdr.h: make xdrproc_t always take two arguments | Brooks Davis | 2026-01-23 | 1 | -2/+2 |
| * | jail(3): fix common usage after mac.label support | Kyle Evans | 2026-01-20 | 2 | -1/+3 |
| * | libc: drop NO_FP_LIBC support | Xin LI | 2026-01-17 | 10 | -75/+0 |
| * | tdestroy: don't visit one-child node twice | Doug Moore | 2026-01-16 | 1 | -34/+32 |
| * | exterr: Regenerate exterr_cat_filenames.h | Mark Johnston | 2026-01-16 | 1 | -1/+1 |
| * | libc/stdlib: Port strtonumx() from Illumos | Hans Rosenfeld | 2026-01-15 | 4 | -23/+80 |
| * | swab: Correctly treat the data as misaligned | John Baldwin | 2026-01-14 | 1 | -3/+10 |
| * | libc/aarch64: Use MOPS implementations of memcpy/memmove/memset where availble | Sarah Walker | 2026-01-13 | 6 | -6/+139 |
| * | libc/csu: Pass HWCAP flags to ifunc resolver functions | Sarah Walker | 2026-01-13 | 1 | -3/+28 |
| * | getopt(3): be more explicit about :: extension | Simon Wollwage | 2026-01-09 | 1 | -15/+34 |
| * | lib: remove powerpcspe | Minsoo Choo | 2026-01-09 | 17 | -1244/+0 |