Add the 'M' status flag to indicate those proceses or threads which
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 14 Sep 2004 07:52:03 +0000 (07:52 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 14 Sep 2004 07:52:03 +0000 (07:52 +0000)
commit18988e7a01e94eb9cf31a7fc320a147947b6dff7
tree06bef5ec3c3cd62dbd5dc15889ac12045e19011e
parent386344f1fcf056fcff046bb582426c51bbc415e6
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.
bin/ps/extern.h
bin/ps/print.c
bin/ps/ps.1
bin/ps/ps.c