User Details
- User Since
- May 17 2014, 3:06 AM (568 w, 6 d)
Yesterday
Wed, Apr 9
update
Tue, Apr 8
Wed, Apr 2
Tue, Apr 1
Mon, Mar 31
Tue, Mar 18
Mon, Mar 17
commandeering since @markj is afk
Fri, Mar 14
Mar 6 2025
Mar 4 2025
Feb 28 2025
Absolutely not.
Feb 17 2025
I keep trying to think of a better way to do this than abuse the @sample mechanism, but I'm not sure there is one if we don't want to break compatibility for the non-ETCSYMLINK case. Ultimately what we need is to finish certctl so ETCSYMLINK is no longer needed, but this is probably good enough until then.
Feb 13 2025
I realize that this has already been committed but I noticed some style issues. We have a rule to never start a sentence with .Fn or .Nm, but use “The ... function” or “The ... command” to ensure the sentence starts with a capitalized word. The suggested edit is the minimum change to ensure that we don't start a sentence with .Fn recvmmsg. Adding “the ... function[s]” both there and in the previous clause is optional but recommended for consistency.
Jan 30 2025
test name
Jan 20 2025
Jan 19 2025
Jan 3 2025
I realize this is quite old, but I'd like to discuss the possibility of reverting 5844bd058aed, as it appears to have a significant performance impact which was never discussed at the time, while the benefit of the change appears to be purely hypothetical. I have no reason to doubt that pgrp_calc_jobc() is correct, but my own attempts to investigate possible errors in tracking pg_jobc did not uncover anything except an unrelated race condition in ppoll() and pselect() (cf. D47738 and D47741). I know of historical instances, e.g. D26116, but see no evidence of any unresolved issues at the time. Meanwhile, the cost of pgrp_calc_jobc() is quite high, especially in a debugging kernel where the process tree lock is being asserted at least four times per iteration of the inner loop, and it is being incurred even when no change occurs, e.g. on every ps or procstat -a or refresh of top.
Dec 30 2024
Dec 26 2024
Dec 23 2024
Dec 20 2024
Dec 18 2024
Dec 16 2024
Dec 10 2024
seems reasonable to me, but we should check with @cperciva
Dec 9 2024
Simpler patch that doesn't break the cflag && !dflag && !Dflag case
Dec 7 2024
Dec 4 2024
Look again. There _is_ a hole at the end of the file.
I only needed to run tmpfs24 which does not use $testuser but refuses to run if it is not defined. This patch does not fix every broken test, but it fixes some of them.
Dec 3 2024
Use su -m.
Nov 26 2024
No, I said it occurs in a 14 jail on a 15 host. It does not occur in a 13 jail because 13's install(1) does not use copy_file_range(2) and therefore does not trip over the bug in the host's 15 kernel.
Nov 25 2024
I can confirm that this fixes the test cases in D47738.
Further unsimplify
Unsimplify