cvs commit: src/bin/ps print.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu May 24 13:28:55 PDT 2007
dillon 2007/05/24 13:28:15 PDT
DragonFly src repository
Modified files:
bin/ps print.c
Log:
Properly detect interruptable LWKT sleeps and display as 'S' instead of 'D'.
Properly detect uninterruptable LWKT sleeps and display as 'B' instead of 'D'.
Properly display the wmesg for LWKT sleeps. Note that not all LWKT sleeps
have a wmesg (maybe we should give them one).
Revision Changes Path
1.32 +12 -11 src/bin/ps/print.c
http://www.dragonflybsd.org/cvsweb/src/bin/ps/print.c.diff?r1=1.31&r2=1.32&f=u
More information about the Commits
mailing list