User Details
- User Since
- Oct 2 2015, 1:17 PM (494 w, 1 d)
Thu, Mar 20
Thanks!
Mon, Mar 17
Address review feedback
Sat, Mar 15
Wed, Mar 12
Awesome, thanks! Let me know if you need help with the process- I'd like others to be comfortable with updating the caroot bundle as I'd never intended to be the long-term maintainer of it, but I've failed repeatedly to entice anyone else into dealing with it.
This looks reasonable to me, thanks! We'll want an associated EN, as well- are you OK with preparing for that?
Tue, Mar 11
Mon, Mar 10
Wed, Mar 5
LGTM, thanks!
Tue, Mar 4
Yes, sorry, I forgot that arc doesn't update commit messages. This is what I have locally:
Seems reasonable to me, thanks
Address feedback:
- Use RO_GET_FAMILY() to be more technically correct
- Assert that we get the same answer from the encapsulated ip hdr
- Fix the text description since we can't route ipv4 over an ipv6 nexthop
Mon, Mar 3
Fri, Feb 28
Ninja cleanup address assignments in the test
Thu, Feb 27
Wed, Feb 26
Thu, Feb 20
Feb 19 2025
Feb 16 2025
Feb 11 2025
I completely forgot about this... LGTM.
Feb 4 2025
Feb 3 2025
Jan 31 2025
Jan 30 2025
Jan 25 2025
Jan 23 2025
Whoops, good catch, thanks
Jan 20 2025
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.