summaryrefslogtreecommitdiff
path: root/usr.bin/top
Commit message (Expand)AuthorAgeFilesLines
* Reduce max length of user names to 15 characters to reflect reality.David Nugent1999-11-171-2/+2
* Fixed sorting on time. On i386's, time differences of more than 2147Bruce Evans1999-11-171-9/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Man pages for top refer to only 2.x, but not to 3.x and laterNick Hibma1999-06-142-4/+4
* Tidy up references to <sys/rlist.h> and support for the old swap managementPeter Wemm1999-05-111-2/+1
* Fix the display of the "nice" value of processes like ntpd that use theJohn Hay1999-04-221-2/+2
* Oops, the test for "no-cpu" was inverted.Bruce Evans1999-03-071-2/+2
* The magic "no-cpu" cpu number is 0xff. Don't misrepresent cpuBruce Evans1999-03-051-2/+2
* Don't dump core when p_stat is not in the expected range. This isBill Fenner1999-02-061-3/+9
* Make 'top' handle case w/ new swapper where no swap is configuredMatthew Dillon1999-02-061-2/+2
* Make top use new kvm_getswapinfo() call.Matthew Dillon1999-01-221-144/+19
* uptime display more in style with original codeDavid E. O'Brien1999-01-091-1/+19
* Removed unused nlist'ed variables stathz and hz. These used to be usedBruce Evans1998-11-261-26/+13
* Port top to the alpha.Doug Rabson1998-11-251-4/+4
* Some fixes for swap space accounting.Dmitrij Tejblum1998-09-111-2/+7
* Merge from stable: support for the o, order, commandWolfram Schneider1998-08-122-30/+178
* Add -t option ('t' in interactive mode) to make top(1) ignore itself.Dag-Erling Smørgrav1998-08-041-1/+4
* Round - not cut - the real cpu time.Wolfram Schneider1998-07-271-2/+3
* Make value of SIZE accurate.Dmitrij Tejblum1998-06-211-3/+3
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.Poul-Henning Kamp1998-05-281-3/+3
* Fix top sorting of idle processes. top used p_cpticks as a tie-breakerPeter Wemm1998-02-141-3/+3
* For SMP, add a space between the state name and the CPU#.Steve Passe1997-10-051-3/+3
* YAMF22: (rev 1.3.2.2) Display realtime and idle priorities appropriately.Peter Wemm1997-09-281-2/+14
* Adapt to recent smp tree changes..Peter Wemm1997-08-271-2/+3
* Added top.1 to CLEANFILES.Bruce Evans1997-07-211-0/+1
* Hack to work around the large username field... scan for the largestPeter Wemm1997-07-141-19/+25
* Dynamically adapt to smp mode at runtime. This stops the cpu columnPeter Wemm1997-07-121-22/+24
* Long usernames fixesAndrey A. Chernov1997-04-211-5/+5
* Tweak column headers a tad for when running in SMP mode.Peter Wemm1997-04-191-2/+2
* move top.1 -> top.local.1, and generate top.1 so that the man pagePeter Wemm1997-04-051-0/+3
* Remove libcurses, it is pure termcap applicationAndrey A. Chernov1997-03-241-2/+2
* This is the FreeBSD-specific files for top, plus the MakefileJoerg Wunsch1997-03-235-0/+1117