aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | libusb(3): Implement libusb_init_context() and the needed structures and defi...Hans Petter Selasky2023-03-304-9/+69
* | Remove LLVM build glue for MIPS as a native architecture.John Baldwin2023-03-291-10/+2
* | libarchive: Remove MIPS build glue.John Baldwin2023-03-291-2/+1
* | libcompiler_rt/libgcc_s: Remove MIPS build glue.John Baldwin2023-03-292-9/+3
* | libcasper: Move helper libraries from /lib/casper to /lib.John Baldwin2023-03-298-8/+8
* | Revert "Ensure .inc files are regenerated when llvm/clang tblgen binaries cha...Dimitry Andric2023-03-296-24/+7
* | Revert "Rework {clang,lldb,llvm}-tblgen invocations to add --write-if-changed"Dimitry Andric2023-03-297-229/+254
* | Rework {clang,lldb,llvm}-tblgen invocations to add --write-if-changedDimitry Andric2023-03-297-254/+229
* | libproc: Trim a MIPS leftover.John Baldwin2023-03-291-1/+0
* | Fix typo in statfs man pageStefan Eßer2023-03-291-1/+1
* | fs/msdosfs: add tracking of free root directory entriesStefan Eßer2023-03-291-1/+17
* | libc: use separate collate objects for C, POSIX, and C.UTF-8Yuri Pankov2023-03-283-3/+126
* | kqueue1(2): documentKonstantin Belousov2023-03-272-1/+20
* | kqueue1(2): export the symbol from libcKonstantin Belousov2023-03-271-0/+1
* | Include Embedded Trace Extensions (ETE) source code to the OpenCSD build.Ruslan Bukin2023-03-271-3/+17
* | libc: Use secure_getenv(3) where appropriateMark Johnston2023-03-2716-43/+25
* | secure_getenv: Improve documentation wordingWarner Losh2023-03-251-14/+16