CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2019/07/18 18:11:38

Modified files:
        sys/kern       : kern_timeout.c 

Log message:
ddb(4): clean up callout command

- display timeouts in the thread work queue, if any
- identify timeouts in the thread/softint work queue as such
- if not in work queue, print <bucket>/<level>; easier to right-align
- print arg pointer by hand to ensure consistent length for all pointers
on both 32 and 64-bit platforms
- generally make sure columns are correctly aligned and spaced

ok mpi@ visa@

Reply via email to