- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Oct 24 2020
Oct 23 2020
The nesting is quite deep at this point, it would probably make sense to break things up a little but that's orthogonal to this change.
Nice, looks good to me!
Removed blank lines following section comments.
In D26832#600476, @imp wrote:Modulo the blank line thing, this looks good. It's arguably two different commits, but it's so small splitting it further at this stage likely has little benefit.
Dropped various whitespace fixes to preserve blame.
Oct 21 2020
Actually works now after testing with fixed cxl driver.
Oct 20 2020
Simplified error handling.
Oct 19 2020
Fixed edge cases where first child is a skip node and where descendants of a skip node are also flagged with skip.
Don't skip nodes when iterating with NEXTNOSKIP.
Separated kern_sysctl changes to a different patch.
Use defined CTL_SYSCTL oid names.
The page fault in t4_get_lb_stats with my T580-LP-SO-CR was fun.
I have fixed CTL_SYSCTL_NEXTNOSKIP so it doesn't skip nodes, will update the diffs soon.
Oct 18 2020
Ok I see the problem. We don't get nodes when iterating, so the skip node never gets seen for this to skip its descendants. Back to the drawing board, then.
Oct 17 2020
Oct 16 2020
Oct 15 2020
Restored check that tx is enabled
Incorporated feedback
Oct 13 2020
Nice work, just a few notes.
Oct 12 2020
Updated diff to include man page, example code, build as a lua module instead of embedded in flua.
Diff is based on flua-libjail going in first.
Oct 9 2020
I think this should be in a BUGS section
Oct 6 2020
Oct 5 2020
Oct 4 2020
Oct 2 2020
I intend to commit this once https://github.com/william-gr/py-sysctl/pull/8 has merged and tagged and the port has been updated.
Sep 30 2020
Looks like I'm going to need to add this to py-sysctl, too. It's using sysctl(3) so won't benefit from the fixed sysctl(8). A few of the Python-based tools in OpenZFS use py-sysctl on FreeBSD to get at kstat sysctls, which are exactly what I have planned to SKIP.
Add 3lua section to contrib/mandoc/msec.in
Sep 29 2020
Addressed some feedback.
Sep 25 2020
Also visit all with tflag
Sep 22 2020
Sep 21 2020
Sep 16 2020
Sep 9 2020
Bumped to a version that works on 12 and 11, too.
Sep 5 2020
Sep 4 2020
Assuming it currently builds on 11.3 and 12.1 this shouldn't break anything, but I'll test it to be sure.
Sep 2 2020
Sep 1 2020
Aug 31 2020
In D26258#583657, @adrian wrote:Lol, who did that? :-)
Oh well!
Aug 28 2020
Generally happy about the cleanup and the added flexibility in the build infrastructure.
Aug 27 2020
Aug 26 2020
Looks reasonably noninvasive. I'm surprised it's that easy :)