User Details
- User Since
- Oct 2 2015, 1:17 PM (521 w, 2 d)
Fri, Sep 26
Thu, Sep 25
Wed, Sep 24
Tue, Sep 23
Mon, Sep 22
It does make me wonder about all of the freebsd11_* bits in the same file that we use for pre-ino64 stuff, but my main concern is just fixing initgroups(3) for stable/15... we can always haggle on any other details later, if we need to.
Sun, Sep 21
This fixes the AX210 in my frame.work that previously made it through association and DHCP, then stopped passing traffic. Thanks!
Sat, Sep 20
Wed, Sep 17
Yeah, I'm happy with that, thanks. I recognize this is maybe not ideal for more flexible system construction (piece together your own based on a set and removing some), but IMO we should err on the side of caution and consider whether we can do something to enable better behavior with the final form of pkg groups.
Tue, Sep 16
Mon, Sep 15
I think my complaint is that, iirc, all of the metapackage dependencies are marked as automatic. As soon as they break the set as you suggest, the remainder would be subject to autoremove
Yeah, this seems fine to me. I did wonder for a second if the /rescue variants of shells do or should assume setugid behavior and avoid loading dotfiles in case something in the profile or other bits finds a way to make the shell unusable, but I didn't really convince myself.
Sun, Sep 14
Account for origin not existing, use an empty string; add tests
Sat, Sep 13
Fri, Sep 12
Whoops, good shout.
Thu, Sep 11
Wed, Sep 10
Can we preemptively add /src.conf to .gitignore if we do this?
Mon, Sep 8
Sat, Sep 6
Thu, Sep 4
I would, however, hassle you a little bit over a commit message nit. One might look and notice that fortune-mod-bible has a dance to try and be compatible with different locations of strfile, but a little bit of archaeology reveals that @cperciva killed off the need for that back in 2015 (rG11d9aa670723f508821f2bf6980a555360783a80), so there's no remaining version of FreeBSD that will not have strfile in a stock configuration (and we don't really account for special pkgbase configurations today in ports, and maybe we won't tomorrow, either). I would proactively note in the commit message that the strfile dance found in other fortune data ports isn't necessary today to preempt concerns there.
Wed, Sep 3
Also: needs an entry in misc/Makefile to hook it up, please include here as well
My dilemma here is that, assuming the docs you recall for admins does exist (I don't recall either way), we have two competing notions of how this works:
Tue, Sep 2
How about we cut a deal: if you slap a deprecation on comcontrol is 15.0, I'll look at adding drainwait configuration to stty(1) to replace it. We don't need to maintain a special command to "control a special tty device" for a configuration item that's implemented in the tty layer.
Note that all of these have .ORDER declarations a few lines up that effectively serializes all of the generated targets.
Mon, Sep 1
Sun, Aug 31
Revise based on feedback and further consideration
Sat, Aug 30
Move the out-node parameter to the second and update the spatch accordingly, and
set *opn up front.
Aug 30 2025
This was an intentional decision, not an oversight. On every other platform it does exactly what we had previously documented, leaving the egid alone and ensuring the passed-in basegid is added to the supplementary group list.
Aug 29 2025
Incorporate review feedback
Aug 28 2025
Aug 27 2025
Thanks!
Take a stab at converting pfs_uninit to last-unmount
Aug 26 2025
We chatted a bit and I was pointed to the theory statement in module/zfs/vdev_raidz.c (line ~148). My inclination is that we should actually disable this in the installer-created root pools and warn about it in documentation somewhere. Our read support would Just Work(TM) pre-expansion, but as @cracauer had already suspected there's a period of time in the middle of an expansion where you need to re-math for blocks that haven't been reflowed yet.