aboutsummaryrefslogtreecommitdiff
path: root/contrib/top/display.c
Commit message (Expand)AuthorAgeFilesLines
* Rework the dynamic per-CPU stats code a bit. Always set 'statics->ncpus'John Baldwin2011-07-181-2/+14
* Allow per-CPU statistics to be toggled at runtime via the 'P' key.John Baldwin2011-07-111-4/+17
* Revert r214857 pursudant to 9.0-RELEASE cycle.Xin LI2011-06-201-10/+2
* Output an appropriate amount of padding to line up per-CPU state columnsJohn Baldwin2011-02-011-7/+11
* Inverse display of top(1)'s table header when running in inactive mode.Xin LI2010-11-061-2/+10
* Since top displays the uptime including seconds, there is no need to add 30Rebecca Cran2010-08-171-1/+0
* Explicitly line up the CPU state labels with the calculated starting columnJohn Baldwin2009-08-191-0/+2
* Add a -P flag to display per-cpu cpu usage stats.Peter Wemm2008-01-181-17/+69
* The 'text' argument of u_header() is not used, so we don't need toGiorgos Keramidas2005-05-191-6/+0
* Properly trim the header line too, to fix wrap-around problems thatGiorgos Keramidas2005-05-181-1/+41
* Fix a bug where you couldn't start top in a very small window. NowDavid Malone2002-08-111-0/+2
* Resolve conflicts.David Malone2002-01-241-4/+4
* display.c: sprintf -> snprintfWarner Losh2000-10-041-1/+3
* uptime display more in style with original codeDavid E. O'Brien1999-01-091-42/+35
* Display uptime in upper right corner.David E. O'Brien1998-12-191-0/+43
* Apply the FreeBSD-local patches.Joerg Wunsch1997-03-231-2/+43
* This is the long-awaited import of top into the base system (actually,vendor/top/3.4Joerg Wunsch1997-03-231-0/+1129