aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libpfctl: fix pfctl_kill_states()Kristof Provost2022-01-311-1/+1
* libpmc: remove mips supportMitchell Horne2022-01-285-780/+0
* stdio: add test for 86a16ada1ea608408cec370: fflush() handling of errorsKonstantin Belousov2022-01-272-0/+145
* Use uintptr_t for return type of _Unwind_GetCFA.John Baldwin2022-01-271-2/+2
* Use an unsigned 64-bit integer for exception class.John Baldwin2022-01-271-2/+2
* tests: fix posix_spawnp_enoexec_fallback_null_argv0Kyle Evans2022-01-271-6/+3
* Add PT_GETREGSETAndrew Turner2022-01-271-1/+35
* libpfctl: fix creatorid endiannessKristof Provost2022-01-271-2/+2
* execve: disallow argc == 0Kyle Evans2022-01-261-1/+4
* geom: Add HiFive boot partitionsEd Maste2022-01-261-1/+11
* gpart.8: minor tidyingEd Maste2022-01-261-4/+5
* powerpc: Enable LLDB on all powerpc architecturesPiotr Kubaj2022-01-261-0/+3
* cam_get_device: resolve path links before parsing device nameAndriy Gapon2022-01-261-3/+6
* libthr: Use TLS_TCB_* in _tcb_[cd]tor.John Baldwin2022-01-251-2/+2
* __sflush(): on write error, if nothing was written, reset FILE state backKonstantin Belousov2022-01-251-2/+7
* Include the correct header for pdfork()'s prototype.John Baldwin2022-01-241-1/+1
* zfs: merge openzfs/zfs@17b2ae0b2 (master) into mainMartin Matuska2022-01-221-1/+4
|\
| * libspl: ASSERT*: !! for sizeofнаб2022-01-211-9/+9
| * libefi: remove efi_type()наб2022-01-182-33/+0
| * module/*.ko: prune .data, global .rodataнаб2022-01-144-142/+141
| * FreeBSD: Fix leaked strings in libspl mnttabRyan Moeller2022-01-141-9/+16
| * linux: libzfs: mount: fix uninitialised flagsнаб2022-01-131-1/+1
| * Updated the lz4 decompressorRich Ercolani2022-01-071-0/+1
| * Remove sha1 hashing from OpenZFS, it's not used anywhere.Tino Reichardt2022-01-071-3/+0
| * module: icp: rip out the Solaris loadable module architectureнаб2022-01-071-2/+0
| * Revert "zfs list: Allow more fields in ZFS_ITER_SIMPLE mode"Paul Dagnelie2022-01-067-87/+46
| * libzfs: fix unused, remove argsusedнаб2021-12-2310-24/+33
| * libnvpair: fix unused, remove argsusedнаб2021-12-232-3/+3
| * libzutil: import: fix unused, remove argsusedнаб2021-12-235-5/+10
| * libzpool: fix unused, remove argsusedнаб2021-12-233-23/+61
| * libshare: nfs: fix unused, remove argsusedнаб2021-12-233-0/+4
| * libzfs_core: fix unused, remove argsusedнаб2021-12-231-1/+3
| * libefi: efi_type: fix unused, remove argsusedнаб2021-12-231-0/+1
| * libspl: kmem.h: mark unused kmem_*() macro arguments usedнаб2021-12-231-2/+2
| * libspl: ASSERT*: mark arguments as usedнаб2021-12-231-9/+9
| * FreeBSD: fix world build after 143476ce8Martin Matuška2021-12-201-1/+1
| * Fix error propagation from lzc_send_redactedPhilipp Riederer2021-12-201-1/+1
| * libshare: nfs: always try to mkdir()наб2021-12-171-4/+2
| * libshare: nfs: set export file 644наб2021-12-171-0/+1
| * linux/libshare: nfs: don't needlessly strdup() hostspecнаб2021-12-171-20/+7
| * libshare: nfs: share nfs_is_shared()наб2021-12-174-74/+53
| * libshare: nfs: share nfs_copy_entries()наб2021-12-174-128/+52
| * libshare: nfs: open temporary file onceнаб2021-12-175-109/+80
| * libshare: nfs: retry flock() when interruptedнаб2021-12-171-1/+3
| * freebsd/libshare: nfs: don't send SIGHUP to all processesнаб2021-12-171-1/+7
| * zcommon: pre-iterate over sysfs instead of statting every featureнаб2021-12-171-0/+16
| * zfs list: Allow more fields in ZFS_ITER_SIMPLE modeAllan Jude2021-12-167-48/+88
| * libzfs: diff: simplify superfluous stdioнаб2021-12-131-13/+9
| * libzfs: diff: print_what() can return the symbol => get_what()наб2021-12-131-37/+18
| * libzfs: diff: stream_bytes: use fputc, %hho formats charsнаб2021-12-131-2/+2