summaryrefslogtreecommitdiffstats
path: root/usr.bin/top
Commit message (Expand)AuthorAgeFilesLines
* system_info.cpustates isn't sparse, so a bitmask of available CPU statesru2008-04-111-2/+0
* Allocate enough memory for pcpu_cp_time[] to stop sysctl() fromru2008-04-111-1/+1
* Fix "top -P" (`&' mistyped as `&&' and a botched logic).ru2008-04-101-2/+3
* Use calloc() when requesting zero'ed memory allocation rather than rollingdelphij2008-01-291-8/+4
* Add a -P flag to display per-cpu cpu usage stats.peter2008-01-181-5/+95
* Improve -u (limit uid lookups) behavior.obrien2008-01-091-2/+8
* Introduce a way to make pure kernal threads.julian2007-10-261-48/+64
* - Move all of the PS_ flags into either p_flag or td_flags.jeff2007-09-171-1/+1
* Inactive pages don't have to be dirty plus improve description ofru2007-09-021-2/+3
* Fix the description of the "Cache" memory and clarify theru2007-09-011-2/+2
* Third stage of unbreaking printing of pseudo-nice values (realtimebde2007-06-151-2/+25
* - Add a new 'j' switch and runtime option to toggle display jail id forrafan2007-04-171-10/+47
* - Add new 'a' switch and runtime option that allows 'top' to display processstas2007-04-141-3/+70
* The sigconv.awk script generates a sigdesc.h header file, whichkeramida2006-12-012-55/+20
* Second stage of unbreaking thr formatting of the NICE field: decode thebde2006-11-071-15/+29
* Fix display of idle processes, which had been broken since rev. 1.56 ofse2006-06-111-1/+2
* Move the formatting of the NICE column to a new function format_nice()bde2006-05-041-20/+30
* Fixed some style bugs (mainly missing and wrong splitting of long lines).bde2006-05-041-48/+54
* (1) Revert unnecessary indentation changes I committed as part of thekeramida2005-05-181-11/+9
* Merge the CPU and WCPU columns in a single %6.2f column, add a new 'C'keramida2005-05-181-17/+23
* Hardcode username to 8 characters. This makes top(1) output sane whenobrien2005-05-161-7/+7
* Reduce the width of the THR column to 4 characters, to avoid wrap-aroundkeramida2005-04-161-5/+5
* - Add a THR column to the process listing, that shows the number ofkeramida2005-04-141-12/+57
* Include <string.h> and <strings.h> for various functions.stefanf2005-04-041-0/+2
* This patch merges the sort fields for both pages, so you can (foralfred2004-08-161-37/+57
* Comment some of the 'io' functions.alfred2004-08-011-0/+29
* Adjust the show_self code (the test got inadvertantly reversed a couple ofdes2004-07-121-3/+3
* Cache a pointer to the old proc (as well as negative cache) to makealfred2004-07-121-2/+13
* Build upon the nice work of Alfred and add sorting capabilities tokeramida2004-07-081-3/+77
* Additional preemptive unsigned -> signed casts.des2004-07-051-4/+4
* ki_pctcpu is unsigned, so we cast to long before subtracting.des2004-07-051-1/+1
* Unhealthy amount of manual code cleanup. Some long lines still remain.des2004-07-051-187/+143
* Apply consistent indentation. Long lines will be fixed in a separatedes2004-07-051-544/+543
* Protoize.des2004-07-051-45/+19
* Sort out the #include mess. In particular, do not #include "os.h", sincedes2004-07-051-18/+10
* Mechanical whitespace cleanup.des2004-07-051-26/+25
* My previous commit fixed uid filtering, but broke io mode. Unravel thedes2004-07-051-35/+49
* Fix selecting processes by uid, which was broken in the previous commit.des2004-07-051-1/+1
* Tell what percentage of the total IO a process is doing.alfred2004-07-011-5/+37
* New feature, provide a display that shows the amount of IO processesalfred2004-07-011-3/+140
* style, remove register.alfred2004-06-301-87/+69
* Do not use KERN_PROC_PROC with kvm_getproc(3); instead, if only processgreen2004-06-061-4/+17
* Changes to allow top to decide whether or not to show multiple threads perjulian2003-07-172-1/+7
* Remove #include <sys/dkstat.h>phk2003-02-161-1/+0
* Catch up to SMTX -> SLOCK changes.jhb2002-10-021-5/+5
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-1/+1
* remove __Pimp2002-03-221-4/+4
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.markm2002-02-081-2/+0
* Add new option HAVE_STRERROR to CFLAGS.dwmalone2002-01-241-1/+1
* Protect this against the coming WARNS=2 default.markm2001-12-121-0/+2
OpenPOWER on IntegriCloud