summaryrefslogtreecommitdiff
path: root/external/cddl/osnet/dist
AgeCommit message (Expand)Author
2023-05-25ctfmerge: fix macOS semaphore implementation, part 2lukem
2023-05-23ctfmerge: fix macOS semaphore implementationlukem
2023-05-23ctfmerge: error check sem_*() and pthread_*() APIslukem
2023-04-12kern: Nix mutex_owner.riastradh
2023-03-03Adapt zfs_netbsd_access() to ACL support. As ZFS itself onlyhannken
2023-02-17provide pathconf for .zfs control directory. avoids errors onkardel
2023-02-07dtrace: remove unnecessary fflush()chs
2023-02-06dtrace: re-fix aggregations to report from all online CPUschs
2022-12-25Don't bail out if the input file does not have a symbol table. This happenschristos
2022-11-04Add a helper to set or clear lower mount and use it.hannken
2022-10-31Provide an empty ASSERT macro ifdef _STANDALONE.simonb
2022-10-31Whitespace nit.simonb
2022-10-24Remove references to GEOM from zpool(8).nia
2022-10-03Revert. Spotted by hannken@ - fix needs to be in zfs_ctldir.c it is missingkardel
2022-09-27for unsupported names return EINVAL as per TOGkardel
2022-08-03change the ARC reclaim code to use the pagedaemon's free page targetchs
2022-05-04fix ARC checks for available memory:chs
2022-05-02Follow FreeBSD revision <0e15d9fbeba4> and simplify #ifdef'ed code.jkoshy
2022-04-16Unlock vnode for VOP_IOCTL().hannken
2022-03-28driver(9): devsw_detach never fails. Make it return void.riastradh
2022-03-27add a kauth vnode check for adding linkschristos
2021-12-28zfs: Expose hostid to zfs, as in gethostid/sethostid(3).riastradh
2021-12-22In zfs_setattr() don't recheck the auth policy for a "nodump" flagssimonb
2021-12-21Default files to BSD group ownership in line with ffs, after the leadhauke
2021-11-30In zfs_statvfs(), set f_bresvd and f_fresvd to 0. Fixes random kernelsimonb
2021-10-27Hacks to get zdb working on NetBSD:simonb
2021-10-20Overhaul of the EVFILT_VNODE kevent(2) filter:thorpej
2021-09-06Clamp zfs nlinks at UINT32_MAX (nlink_t max) instead of (much) smallersimonb
2021-08-28libzfs: Zero DIOCLWEDGES input before ioctl.riastradh
2021-07-18Abolish all the silly indirection macros for initializing vnode ops tables.dholland
2021-07-18Use macros for the canned parts of device and fifo vnode op tables.dholland
2021-07-04Add VOP_PARSEPATH to zfs control dir vnode op table.hannken
2021-07-02Add VOP_PARSEPATH to zfs's vnode table. "oops"dholland
2021-05-21Replace the Solaris style endian check (exactly one ofhannken
2021-05-13this is not FreeBSDnia
2021-05-13zfs: this is not FreeBSDnia
2021-04-30zfs: Fix up references to FreeBSDnia
2021-04-21Prevent blocking l2arc_feed_thread() forever, skip thehannken
2021-03-31Simplify the CTF float encoding type logic: all floating point types ofsimonb
2021-03-25zfs_ioctl.c: Drop WARNING that ZFS is under developmentgdt
2021-02-16Use the right uid / gid for nobody:nobody like FreeBSD does.hannken
2020-11-28Use vn_close to release the vnodes in the error handling blocks, sinceyhardy
2020-11-17Remove a pointless printf.chs
2020-11-15Commit the ZFS file that I forgot in this previous commit:chs
2020-10-09PR kern/55705:kardel
2020-09-07Comment out index out of bounds debugging code.christos
2020-09-07i can't confirm or deny that GCC 9 is wrong about parity_valid[]mrg
2020-09-06Stop using allocachristos
2020-09-06Adjust string sizeschristos
2020-09-06fix zeroingchristos