User Details
- User Since
- Aug 2 2014, 8:08 AM (584 w, 2 d)
Today
Yesterday
Fri, Oct 10
Tue, Oct 7
Sat, Oct 4
Thu, Oct 2
I'll resume looking at this later. Need to get into the right mindset to make sure the conversion looks good.
Just some minor comments while here...
Tue, Sep 30
Fri, Sep 26
Wed, Sep 24
Incorporated into the upstream project and handled as part of the 3.5.3 version update.
Mon, Sep 22
Sun, Sep 21
Sat, Sep 20
Thu, Sep 18
Wed, Sep 17
Expand scope to include other files under tools/tools/nanobsd
Use local with variables for explicitness
Tue, Sep 16
Is anyone interested in reviewing this change?
Mon, Sep 15
Address comments from @sjg.
Sep 9 2025
Sep 8 2025
Oh, also.. this probably should be serialized. I don't think it would be terribly wise to try parallelizing efforts (seems like you'd run into potential TOCTTOU bugs..).
Finally, for loadable subsystems compiled into the kernel the name can differ between the module and the static subsystem name. It might be worth adding support to handle that eventuality.
- This probably won't work in jails. This scenario needs to be detected and handled correctly.
- Having a way to override the behavior of automatically loading in kyua.conf might be desired, similar to require.config="allow_sysctl_side_effects". I think it should default to on in the configuration on FreeBSD, but be opt-out if needed.
Remove bogus MLINKS in the section 7 manpages
Sep 7 2025
Sep 6 2025
Sep 5 2025
It's fine. I'd just watch out for adding more per-MACHINE/MACHINE_ARCH logic to the file.
Sep 4 2025
Sep 3 2025
I kind of wonder if it makes sense to provide multiple host OS share/mk/bsd.cpu.mk files (or something similar) to avoid cluttering this file with support for a number of other OS hacks.
@sjg : do you have any thoughts on doing something like this? Has Juniper solved a similar problem in the past?
Aug 28 2025
Aug 27 2025
atf_set "require.config" "allow_sysctl_side_effects" should be tested as well in the testcase headers for the tests that modify the systemwide sysctls.
Hey there!
Aug 23 2025
Do not install internal headers
Update with working content