]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Attempt to crunch down the thread state info so that it is more likely to
authorJulian Elischer <julian@FreeBSD.org>
Fri, 6 Jun 2003 20:28:11 +0000 (20:28 +0000)
committerJulian Elischer <julian@FreeBSD.org>
Fri, 6 Jun 2003 20:28:11 +0000 (20:28 +0000)
commitb410626185e206aa8ae08a044fec8623130ea1b6
treee361102aebfd5806fed646d5dae4799462652466
parent042bbfa3b599531199239df3c3e9fc0ae1cf3df4
Attempt to crunch down the thread state info so that it is more likely to
fit on one line. Account for threads better.

* No need to report that it is on a sleep queue if it is actually sleeping
* "Normal" state is almost ubiquitous.. only report abnormal states.
* increment the #lines count for each separate thread shown in threaded
  programs.

makes it less likely that a threaded program will make all the data
on a screen overflow off the top of the screen.
sys/ddb/db_ps.c