aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Refer to a related manpageTom Hukins2023-02-041-0/+1
* shm: Document shm_create_largepage()Mark Johnston2023-02-032-10/+162
* libc: Fall back to rdtsc when using pvclock and rdtscp is not availableMark Johnston2023-02-031-3/+39
* libc: Add tests for strchrnul(3).Dag-Erling Smørgrav2023-02-021-0/+1
* libthr pshared: correct a bug in allocationKonstantin Belousov2023-02-011-5/+10
* libthr: add pshared_destroy() helperKonstantin Belousov2023-02-011-5/+12
* hyperv: Build and install where supportedWarner Losh2023-02-011-0/+1
* Import Juniper libxo-1.6.0Phil Shafer2023-01-302-9/+12
* cpuset: Fix sched_[g|s]etaffinity() for better compatibility with Linux.Dmitry Chagin2023-01-293-3/+5
* libthr: Trim trailing whitespaces in pthread_attr_affinity.Dmitry Chagin2023-01-291-3/+3
* libthr: Fix pthread_attr_[g|s]etaffinity_np to match it's manual and the kernel.Dmitry Chagin2023-01-291-2/+4
* Disable sandboxing when building with WITHOUT_CAPSICUM.Xin LI2023-01-281-0/+4
* devname(3): apply S_ISBLK() to type, not dev_tAlexander Naumochkin2023-01-281-1/+1
* PCBGROUP.9: remove obsolete man pageMitchell Horne2023-01-271-2/+0
* Retire WITHOUT_CXX optionEd Maste2023-01-273-21/+9
* lua: reduce diffs between luaconf.h copiesEd Maste2023-01-261-3/+3
* zfs: merge openzfs/zfs@9cd71c860 (master)Martin Matuska2023-01-253-9/+9
|\
| * x86 asm: Replace .align with .balignAttila Fülöp2023-01-242-10/+10
| * Reject streams that set ->drr_payloadlen to unreasonably large valuesRichard Yao2023-01-231-0/+8
| * Configure zed's diagnosis engine with vdev propertiesrob-wing2023-01-233-1/+28
| * zfs_receive_one: Check for the more likely error firstAllan Jude2023-01-201-5/+5
| * Unify Assembler files between Linux and WindowsJorgen Lundman2023-01-175-0/+452
| * Use setproctitle to report progress of zfs sendAmeer Hamza2023-01-174-15/+361
| * libzpool: fix ddi_strtoull to update nptrCharles Suh2023-01-091-4/+2
| * zed: add hotplug support for spare vdevsAmeer Hamza2023-01-091-4/+1
| * deadlock between spa_errlog_lock and dp_config_rwlockMatthew Ahrens2022-12-222-27/+21
| * Add color output to zfs diff.Ethan Coe-Renner2022-12-152-2/+47
| * Allow receiver to override encryption properties in case of replicationAmeer Hamza2022-12-141-1/+11
| * zfs list: Allow more fields in ZFS_ITER_SIMPLE modeAllan Jude2022-12-147-51/+108
| * Do not pass -1 to strerror() from zfs_send_cb_impl()Richard Yao2022-12-082-2/+5
| * Fix GCC 12 compilation errorsszubersk2022-11-302-0/+45
| * Don't leak packed recieved proprtiesBrooks Davis2022-11-291-7/+10
| * Add <limits.h> headerMinsoo Choo2022-11-282-0/+2
| * FreeBSD: do_mount() passes wrong string length to helperRichard Yao2022-11-181-18/+8
| * FreeBSD: get_zfs_ioctl_version() should be cast to (void)Richard Yao2022-11-181-1/+1
| * Ubuntu 22.04 integration: Cppcheckszubersk2022-11-181-0/+1
| * Allow to control failfastMariusz Zaborski2022-11-101-1/+2
| * freebsd: simplify MD isa_defs.hBrooks Davis2022-11-071-25/+0
| * freebsd: add ifdefs around legacy ioctl supportBrooks Davis2022-11-072-1/+16
| * Make 1-bit bitfields unsignedBrooks Davis2022-11-031-3/+3
| * libuutil: deobfuscate internal pointersBrooks Davis2022-11-032-32/+28
| * recvd_props_mode: use a uintptr_t to stash nvlistsBrooks Davis2022-11-031-5/+5
| * zfs_onexit_add_cb: make action_handle point to a uintptr_tBrooks Davis2022-11-031-1/+1
| * Improve RISC-V supportBrooks Davis2022-11-031-1/+5
| * FreeBSD: Fix regression from kmem_scnprintf() in libzfsRichard Yao2022-11-011-1/+3
| * Fix oversights from 4170ae4eRichard Yao2022-10-311-1/+1
| * Introduce kmem_scnprintf()Richard Yao2022-10-293-2/+31
| * Fix TOCTOU race conditions reported by CodeQL and CoverityRichard Yao2022-10-291-2/+13
| * Fix multiplication converted to larger typeAndrew Innes2022-10-281-1/+1
| * Aligned free for aligned allocAndrew Innes2022-10-262-10/+28