aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libc: Sorting is not needed when there are less than two elementsHans Petter Selasky2023-04-191-1/+2
* libc: Add missing object size check to qsort_s(3)Hans Petter Selasky2023-04-192-3/+11
* bsort.3: Fix warnings as reported by mandoc -W warningHans Petter Selasky2023-04-191-6/+4
* libc: Implement bsort(3) a bitonic type of sorting algorithm.Hans Petter Selasky2023-04-196-1/+507
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-19115-169/+43
* umtx: allow to configure minimal timeout (in nanoseconds)Konstantin Belousov2023-04-183-0/+28
* sendmail: Silence -Wdeprecated-non-prototype warnings.John Baldwin2023-04-183-0/+6
* libveriexec: add function to check a label based on a pathSteve Kiernan2023-04-172-1/+31
* veriexec: Additional functionality for MAC/veriexecSteve Kiernan2023-04-173-1/+195
* veriexec: Add SPDX-License-IdentifierStephen J. Kiernan2023-04-172-4/+4
* procctl: add state flags to PROC_REAP_GETPIDS reportsVal Packett2023-04-161-2/+8
* libsecureboot allow site.trust.mk to override settingsSimon J. Gerraty2023-04-151-1/+4
* Fix DIRDEPS_BUILD for libgcc_ehSimon J. Gerraty2023-04-143-1/+18
* pkru.3: fix markupKonstantin Belousov2023-04-141-2/+2
* pf: backport OpenBSD syntax of "scrub" option for "match" and "pass" rulesKajetan Staszkiewicz2023-04-142-1/+3
* Stop stripping 'sf' suffixes from architecture names.John Baldwin2023-04-122-3/+3
* sysdecode: Add aarch64Warner Losh2023-04-121-2/+2
* pmc: Keep a list sorted.Joseph Koshy2023-04-051-41/+41
* Change kqueue1() to be compatible with NetBSDKonstantin Belousov2023-04-054-0/+62
* cap_dns, cap_net: fix host and service buffer handlingEric van Gyzen2023-04-043-8/+51
* kqueue: add close() calls to man page exampleEd Maste2023-04-041-0/+4
* Rename kqueue1(2) to kqueuex(2) to avoid compat issues with NetBSDKonstantin Belousov2023-04-043-5/+5
* libipsec: ansifyKonstantin Belousov2023-04-032-229/+88
* ipsec_strerror.c: style, drop redundand returnKonstantin Belousov2023-04-031-3/+1
* zfs: merge openzfs/zfs@431083f75Martin Matuska2023-04-031-2/+2
|\
| * Add more ANSI colors to libzfsTino Reichardt2023-03-242-8/+11
| * spl: cmn_err_once() should be usable in brace-less if else statementsAttila Fülöp2023-03-151-8/+8
| * Fix building for powerpc* targets with some compilersLow-power2023-03-151-1/+1
| * nvpair: Constify string functionsRichard Yao2023-03-1422-183/+211
| * discover_cached_paths() should not corrupt nvlist string valueRichard Yao2023-03-141-4/+11
| * zpool_valid_proplist() should not corrupt nvpair name string on errorRichard Yao2023-03-141-0/+1
| * zcommon: Refactor FPU state handling in fletcher4Attila Fülöp2023-03-141-8/+11
| * ABI files: sync with new Ubuntu release in CIGeorge Melikov2023-03-115-3880/+8996
| * Implementation of block cloning for ZFSPawel Jakub Dawidek2023-03-103-5/+13
| * Better handling for future crypto parametersRob N2023-03-072-0/+11
| * spl: Add cmn_err_once() to log a message only on the first callAttila Fülöp2023-03-071-0/+34
| * Add generic implementation handling and SHA2 implTino Reichardt2023-03-023-11/+22
| * Add SHA2 SIMD feature tests for libsplTino Reichardt2023-03-022-24/+99
| * Remove old or redundant SHA2 filesTino Reichardt2023-03-021-148/+0
| * Use .section .rodata instead of .rodata on FreeBSDDimitry Andric2023-02-251-1/+1
| * Give strlcat() full buffer lengths rather than smaller buffer lengthsRichard Yao2023-02-142-3/+3
| * Restore FreeBSD to use .rodataJorgen Lundman2023-02-061-1/+1
| * Fix variable shadowing in libzfs_mountReno Reckling2023-02-021-3/+3
| * Fix console progress reporting for recursive sendAmeer Hamza2023-02-021-2/+6
* | libpcap: Update to 1.10.3Joseph Mingrone2023-03-311-3/+8
* | kqueue: tidy up indentation in man page exampleEd Maste2023-03-311-2/+1
* | carp: allow commands to use interface name rather than indexKristof Provost2023-03-311-16/+2
* | cap_dns tests: Convert to ATF, avoid failing when lookups don't resolveMark Johnston2023-03-302-310/+328
* | cap_sysctl tests: SerializeMark Johnston2023-03-301-1/+4
* | memmem: add a note about other systems which have memmemEd Maste2023-03-301-2/+3