DragonFly commits List (threaded) for 2007-05
DragonFly BSD
DragonFly commits List (threaded) for 2007-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/bin/ps print.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 24 May 2007 13:28:15 -0700 (PDT)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]