cvs commit: src/bin/ps

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Sep 14 00:53:01 PDT 2004


dillon      2004/09/14 00:52:03 PDT

DragonFly src repository

  Modified files:
    bin/ps               extern.h print.c ps.1 ps.c 
  Log:
  Add the 'M' status flag to indicate those proceses or threads which
  are NOT holding the MP lock (the Big Giant Lock).  Typically: user processes
  running in userland, the idle threads, and certain other kernel threads
  as we begin to unwind the MP lock from the system.  At some point in
  the future to avoid clutter when the majority of threads are running
  without Giant, we will change 'M' to 'G' where 'G' will indicate when the
  MP lock is held.
  
  Revision  Changes    Path
  1.7       +1 -0      src/bin/ps/extern.h
  1.13      +4 -2      src/bin/ps/print.c
  1.4       +4 -0      src/bin/ps/ps.1
  1.11      +9 -1      src/bin/ps/ps.c


http://www.dragonflybsd.org/cvsweb/src/bin/ps/extern.h.diff?r1=1.6&r2=1.7&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/ps/print.c.diff?r1=1.12&r2=1.13&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/ps/ps.1.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/ps/ps.c.diff?r1=1.10&r2=1.11&f=u





More information about the Commits mailing list