summaryrefslogtreecommitdiff
path: root/external/cddl
AgeCommit message (Expand)Author
2023-06-03adapt to ${CC_WNO_MAYBE_UNINITIALIZED}lukem
2023-06-03bsd.own.mk: rename GCC_NO_* to CC_WNO_*lukem
2023-05-25osnet: on macOS, use <mach/boolean.h> for boolean_tlukem
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-05-22dtrace_fbt: Read and write instructions appropriately-endian on arm.riastradh
2023-05-09dtrace_fbt: Read and write instruction words in little-endian.riastradh
2023-04-17(missed in pervious commit)skrll
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-31Only need TIMESPEC_OVERFLOW() to check against INT32_{MIN,MAX} on FreeBSD.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-09-19Reference kernel-wide hz constant instead of using a private but possiblymlelstv
2022-09-02dtrace_fbt: Allow tracing names that start with `__'.riastradh
2022-08-31dtrace_sdt: Fix bug in builtin module reference counting.riastradh
2022-08-21dtrace/i386: Need machine/cpufunc.h for x86_read_flags and rcr2.riastradh
2022-08-07bsd.kmodule.mk: Build modules with KDTRACE_HOOKS if MKDTRACE=yes.riastradh
2022-08-07dtrace_sdt: Register sdt providers and probes in loaded modules too.riastradh
2022-08-03change the ARC reclaim code to use the pagedaemon's free page targetchs
2022-07-30solaris: Give threads less bad names.riastradh
2022-07-30osnet: Stop disabling dtrace probes.riastradh
2022-07-30zfs: Give condvars more meaningful names.riastradh
2022-05-04fix ARC checks for available memory:chs
2022-05-03Minor: fix a typo.jkoshy
2022-05-02Follow FreeBSD revision <0e15d9fbeba4> and simplify #ifdef'ed code.jkoshy
2022-04-16Unlock vnode for VOP_IOCTL().hannken
2022-03-30Add link our policy.christos
2022-03-28driver(9): devsw_detach never fails. Make it return void.riastradh
2022-03-27add a kauth vnode check for adding linkschristos
2022-03-18osnet: Delete dead #if 0 code using hardclock_ticks.riastradh
2022-02-27lockstat(4): KNF. No functional change intended.riastradh
2022-02-27lockstat(4): Membar audit.riastradh
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-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