User Details
- User Since
- Oct 2 2015, 1:17 PM (489 w, 2 d)
Yesterday
Tue, Feb 11
I completely forgot about this... LGTM.
Tue, Feb 4
Mon, Feb 3
Fri, Jan 31
Thu, Jan 30
Sat, Jan 25
Thu, Jan 23
Whoops, good catch, thanks
Mon, Jan 20
Jan 18 2025
Highlights:
- Cache the catpages
- Limit rights(4) on UDP sockets immediately post-bind(2), rather than repeatedly- we shouldn't need higher privileges anymore
- Better explain setup_ctrl_caps()
- Switch the discard UDP service to enter capability mode, as a means of demonstrating that it does work for UDP services as well
Jan 16 2025
Jan 15 2025
Jan 14 2025
I'm doing a more thorough review of vt_window_switch() after thinking more on jhb's comment in D48413... the lock moved in that one is for a branch that's effectively dead code after this change and should've been removed here anyways. Right now I just get a frozen UI if I panic with xfce in focus on ttyv9 (but no nested panic), and I'm not sure I'm convinced that that would play out any differently even if we could attempt most of the rest of vt_window_switch() while panicking.
Jan 13 2025
Jan 12 2025
Jan 11 2025
Jan 10 2025
Jan 9 2025
Jan 8 2025
Jan 7 2025
Drop the garbage reference entirely, expand on the description to note the
figure used. Also note some possible future work to rewrite the later part of
this to more closely follow the algorithm described, as they don't seem to want
to commit to D.DD[MGT]Hz or DDDD[MGT]Hz -- they specifically recommend scanning
for a prior space. This would also offer us an opportunity to validate that
all of the involved digits are actually [0-9] or '.'.
Jan 6 2025
Jan 5 2025
Looks fine in principle
Jan 4 2025
Jan 3 2025
Reverse course, just move sc_cpuids out from underneath SMP and let it allocatee
a single-entry sc_cpuids. The overhead of still doing intr_irq_next_cpu() is
minimal since it's simply a PCPU_GET(cpuid) on !SMP kernels.
Jan 2 2025
Jan 1 2025
Dec 29 2024
This seems like the kind of thing Coverity should notice- any other lower-hanging fruit like this buried in Coverity results, by chance?
Dec 28 2024
I came to the same conclusion (patch) in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283653, but hadn't had a chance to test it yet. Thanks!
Dec 27 2024
One last wording tweak: be more direct about what tar(1) provides