Page MenuHomeFreeBSD

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

Authored by cem on Oct 22 2016, 12:55 AM.
Tags
None
Referenced Files
F172744623: D8320.id.diff
Sun, Sep 20, 4:56 PM
Unknown Object (File)
Mon, Sep 14, 4:47 PM
Unknown Object (File)
Sat, Sep 5, 10:49 AM
Unknown Object (File)
Sun, Aug 23, 4:57 AM
Unknown Object (File)
Fri, Aug 21, 9:05 PM
Unknown Object (File)
Aug 21 2026, 6:33 PM
Unknown Object (File)
Aug 16 2026, 12:41 AM
Unknown Object (File)
Aug 14 2026, 7:58 AM
Subscribers
None

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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 ↗(On Diff #21608)

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 ↗(On Diff #21608)

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 ↗(On Diff #21608)

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