| Age | Commit message (Expand) | Author |
| 2023-05-25 | osnet: on macOS, use <mach/boolean.h> for boolean_t | lukem |
| 2022-10-31 | Only need TIMESPEC_OVERFLOW() to check against INT32_{MIN,MAX} on FreeBSD. | simonb |
| 2022-09-19 | Reference kernel-wide hz constant instead of using a private but possibly | mlelstv |
| 2022-08-07 | bsd.kmodule.mk: Build modules with KDTRACE_HOOKS if MKDTRACE=yes. | riastradh |
| 2022-07-30 | solaris: Give threads less bad names. | riastradh |
| 2022-07-30 | osnet: Stop disabling dtrace probes. | riastradh |
| 2022-07-30 | zfs: Give condvars more meaningful names. | riastradh |
| 2022-05-03 | Minor: fix a typo. | jkoshy |
| 2022-03-30 | Add link our policy. | christos |
| 2022-03-18 | osnet: Delete dead #if 0 code using hardclock_ticks. | riastradh |
| 2021-12-17 | In vattr_init_mask() check for va_flags and if set add to the mask of | simonb |
| 2021-09-05 | Don't use __FBSDID, similar to kern/kobj.c, kern/misc.c, kern/sysevent.c | mlelstv |
| 2021-09-05 | osnet: fix lint warning about empty declaration | rillig |
| 2021-08-29 | Include <time.h> for all GNU systems (hurd). From Damien Zammit | christos |
| 2021-07-25 | KNF | skrll |
| 2021-07-18 | PR kern/56316: vn_open doesn't follow symlinks | kardel |
| 2021-06-29 | Add containment for the cloning devices hack in vn_open. | dholland |
| 2021-04-15 | avoid second typedef for boolean_t in kernel code originally defined in | christos |
| 2021-04-15 | remove extra typedef for vnode_t done in <sys/vnode.h> | christos |
| 2021-03-29 | Don't define mtx_owner here. mtx_owner is always available, and not | simonb |
| 2020-11-11 | kmem_cache_create()'s "name" parameter can be on the stack, | chs |
| 2020-10-12 | Stub groupmember() has to test both group list and current group id. | hannken |
| 2020-08-28 | Glue operation secpolicy_fs_mount() passes wrong arguments to | hannken |
| 2020-06-11 | uvm_availmem(): give it a boolean argument to specify whether a recent | ad |
| 2020-05-26 | Replace vp->v_count with vrefcnt(vp) and | hannken |
| 2020-05-16 | Add ACL support for FFS. From FreeBSD. | christos |
| 2020-04-29 | Fix crgetgroups shim. | riastradh |
| 2020-04-13 | Replace most uses of vp->v_usecount with a call to vrefcnt(vp), a function | ad |
| 2020-03-03 | Use vpanic, not vprintf and then panic. | riastradh |
| 2020-02-19 | Report the OS name and release appropriately for NetBSD. | riastradh |
| 2019-12-31 | Another rename from uvm_free() --> uvm_availmem() | pgoyette |
| 2019-12-21 | uvmexp.free -> uvm_free() | ad |
| 2019-12-05 | Avoid redefining uint_t &c. if compat_defs.h already defines them. | riastradh |
| 2019-08-20 | task_executor: prevent use after free, the task function may free | hannken |
| 2019-07-24 | Remove unneeded includes. | hannken |
| 2019-07-23 | Move local changes to files below "external/cddl/osnet/dist/" and | hannken |
| 2019-06-24 | Sync with upstream r315983. | hannken |
| 2019-06-22 | Sync with upstream r315983. | hannken |
| 2019-06-19 | Sync with upstream r315983. | hannken |
| 2019-06-18 | Drop unused retval pointer from do_sys_mknod{,at}() | kamil |
| 2019-06-17 | Unmap pages when zfs_rezget() re-establishes a znode with its dbufs. | hannken |
| 2019-06-11 | There is no 1:1 relation between cv_signal() and cv_timedwait() as | hannken |
| 2019-06-07 | Sync with upstream r315983. | hannken |
| 2019-06-06 | Handle files not present upstream: | hannken |
| 2019-05-23 | Update the kmem_cache emulation to run its callbacks with | hannken |
| 2019-05-22 | Update ddi environment: | hannken |
| 2019-05-22 | Implement the needed part of Solaris lookupname(). | hannken |
| 2019-05-07 | Cleanup modules "solaris" and "zfs": | hannken |
| 2019-05-07 | This implementation of Solaris taskq API is incomplete and doesn't track | hannken |
| 2019-02-06 | use sizeof() properly (gcc-7) | christos |