Page MenuHomeFreeBSD

ddb(4): Add sleepchains to "show allchains"
ClosedPublic

Authored by cem on Oct 22 2016, 12:55 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jul 4, 2:09 AM
Unknown Object (File)
Fri, Jul 3, 9:35 PM
Unknown Object (File)
Fri, Jul 3, 7:28 AM
Unknown Object (File)
Wed, Jul 1, 6:55 AM
Unknown Object (File)
May 21 2026, 5:04 PM
Unknown Object (File)
May 16 2026, 11:27 PM
Unknown Object (File)
May 15 2026, 2:43 PM
Unknown Object (File)
May 11 2026, 6:31 PM
Subscribers
None

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 5681
Build 5968: arc lint + arc unit

Event Timeline

cem retitled this revision from to ddb(4): Add sleepchains to "show allchains".
cem updated this object.
cem edited the test plan for this revision. (Show Details)
cem added reviewers: jhb, markj.
markj edited edge metadata.

Thanks!

sys/kern/subr_turnstile.c
1177

Not sure why "show sleepchain" uses the zero-length string as a prefix - it results in output like "ufsEXCL".

This revision is now accepted and ready to land.Oct 22 2016, 3:17 AM
sys/kern/subr_turnstile.c
1177

Hm, does it? Prefix should just be used for spacing at the beginning of lines, not between words. I don't see any use of prefix as a spacer between words.

This revision was automatically updated to reflect the committed changes.
sys/kern/subr_turnstile.c
1177

Oh, you're right, I just didn't look at the code closely.