User Details
- User Since
- Oct 2 2015, 1:17 PM (545 w, 4 d)
Wed, Mar 11
Tue, Mar 10
Mon, Mar 9
Thanks!
Agreed out-of-band that it's fine to defer testing both behaviors for the time being
Throw this diff on top, please, and we have a deal:
Sun, Mar 8
Sat, Mar 7
Thu, Mar 5
Wed, Mar 4
Happy with this as long as we tag the getopt-related incompatibility for relnotes. I suspect it's not a problem in practice, but we should still call it out.
Tue, Mar 3
Sun, Mar 1
Add flags to the mount_check_update for policies that may want to reject a
forced-unmount or handle unmount by-fsid differently
My draft policy that uses 2/3 is here: https://git.kevans.dev/kevans/mac_capsule/src/branch/main/mac_capsule.c -- my capsule implementation tries to prevent its parent from gaining visibility or operating in an active capsule's fs. This is somewhat effective because the capsule also can't be removed, so tampering with its fs means you'll need to catch it in the window between system startup and capsule startup, however narrow or wide that may be, or have physical access.
Remove useless cast
Sat, Feb 28
Fri, Feb 27
Thu, Feb 26
Wed, Feb 25
Tue, Feb 24
Thu, Feb 19
Wed, Feb 18
Tue, Feb 17
Address review feedback
Feb 15 2026
Feb 14 2026
Feb 13 2026
Feb 12 2026
Tentatively seems fine, I'll do another pass tomorrow
Feb 11 2026
Feb 10 2026
Feb 9 2026
Feb 7 2026
Feb 6 2026
Feb 5 2026
Feb 4 2026
Seems reasonable
Perfect, thanks! I'll just smash them together pre-commit since you've tested the end result.
I was looking over this again- I think its' technically incomplete because we're missing its complement over in /usr/share for the system-distributed files: http://people.freebsd.org/~kevans/zfscompat.diff -- I haven't had a chance (machine) to test it, but it'd probably be good to land these together if you can confirm.
Feb 3 2026
I')l plan on landing this later today if nobody else beats me to it. I don't believe we expect anything on the system to populate it, but failing to remove this part of the tree if the sysadmin has would be the expected behavior IMO -- we do the helpful thing in the common case, and the safe thing otherwise.
This has been lightly tested, but additional validation would be appreciated.