aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/top
Commit message (Expand)AuthorAgeFilesLines
* Tell what percentage of the total IO a process is doing.Alfred Perlstein2004-07-011-5/+37
* New feature, provide a display that shows the amount of IO processesAlfred Perlstein2004-07-011-3/+140
* style, remove register.Alfred Perlstein2004-06-301-87/+69
* Do not use KERN_PROC_PROC with kvm_getproc(3); instead, if only processBrian Feldman2004-06-061-4/+17
* Changes to allow top to decide whether or not to show multiple threads perJulian Elischer2003-07-172-1/+7
* Remove #include <sys/dkstat.h>Poul-Henning Kamp2003-02-161-1/+0
* Catch up to SMTX -> SLOCK changes.John Baldwin2002-10-021-5/+5
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-1/+1
* remove __PWarner Losh2002-03-221-4/+4
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.Mark Murray2002-02-081-2/+0
* Add new option HAVE_STRERROR to CFLAGS.David Malone2002-01-241-1/+1
* Protect this against the coming WARNS=2 default.Mark Murray2001-12-121-0/+2
* Compensate for "Compensate for header dethreading" by backing it out.Bruce Evans2001-10-101-1/+0
* Generate top.local.h and manpage dynamically, with sed(1) script.Ruslan Ermilov2001-07-122-72/+16
* Cast size_t variables before printing them to cope with the case ofThomas Moestl2001-05-311-2/+2
* We don't need to include <sys/conf.h>Poul-Henning Kamp2001-05-231-1/+0
* Compensate for header dethreading.Mark Murray2001-05-011-0/+1
* Check the new kern.smp.active sysctl rather than the non-existentJohn Baldwin2001-04-271-1/+1
* Correct the top memory stats display: convert page counts to kB.Thomas Moestl2001-03-201-0/+5
* Fix top(1) display for SMP systems where the username is longer than 14Will Andrews2001-03-121-1/+3
* - An array of 4 32-bit ints for avenrun doesn't work on the alpha becauseAndrew Gallatin2001-02-271-15/+7
* Remove directive to install top as group kmem. Remove directive toRobert Watson2001-02-231-2/+1
* Adapt the top utility to not use kmem_read to retrieve variables nowRobert Watson2001-02-231-167/+44
* Adjust columns for wide nicenesses in 'top -S'.Mark Murray2001-02-181-4/+4
* Catch up to new priority interface.Jake Burkholder2001-02-121-6/+6
* Catch up to proc flag change.John Baldwin2001-01-241-1/+1
* Change the proc information returned from the kernel so that itKirk McKusick2000-12-121-47/+43
* Make use of the full screen width to display p_comm rather than assuming aJohn Baldwin2000-11-291-3/+6
* Display the name of the mutex we are blocked on in the state field. ToJohn Baldwin2000-11-291-0/+6
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-3/+3
* 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