| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct the order of the MFU and MRU labels. I had reversed them. | jhb | 2012-10-19 | 1 | -1/+1 |
* | Fix two layout bugs in the previous change: | jhb | 2012-07-02 | 1 | -1/+3 |
* | Add a new line to top that provides a brief summary of the ZFS ARC memory | jhb | 2012-06-27 | 2 | -21/+84 |
* | Clarify that the cached file data pages included in the "Wired" count | jhb | 2012-06-27 | 1 | -1/+1 |
* | Fix string buffer overflow when preparing the line of output. | kib | 2012-04-18 | 1 | -2/+2 |
* | Remove trailing whitespace per mdoc lint warning | eadler | 2012-03-29 | 1 | -10/+10 |
* | Spelling fixes for usr.bin/ | uqs | 2011-12-30 | 1 | -1/+1 |
* | Rework the dynamic per-CPU stats code a bit. Always set 'statics->ncpus' | jhb | 2011-07-18 | 1 | -5/+3 |
* | Constantly print the command name and if set include the thread | bz | 2011-07-18 | 1 | -8/+20 |
* | Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN. | bz | 2011-07-18 | 1 | -4/+4 |
* | - Export each thread's individual resource usage in in struct kinfo_proc's | jhb | 2011-07-18 | 1 | -2/+15 |
* | Revert 130163 and let top use KERN_PROC_PROC when individual threads are | jhb | 2011-07-15 | 1 | -17/+4 |
* | Fix indentation. | bz | 2011-07-14 | 1 | -1/+1 |
* | Allow per-CPU statistics to be toggled at runtime via the 'P' key. | jhb | 2011-07-11 | 1 | -70/+78 |
* | Always skip the kernel idle process if requested, it is not specific to | jhb | 2011-07-07 | 1 | -5/+4 |
* | - Document the -H option and 'H' key alongside other options and keys | jhb | 2011-05-31 | 1 | -4/+0 |
* | Add a new option to toggle the display of the system idle process (per-CPU | jhb | 2011-05-31 | 1 | -0/+7 |
* | Add missing header file. | pluknet | 2011-05-20 | 1 | -0/+1 |
* | Touch up the sample memory usage numbers a bit, to avoid wrapping | keramida | 2011-01-23 | 1 | -3/+6 |
* | Memory stats are reported in bytes, not pages. | brucec | 2010-11-13 | 1 | -10/+10 |
* | 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 |