Properly detect interruptable LWKT sleeps and display as 'S' instead of 'D'.
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 24 May 2007 20:28:15 +0000 (20:28 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 24 May 2007 20:28:15 +0000 (20:28 +0000)
commit4576f6e6cf3fcd53b531ec5fc5f3467afac6cbdc
treeb9e81daa2681a9600863b5e509d7a0ea29250c72
parentfb0f29c4a99dddd488cd40818c57b035b5406d84
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).
bin/ps/print.c