Date: Mon, 18 Jul 2011 18:37:15 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/contrib/top commands.c machine.h top.X top.c src/usr.bin/top machine.c Message-ID: <201107181838.p6IIcfbU076055@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2011-07-18 18:37:15 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
contrib/top commands.c machine.h top.X top.c
usr.bin/top machine.c
Log:
SVN rev 224194 on 2011-07-18 18:37:15Z by jhb
MFC 222530,223841:
Add a new option to toggle the display of the system idle process (per-CPU
idle threads). The process is displayed by default (subject to whether or
not system processes are displayed) to preserve existing behavior. The
system idle process can be hidden via the '-z' command line argument or the
'z' key while top is running. When it is hidden, top more closely matches
the behavior of FreeBSD <= 4.x where idle time was not accounted to any
process.
Revision Changes Path
1.15.2.2 +1 -0 src/contrib/top/commands.c
1.9.2.3 +2 -1 src/contrib/top/machine.h
1.20.2.4 +9 -2 src/contrib/top/top.X
1.23.2.5 +18 -6 src/contrib/top/top.c
1.82.2.8 +6 -0 src/usr.bin/top/machine.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107181838.p6IIcfbU076055>
