User Details
- User Since
- Aug 2 2014, 12:45 PM (548 w, 3 h)
Dec 18 2024
Note that I have plans to cull some more bits off deadfs, but the remaining bits contain some tiny differences, so I want to address them separately.
Dec 16 2024
Dec 9 2024
Note that for now this requires new schema files, to be found at:
Nov 29 2024
Nov 28 2024
Nov 26 2024
Nov 18 2024
More fixes from wulf@
Nov 17 2024
Okay, so turns out this is the REL_WHEEL, not REL_HWHEEL;
its just that all the offsets within the report are shifted
by one byte. I'm guessing this is the Report ID.
Fixes suggested by wulf@.
Nov 16 2024
Nov 13 2024
Nov 7 2024
Get rid of vhold/vdrop. I've been running it for a few days
and it appears to work fine.
Nov 4 2024
Second try.
Nov 1 2024
This follows a somewhat similar fix in https://reviews.freebsd.org/D29323?id=86801. I can't say I have a proper understanding of what's going on here though.
Oct 23 2024
Oct 22 2024
Oct 21 2024
Oct 15 2024
Oct 9 2024
Oct 4 2024
Two more nits from salvadore@
Oct 2 2024
Oct 1 2024
copyedits, one line per sentence.
Sep 29 2024
Sep 28 2024
I think the way it works is that autofs_lookup() doesn't trigger when looking up the autofs directory itself, only when looking up inside that directory?
Sep 27 2024
Sep 24 2024
Sep 23 2024
Sep 21 2024
I’m not sure I follow, but FreeBSD doesn’t mount on stat anyway, so why introduce the native flag instead of making the code consistently ignore the Linux one? Linux autofs semantics is broken in some interesting ways; we don’t need to port functionality that only exists to work around that brokenness.
Sep 13 2024
Aug 28 2024
So... how do we proceed with this?
Jul 23 2024
Drop wait6(2) for now
Jul 15 2024
Jun 18 2024
Man page rewording from gnn@
May 27 2024
May 21 2024
May 18 2024
(And also an earlier version of this did exactly that wrt idtype, that’s why the title still mentions the “limited subset”; only after that I’ve discovered that you can’t wait for arbitrary PIDs anyway.)
I might be wrong, but isn’t this restriction already there, inherent to wait(2) APIs? You need to use kqueue to wait for non-children?
May 14 2024
Sigh, a typo.
Man page fix from Brooks.
May 13 2024
May 2 2024
Use the right symbol version and bump Dd.
May 1 2024
There's a separate review for vfork (https://reviews.freebsd.org/D39829). And yeah, I've pasted Robert the link to this one here :)
Add back procstat(1) bits and remove syscalls.map
As for CAP_FCHROOT - I think we should have it, if only for symmetry with CAP_FCHDIR. I don't really want to implement them - the lookup code isn't really suited for tracking rights for root and cwd, and so those two syscalls require full rights to succeed, not just a subset - but we could in the future.