| Commit message (Expand) | Author | Age | Files | Lines |
* | Build usr.bin/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -0/+2 |
* | Update top and systat for vfs.bufcache now being a long rather than an int. | jhb | 2009-03-10 | 1 | -1/+1 |
* | Right align the CPU column header. | rpaulo | 2008-12-26 | 1 | -2/+2 |
* | Make the CPU column in top always be 2 characters and print in decimal | jhb | 2008-10-01 | 1 | -3/+3 |
* | Display the sum of the runtime of all the threads in a process when it's | sepotvin | 2008-09-12 | 1 | -0/+1 |
* | system_info.cpustates isn't sparse, so a bitmask of available CPU states | ru | 2008-04-11 | 1 | -2/+0 |
* | Allocate enough memory for pcpu_cp_time[] to stop sysctl() from | ru | 2008-04-11 | 1 | -1/+1 |
* | Fix "top -P" (`&' mistyped as `&&' and a botched logic). | ru | 2008-04-10 | 1 | -2/+3 |
* | Use calloc() when requesting zero'ed memory allocation rather than rolling | delphij | 2008-01-29 | 1 | -8/+4 |
* | Add a -P flag to display per-cpu cpu usage stats. | peter | 2008-01-18 | 1 | -5/+95 |
* | Improve -u (limit uid lookups) behavior. | obrien | 2008-01-09 | 1 | -2/+8 |
* | Introduce a way to make pure kernal threads. | julian | 2007-10-26 | 1 | -48/+64 |
* | - Move all of the PS_ flags into either p_flag or td_flags. | jeff | 2007-09-17 | 1 | -1/+1 |
* | Inactive pages don't have to be dirty plus improve description of | ru | 2007-09-02 | 1 | -2/+3 |
* | Fix the description of the "Cache" memory and clarify the | ru | 2007-09-01 | 1 | -2/+2 |
* | Third stage of unbreaking printing of pseudo-nice values (realtime | bde | 2007-06-15 | 1 | -2/+25 |
* | - Add a new 'j' switch and runtime option to toggle display jail id for | rafan | 2007-04-17 | 1 | -10/+47 |
* | - Add new 'a' switch and runtime option that allows 'top' to display process | stas | 2007-04-14 | 1 | -3/+70 |
* | The sigconv.awk script generates a sigdesc.h header file, which | keramida | 2006-12-01 | 2 | -55/+20 |
* | Second stage of unbreaking thr formatting of the NICE field: decode the | bde | 2006-11-07 | 1 | -15/+29 |
* | Fix display of idle processes, which had been broken since rev. 1.56 of | se | 2006-06-11 | 1 | -1/+2 |
* | Move the formatting of the NICE column to a new function format_nice() | bde | 2006-05-04 | 1 | -20/+30 |
* | Fixed some style bugs (mainly missing and wrong splitting of long lines). | bde | 2006-05-04 | 1 | -48/+54 |
* | (1) Revert unnecessary indentation changes I committed as part of the | keramida | 2005-05-18 | 1 | -11/+9 |
* | Merge the CPU and WCPU columns in a single %6.2f column, add a new 'C' | keramida | 2005-05-18 | 1 | -17/+23 |
* | Hardcode username to 8 characters. This makes top(1) output sane when | obrien | 2005-05-16 | 1 | -7/+7 |
* | Reduce the width of the THR column to 4 characters, to avoid wrap-around | keramida | 2005-04-16 | 1 | -5/+5 |
* | - Add a THR column to the process listing, that shows the number of | keramida | 2005-04-14 | 1 | -12/+57 |
* | Include <string.h> and <strings.h> for various functions. | stefanf | 2005-04-04 | 1 | -0/+2 |
* | This patch merges the sort fields for both pages, so you can (for | alfred | 2004-08-16 | 1 | -37/+57 |
* | Comment some of the 'io' functions. | alfred | 2004-08-01 | 1 | -0/+29 |
* | Adjust the show_self code (the test got inadvertantly reversed a couple of | des | 2004-07-12 | 1 | -3/+3 |
* | Cache a pointer to the old proc (as well as negative cache) to make | alfred | 2004-07-12 | 1 | -2/+13 |
* | Build upon the nice work of Alfred and add sorting capabilities to | keramida | 2004-07-08 | 1 | -3/+77 |
* | Additional preemptive unsigned -> signed casts. | des | 2004-07-05 | 1 | -4/+4 |
* | ki_pctcpu is unsigned, so we cast to long before subtracting. | des | 2004-07-05 | 1 | -1/+1 |
* | Unhealthy amount of manual code cleanup. Some long lines still remain. | des | 2004-07-05 | 1 | -187/+143 |
* | Apply consistent indentation. Long lines will be fixed in a separate | des | 2004-07-05 | 1 | -544/+543 |
* | Protoize. | des | 2004-07-05 | 1 | -45/+19 |
* | Sort out the #include mess. In particular, do not #include "os.h", since | des | 2004-07-05 | 1 | -18/+10 |
* | Mechanical whitespace cleanup. | des | 2004-07-05 | 1 | -26/+25 |
* | My previous commit fixed uid filtering, but broke io mode. Unravel the | des | 2004-07-05 | 1 | -35/+49 |
* | Fix selecting processes by uid, which was broken in the previous commit. | des | 2004-07-05 | 1 | -1/+1 |
* | Tell what percentage of the total IO a process is doing. | alfred | 2004-07-01 | 1 | -5/+37 |
* | New feature, provide a display that shows the amount of IO processes | alfred | 2004-07-01 | 1 | -3/+140 |
* | style, remove register. | alfred | 2004-06-30 | 1 | -87/+69 |
* | Do not use KERN_PROC_PROC with kvm_getproc(3); instead, if only process | green | 2004-06-06 | 1 | -4/+17 |
* | Changes to allow top to decide whether or not to show multiple threads per | julian | 2003-07-17 | 2 | -1/+7 |
* | Remove #include <sys/dkstat.h> | phk | 2003-02-16 | 1 | -1/+0 |
* | Catch up to SMTX -> SLOCK changes. | jhb | 2002-10-02 | 1 | -5/+5 |