aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* hcreate(3): fix incorrect claim that hdestroy frees keysKit Dallege2026-06-101-5/+6
* libc/tests: Enable fpsetround_basic which was never triggered since ported.K Rin2026-06-103-24/+38
* libc/tests: copy ieeefp tests out from contrib/netbsd-tests and rename them a...K Rin2026-06-104-3/+741
* cap_net: add tests for limits dropMariusz Zaborski2026-06-091-0/+235
* libc: Use slow path in fenv in C++ShengYi Hung2026-06-095-0/+54
* iconv.3: Fix formatting of the error sectionMark Johnston2026-06-081-0/+1
* libc: Add free_sized() and free_aligned_sized() as per C23Faraz Vahedi2026-06-076-1/+173
* msun: Fix up for recent rsqrt[fl] functionsSteve Kargl2026-06-073-22/+27
* libc/riscv64: temporarily unhook strrchr() from the buildRobert Clausecker2026-06-071-2/+1
* qsort.3: Document mergesort() behaviour on size overflowFaraz Vahedi2026-06-071-3/+11
* libc: Guard mergesort() allocation size arithmeticFaraz Vahedi2026-06-071-5/+11
* fts: add fts regression testsJitendra Bhati2026-06-052-0/+317
* fts: add misc fts traversal testsJitendra Bhati2026-06-051-1/+520
* Revert "libc: Constify the getcap API"Dag-Erling Smørgrav2026-06-054-18/+16
* fts: Correct description of fts_setDag-Erling Smørgrav2026-06-051-4/+5
* fts: address post-merge feedback on fts_children_test.cJitendra Bhati2026-06-051-8/+8
* fts: address post-merge feedback on fts_set_test.cJitendra Bhati2026-06-051-27/+34
* protocols: Update with IANA listYoshihiro Takahashi2026-06-051-6/+11
* libc: Constify the getcap APIDag-Erling Smørgrav2026-06-044-16/+18
* libarchive: Fix typo in sed commandDag-Erling Smørgrav2026-06-041-1/+1
* uipc_usrreq: revert addition of EMPTYPATH for bindat(2)Konstantin Belousov2026-06-041-3/+1
* libmsun: Fix incorrect MLINK for sincosl(3)Steve Kargl2026-06-041-1/+1
* libarchive: Clean up the build configurationDag-Erling Smørgrav2026-06-043-14/+17
* netpfil: add PF netlink command decoding supportIshan Agrawal2026-06-033-0/+10
* MFV: file 5.47.Xin LI2026-06-031-3/+3
* lib/libc/tests/gen: add fts_set() testsJitendra Bhati2026-06-022-0/+362
* open.2: document O_PATH behavior for bindat/connectatKonstantin Belousov2026-06-021-0/+6
* Avoid incorrect UFS1 timestamp corrections when system clock fails at boot.Kirk McKusick2026-06-011-8/+9
* rand(3): Normalize function orderingAymeric Wibo2026-05-301-5/+5
* login_class: Fix kqueues, pipebuf resource typesDag-Erling Smørgrav2026-05-291-2/+2
* fts: Improve the description of FTS_NOSTATDag-Erling Smørgrav2026-05-291-1/+8
* fts: Check link count before using itDag-Erling Smørgrav2026-05-291-5/+39
* fts: Add some depth to the options testDag-Erling Smørgrav2026-05-291-0/+74
* login.conf(5): Add missing resource limitsDag-Erling Smørgrav2026-05-271-4/+5
* Fix building with LLVM_BINUTILS_BOOSTRAP but without CLANG_BOOTSTRAPAlex Richardson2026-05-261-35/+35
* divert: Define semantics for SO_REUSEPORT_LB on divert socketsMark Johnston2026-05-261-1/+5
* acl_id_to_name.c: Fix printing of uids and gidsPeter Eriksson2026-05-252-4/+4
* fcntl.2: clarify arg use for F_SETFDKonstantin Belousov2026-05-241-1/+3
* unbound: Update to 1.25.1Dag-Erling Smørgrav2026-05-231-3/+3
* unbound: Update to 1.25.0Dag-Erling Smørgrav2026-05-231-189/+214
* unbound: Update to 1.24.2Dag-Erling Smørgrav2026-05-221-8/+8
* unbound: Regenerate for 1.24.1Dag-Erling Smørgrav2026-05-221-7/+17
* lib/libc/tests/gen: add fts_children() testsJitendra Bhati2026-05-222-0/+324
* lib/libc/tests/gen: add fts_open() error and edge case testsJitendra Bhati2026-05-222-0/+231
* lib/libc/gen/fts.3: use 'options' consistently in fts_set() descriptionJitendra Bhati2026-05-221-2/+2
* nlist: Decrement nent on matchDag-Erling Smørgrav2026-05-211-1/+3
* cap_net.3: Clarify monotonic reduction in permitted operationsEd Maste2026-05-201-1/+2
* libcasper: switch from select(2) to poll(2)Mariusz Zaborski2026-05-205-141/+262
* nlist.3: Move deprecation notice after introAlexander Ziaee2026-05-201-5/+4
* nlist: Handle multiple symbol tablesDag-Erling Smørgrav2026-05-192-71/+87