summaryrefslogtreecommitdiff
path: root/external/cddl/osnet/sys
AgeCommit message (Expand)Author
2023-05-25osnet: on macOS, use <mach/boolean.h> for boolean_tlukem
2022-10-31Only need TIMESPEC_OVERFLOW() to check against INT32_{MIN,MAX} on FreeBSD.simonb
2022-09-19Reference kernel-wide hz constant instead of using a private but possiblymlelstv
2022-08-07bsd.kmodule.mk: Build modules with KDTRACE_HOOKS if MKDTRACE=yes.riastradh
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-03Minor: fix a typo.jkoshy
2022-03-30Add link our policy.christos
2022-03-18osnet: Delete dead #if 0 code using hardclock_ticks.riastradh
2021-12-17In vattr_init_mask() check for va_flags and if set add to the mask ofsimonb
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-07-25KNFskrll
2021-07-18PR kern/56316: vn_open doesn't follow symlinkskardel
2021-06-29Add containment for the cloning devices hack in vn_open.dholland
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-03-29Don't define mtx_owner here. mtx_owner is always available, and notsimonb
2020-11-11kmem_cache_create()'s "name" parameter can be on the stack,chs
2020-10-12Stub groupmember() has to test both group list and current group id.hannken
2020-08-28Glue operation secpolicy_fs_mount() passes wrong arguments tohannken
2020-06-11uvm_availmem(): give it a boolean argument to specify whether a recentad
2020-05-26Replace vp->v_count with vrefcnt(vp) andhannken
2020-05-16Add ACL support for FFS. From FreeBSD.christos
2020-04-29Fix crgetgroups shim.riastradh
2020-04-13Replace most uses of vp->v_usecount with a call to vrefcnt(vp), a functionad
2020-03-03Use vpanic, not vprintf and then panic.riastradh
2020-02-19Report the OS name and release appropriately for NetBSD.riastradh
2019-12-31Another rename from uvm_free() --> uvm_availmem()pgoyette
2019-12-21uvmexp.free -> uvm_free()ad
2019-12-05Avoid redefining uint_t &c. if compat_defs.h already defines them.riastradh
2019-08-20task_executor: prevent use after free, the task function may freehannken
2019-07-24Remove unneeded includes.hannken
2019-07-23Move local changes to files below "external/cddl/osnet/dist/" andhannken
2019-06-24Sync with upstream r315983.hannken
2019-06-22Sync with upstream r315983.hannken
2019-06-19Sync with upstream r315983.hannken
2019-06-18Drop unused retval pointer from do_sys_mknod{,at}()kamil
2019-06-17Unmap pages when zfs_rezget() re-establishes a znode with its dbufs.hannken
2019-06-11There is no 1:1 relation between cv_signal() and cv_timedwait() ashannken
2019-06-07Sync with upstream r315983.hannken
2019-06-06Handle files not present upstream:hannken
2019-05-23Update the kmem_cache emulation to run its callbacks withhannken
2019-05-22Update ddi environment:hannken
2019-05-22Implement the needed part of Solaris lookupname().hannken
2019-05-07Cleanup modules "solaris" and "zfs":hannken
2019-05-07This implementation of Solaris taskq API is incomplete and doesn't trackhannken
2019-02-06use sizeof() properly (gcc-7)christos