User Details
- User Since
- Nov 12 2015, 8:14 PM (471 w, 3 d)
Tue, Nov 5
Oct 12 2022
Jul 18 2022
Jul 7 2022
Jun 14 2022
LGTM. I don't get why we don't send PC and the watch stop reason in the '?' case but it probably doesn't matter and it looks like a faithful refactor.
Mar 8 2022
I don't have an objection to changing the LOG_WARNING to LOG_ERR, but I'm confused about what this actually changes. I looked at man 3 syslog and vsyslog1() to see if we printed to stderr by default for LOG_ERR but I'm not seeing that. So, what does this actually do?
Feb 1 2022
Oct 21 2021
A NULL check seems like a clear improvement over a crash.
Oct 13 2021
Sep 23 2021
Sep 21 2021
Jul 7 2021
Jul 3 2021
Apr 15 2021
Will work on a providing a better semaphore first.
Apr 7 2021
Apr 1 2021
Mar 23 2021
LGTM, and I checked $work's tree for other references.
Mar 22 2021
Mar 14 2021
Mar 11 2021
Mar 5 2021
Change looks fine once the i386 hack is restored.
Feb 25 2021
This can be done without introducing another object pointer (nobj) by resetting lobj and following the pattern elsewhere, but I found the approach with nobj to be more readable.
Feb 24 2021
I guess this case is intended for when a single-ish writer is outpacing the buf daemon?
Feb 21 2021
I have a couple questions, but the change itself looks fine.
Feb 20 2021
Feb 18 2021
Dropping, alternate solution committed as 0a4f851074a3ca74cd4859c20e7d9807b2aeca65.
Feb 17 2021
I'm obviously not the maintainer but:
Patch itself looks fine.
markj feedback: man style
markj feedback: ANSI-fy while here
markj feedback:
- Rename the sysctl and make it tunable
- output a warning when input is dropped
- man page blurb
Feb 16 2021
Feb 15 2021
imp feedback: provide a chicken switch