User Details
- User Since
- May 30 2017, 11:42 AM (460 w, 3 d)
Mon, Mar 23
Feb 10 2026
Feb 7 2026
Feb 3 2026
Jan 30 2026
Jan 25 2026
Jan 24 2026
Jan 21 2026
Jan 20 2026
I've seen that when using ATF, ${PWD} is preferred over $(pwd) (efficiency, I guess).
Thank you!
Jan 19 2026
I think this is not sufficient (just to avoid a missing mac.conf entry):
I will test it thoroughly later, but for now:
# jail -c path=/ name=D54786 persist # jls -s
Nice! I may steal a few ideas for some other similar tests.
I made a small observation, that can be ignored, I'm just thrilled with my recent discovery of atf_check -r.
After this refactoring, the test syslogd_test:forward becomes very flaky. It should be all fixed in the following revision.
But I also have one more question: one of the warnings is also about unexisting .Xr sysctl 2. As I can see, there is no sysctl(2) in FreeBSD, only sysctl(3). But the man pages talks about it in the context of syscalls, so it seems that we can't just change sysctl(2) to sysctl(3) since sysctl(3) is not a syscall. What sould we do about that?
Jan 18 2026
Jan 17 2026
Thanks. The "fi" ligature was probably an artifact from copy/pasting from the PDF article.
If possible, try to fix all the mandoc -T lint share/man/man4/capsicum.4 recommendations while here.
I'll just submit the trivial rdr_action_head() fix and abandon the rest.
I'll wait for the test timeouts dust to settle and simply try sleeping a bit more once I gather all the flaky tests.
Thank you for your input!
Jan 15 2026
I imagined so. Thank you!
Jan 14 2026
I think this has already been fixed in 742d93da842afa34c5268e96c6a3f95ad44ae770.
I'll add the comment upon commit:
/* https://reviews.llvm.org is deprecated and this review is never going to be updated or completed */
Thanks.
This might be an overkill, but I would like to know if a similar helper function could help avoid failure intermittence (flakiness) in some tests. I reproduced this test natively on a very fast aarch64 machine, and it did not fail once, comparing the output of a successful pass vs. a failed one makes me wonder if it is not sleeping enough:
