Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 51294 Build 48185: arc lint + arc unit
Event Timeline
Comment Actions
This change might be a bit much size-wise but I didn't see any simple ways to split up into smaller increments really aside from the pmap_map_io_transient change earlier in this stack.
Comment Actions
seems OK, but the length of this made my eyes glaze over, so I'm not clicking accept.
Comment Actions
Prompted by the discussion around clang 16, I'm doing a kind of cleanup pass migrating from boolean_t to C99 bool as a general rule.
This API change in particular is a bit more invasive, and I might wait a bit on this one (it also will need an exp-run probably).