git: ps - Remove display of the 'M'P state
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Nov 8 10:21:11 PST 2013
commit 2c8ebde5edf864d8f1098f52ddf1ffd26ea79633
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Fri Nov 8 10:20:02 2013 -0800
ps - Remove display of the 'M'P state
* Remove display of the 'M' flag, which used to mean that the process was
running MPSAFE w/regards to the kernel's mp_lock. Well, pretty much
all processes are MPSAFE now, so the flag just clutters the output.
Summary of changes:
bin/ps/print.c | 2 --
bin/ps/ps.1 | 7 ++++---
2 files changed, 4 insertions(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2c8ebde5edf864d8f1098f52ddf1ffd26ea79633
--
DragonFly BSD source repository
More information about the Commits
mailing list