User Details
- User Since
- Jun 2 2014, 4:20 PM (617 w, 2 d)
Mon, Mar 30
Sat, Mar 28
Thu, Mar 26
Wed, Mar 25
Wed, Mar 11
Tue, Mar 10
Sun, Mar 8
Sat, Mar 7
Tue, Mar 3
Mar 1 2026
Feb 27 2026
Feb 21 2026
Feb 19 2026
Feb 18 2026
Feb 8 2026
Feb 4 2026
Feb 3 2026
Feb 2 2026
Jan 23 2026
Jan 22 2026
Jan 20 2026
This looks good to my eye, but best get Kirk to confirm as well.
Jan 19 2026
I like Kyle's idea better than mine...
Jan 18 2026
I like the idea behind this, just have one question...
Jan 17 2026
generally I like the concept. If this isn't just text motion, though, I'd split it into (1) move things to new man page with as few other changes as is needed to make them work and (2) improvements, etc as a second commit.
I'm torn on this...
I'd rather have a regexp -> modules to load table that we cruise through so we can also do zfs
But at the same time, I don't want errors for people that have zfs or the p9fs modules in the kernel (I thought my playing with this required an additional module).
So this fills a need, but it's the end of the road for things like this...
Jan 16 2026
@kib something like https://reviews.freebsd.org/D54751 maybe?
Jan 15 2026
Yea. inline often isn't needed these days...
Jan 14 2026
Tweaks from john: sizing variables and noting we can only do up to 2^16-1
queues, not the full 2^16. That's sane for the far forseeable future.
Note: we could compress retries to 16 bits and have this be 16 bits too since the number of queues is limited to 64k if this busts the cache-line sizes of this struct.
This is a nice cleanup and eliminates a void * -> void ** type smearing we had with ElfAddr and should be a nop if I read right.
I'm agnostic on the NDEBUG issue, though have 'never disable assert' leanings. But just leanings, since performance is also important and I don't know the lay of the land here to have an informed opinion.