summaryrefslogtreecommitdiff
path: root/external/cddl
AgeCommit message (Expand)Author
2021-12-17In vattr_init_mask() check for va_flags and if set add to the mask ofsimonb
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-09-05Don't use __FBSDID, similar to kern/kobj.c, kern/misc.c, kern/sysevent.cmlelstv
2021-09-05osnet: fix lint warning about empty declarationrillig
2021-08-29Include <time.h> for all GNU systems (hurd). From Damien Zammitchristos
2021-08-28libzfs: Zero DIOCLWEDGES input before ioctl.riastradh
2021-08-18PR/56355: Exclude the symbol trap, not all symbols other than trap.riastradh
2021-08-15PR/56355: Taylor Campbell: restore strcmp() over strncmp()christos
2021-08-11PR/56355: Brad Harder: dtrace triggers double-fault in supervisor modechristos
2021-07-25KNFskrll
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-18PR kern/56316: vn_open doesn't follow symlinkskardel
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-06-29Add containment for the cloning devices hack in vn_open.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-04-15avoid second typedef for boolean_t in kernel code originally defined inchristos
2021-04-15remove extra typedef for vnode_t done in <sys/vnode.h>christos
2021-04-13ignore a "should be impossible" uninitialised variable error.mrg
2021-04-13XXX: ignore warning about overlapping buffers for sprintf().mrg
2021-04-13use -fcommon here.mrg
2021-04-07Revert the change to not build and install /usr/lib/dtrace/drti.o; thissimonb
2021-04-07Use NAL (nop-and-link) to get the current PC.simonb
2021-04-06sizeof(*var) instead of sizeof(type)simonb
2021-04-06sizeof(*var) instead of sizeof(type)simonb
2021-04-06sizeof(*var) instead of sizeof(type)christos
2021-04-06Call kmem_free() with the size of the thing we are freeing. Fixes panicsimonb
2021-03-31Use compat/exec.mk - zfs isn't compat32 friendly (yet?).simonb
2021-03-31Simplify the CTF float encoding type logic: all floating point types ofsimonb
2021-03-29Compile MIPS specific code.simonb
2021-03-29Work in progress dtrace for MIPS. MIPS support mostly copied fromsimonb
2021-03-29Add cyclic_machdep.c for MIPSsimonb
2021-03-29Don't build or install /usr/lib/dtrace/drti.o - currently not used, maysimonb
2021-03-29Don't define mtx_owner here. mtx_owner is always available, and notsimonb
2021-03-27Use LDADD/DPADD instead of PROGDPLIBS - we are linking against installedsimonb
2021-03-25zfs_ioctl.c: Drop WARNING that ZFS is under developmentgdt
2021-03-24Add NetBSD CVS IDs.simonb
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-11-12One more catch up with ``aarch64 is not mips'' change.rin