User Details
- User Since
- May 16 2017, 7:24 PM (466 w, 4 d)
Fri, Apr 24
Thanks, that makes more sense. Updated the diff now, and also removed an unnecessary check against DOING_TINDERBOX because rm -f succeeds when the file doesn't exist anyway.
Thu, Apr 23
Wed, Apr 22
Anything else here? Should be good to go.
Sat, Apr 11
Fri, Apr 10
This commit seems to break the https://ci.freebsd.org/job/FreeBSD-main-amd64-test/28201/testReport/junit/sbin.tunefs/tunefs_test/suj/ test in CI. Locally reproducible with the following Bricoler (master-python branch) command:
Wed, Apr 8
Superseded by c0d9a07101a1e72769ee0619a583f63a078fb391
Superseded by 7e509d50854e3f2ba38be3a5e640088c010333af
Tue, Apr 7
How about this instead? This keeps the old behaviour by default
for backwards compatibility.
Applied feedback in v2.
Mon, Apr 6
Thanks for the feedback, this approach looks good. I've tested it with 2000+ runs,
the flakiness is gone.
Thu, Apr 2
Since this is accepted, can we land this? There is a new upstream 0.9.4.
Wed, Apr 1
Sun, Mar 29
Mar 23 2026
Any comments on this change?
Mar 18 2026
Isaac, let me know if you want to take over maintainership of this port for the long run. But if not, I'd be interested in keeping it going on the FreeBSD ports side.
Mar 17 2026
Thanks! Also noticed that wireplumber needed an update, so sent the review out for that. I'll commit the two of them together.
Mar 16 2026
Oops, fixed missing files/ncursesw.pc in v3.
You can just cat all these patches into a giant one and put it under files/, though.
@aokblast this commit breaks the following tests in CI:
Mar 14 2026
Mar 13 2026
How about this? I think keeping the static_cast instead is more consistent with the rest of this source file.
Fixed weird whitespace in v2
Mar 12 2026
Mar 11 2026
Mar 10 2026
I think the convenience is nice for sure, but the flexibility of choice is reduced. If anything, maybe I can add a variable similar to FAILFILE that is configurable so that users can choose where it goes?
Mar 9 2026
Superseded by 56ce17a57a84d3de205162ba1ad2a64bd91ae18a.
Mar 5 2026
If PKG_CREATE_THREADS_NUMBER <= 0, it gets kern.smp.cores || nproc. But aren't -T0 and -T$(sysctl kern.smp.cores) expected to mean the same thing?
- 0 is a perfectly valid value for -T, as your comment notes. But if that's what the user requests, it gets overwritten by...
- kern.smp.cores, which should be identical to just doing -T0 but with an extra shell call.
Mar 4 2026
Mar 3 2026
Committed in D55634 with f26cb4757eb74ceace39144933ae198ebf1b4f28.
Sounds good, I'll commit mine and show the warning in the commit message.
Ah sorry, I accidentally submitted a review for a similar thing, but I think BUILD_BUG_ON(swap) is cleaner?
Feb 27 2026
Feb 24 2026
Feb 20 2026
It seems that the test added by this commit is failing in CI: https://ci.freebsd.org/job/FreeBSD-main-amd64-test/27898/testReport/sys.netlink/test_rtnl_gre/test_rtnl_gre/
Feb 19 2026
Applied feedback, will commit this version.
Feb 18 2026
I already have an update to an older development snapshot prepared and will work off that.
Thanks for the feedback. I like the plan of going ahead with emulators/rvvm-devel. I'd like to start using this in projects like Bricoler to speed up riscv64 CI and clean up failing tests, so tracking the latest improvements is important to me.
Feb 17 2026
Feb 12 2026
Cleaning out stale reviews.
Updated from discussion offline. I will commit this version instead. I will figure out a way to add "skip reason" metadata to Kyua in a future patch.
Feb 10 2026
Added a comment pointing to the pkg origin of dhcpd