Module Name: src Committed By: sborrill Date: Fri Mar 23 14:46:05 UTC 2012
Modified Files: src/external/bsd/top/dist: commands.c top.c Log Message: Switch off per-cpu states by default (i.e. display a single CPU line with a mean average). Program behaviour now tallies with the man page, but more importantly, the default behaviour is now sensible for modern multi-core machines. If you want the previous behaviour, please set TOP="-1" in your environment. Fix multiple "1" options not toggling and thus allow settings in TOP environmental variable to be reversed by a command line option. Tweak description of "1" command in interactive mode. OK christos@ To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/bsd/top/dist/commands.c cvs rdiff -u -r1.8 -r1.9 src/external/bsd/top/dist/top.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.