aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | socket.2: Cross-reference netintro(4)Artem Bunichev2026-02-021-1/+2
* | libc: Fix missing includeDag-Erling Smørgrav2026-02-021-0/+1
* | libc: Improve POSIX conformance of dirfd()Dag-Erling Smørgrav2026-02-022-1/+18
* | libc: Clean up *dir() codeDag-Erling Smørgrav2026-02-029-49/+43
* | bcmp(3): update manpage to following the Posix StandardPouria Mousavizadeh Tehrani2026-02-021-1/+9
* | libc/resolv: Switch default to loopback addressDag-Erling Smørgrav2026-01-311-41/+26
* | lib/virtual_oss/sndio: Remove trailing backslashChristos Margiolis2026-01-301-1/+1
* | posix_spawn: use rfork_thread on all archesKonstantin Belousov2026-01-281-21/+18
* | libsys, libc: provide rfork_thread() and pdrfork_thread() on all archesKonstantin Belousov2026-01-2810-10/+86
* | libc: Don't use uninitialised string for getnetbyaddr[_r](0) DNS lookupJessica Clarke2026-01-271-0/+3
* | btree/bt_seq.c: Fix two NULL pointer dereferencesBojan Novković2026-01-271-4/+4
* | btree/bt_split.c: Fix a misaligned if statementBojan Novković2026-01-271-1/+1
* | libc: document posix_spawnattr_{get,set}procdescp_np(3)Konstantin Belousov2026-01-263-0/+98
* | METALOG: Order keyword entriesJose Luis Duran2026-01-261-3/+3
* | posix_spawnattr_getexecfd_np.3: add closing .FcKonstantin Belousov2026-01-261-0/+1
* | libc: add posix_spawnattr_{get,set}procdescp_npKonstantin Belousov2026-01-262-5/+51
* | libsys: add pdrfork_thread() on x86Konstantin Belousov2026-01-266-2/+195
* | kqueue.2: Fix reference to unexisting kevent1()Artem Bunichev2026-01-251-4/+4
* | libc: document posix_spawnattr_getexecfd_np(3)Konstantin Belousov2026-01-253-0/+90
* | libc: add posix_spawnattr_{get,set}execfd_np(3)Konstantin Belousov2026-01-252-1/+26
* | Regen syscall tables after pdfork(2) and pdwait(2) additionsKonstantin Belousov2026-01-252-0/+8
* | Regen for the fork and exit/wait exterror category additionKonstantin Belousov2026-01-251-0/+2
* | Document pdrfork(2) and pdwait(2)Konstantin Belousov2026-01-254-10/+87
* | lib/libsys, lib/libc: export pdwaitKonstantin Belousov2026-01-256-0/+42
* | lib/libsys, lib/libc: export pdrfork(2)Konstantin Belousov2026-01-251-0/+4
* | xdr_string: don't leak strings with xdr_freeBrooks Davis2026-01-231-0/+7
* | rpc/xdr.h: make xdrproc_t always take two argumentsBrooks Davis2026-01-231-2/+2
* | libiconv: Fix typo in commentEd Maste2026-01-221-1/+1
* | libfetch: allow disabling TLS v1.3 when the connectionEugene Grosbein2026-01-222-4/+10
* | libfetch: apply timeout to SSL_read()Eugene Grosbein2026-01-221-0/+8
* | socket.2: Cross-reference protocol familiesArtem Bunichev2026-01-211-27/+110
* | cron: Implement full PAM session lifecycle for user jobsXin LI2026-01-211-0/+3
* | krb5: Expose missing symbolsCy Schubert2026-01-202-0/+2
* | jail(3): fix common usage after mac.label supportKyle Evans2026-01-203-7/+12
* | lib/libthr: add pthread_tryjoin(3) testKonstantin Belousov2026-01-192-0/+63
* | libthr: add pthread_tryjoin_np()Konstantin Belousov2026-01-192-14/+45
* | libthr/thread/thr_join.c: deduplicate backout_join() helperKonstantin Belousov2026-01-191-8/+13
* | libc: drop NO_FP_LIBC supportXin LI2026-01-1710-75/+0
* | tdestroy: don't visit one-child node twiceDoug Moore2026-01-161-34/+32
* | exterr: Regenerate exterr_cat_filenames.hMark Johnston2026-01-161-1/+1
* | lib/virtual_oss: don't (over)link to libsamplerateBrooks Davis2026-01-165-11/+4
* | virtual_oss: build system tidyingBrooks Davis2026-01-166-18/+9
* | virtual_oss: build commands/libs in parallelBrooks Davis2026-01-161-0/+2
* | virtual_oss: remove needless .include in intermediate MakefileBrooks Davis2026-01-161-1/+0
* | libjail: extend struct handlers to included MAC labelsKyle Evans2026-01-161-3/+189
* | libjail: start refactoring struct ioctl supportKyle Evans2026-01-161-57/+149
* | virtual_oss: Take MK_CUSE into accountChristos Margiolis2026-01-151-1/+1
* | libc/stdlib: Port strtonumx() from IllumosHans Rosenfeld2026-01-154-23/+80
* | ncurses: fix cross build on MacOSBaptiste Daroussin2026-01-151-1/+0
* | swab: Correctly treat the data as misalignedJohn Baldwin2026-01-141-3/+10