| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a leading space to the status messages output after toggling the | John Baldwin | 2011-07-11 | 1 | -2/+2 |
* | Allow per-CPU statistics to be toggled at runtime via the 'P' key. | John Baldwin | 2011-07-11 | 4 | -8/+37 |
* | Note that -a, -C, -H, -j, and -z are also toggles. | John Baldwin | 2011-07-08 | 1 | -1/+6 |
* | Revert r214857 pursudant to 9.0-RELEASE cycle. | Xin LI | 2011-06-20 | 2 | -11/+3 |
* | - Document the -H option and 'H' key alongside other options and keys | John Baldwin | 2011-05-31 | 1 | -2/+12 |
* | Add a new option to toggle the display of the system idle process (per-CPU | John Baldwin | 2011-05-31 | 4 | -7/+27 |
* | Output an appropriate amount of padding to line up per-CPU state columns | John Baldwin | 2011-02-01 | 1 | -7/+11 |
* | Add 'jid' as a possible sort order to the help screen. | Sergey Kandaurov | 2010-11-12 | 1 | -2/+4 |
* | Inverse display of top(1)'s table header when running in inactive mode. | Xin LI | 2010-11-06 | 2 | -3/+11 |
* | Since top displays the uptime including seconds, there is no need to add 30 | Rebecca Cran | 2010-08-17 | 1 | -1/+0 |
* | Make these files compile with clang. | Rui Paulo | 2010-07-22 | 1 | -0/+1 |
* | Fix brokenness in top on big-endian 32-bit systems introduced when | Nathan Whitehorn | 2010-04-19 | 1 | -1/+1 |
* | Specify the parameter in the format_k2 prototype. | Rebecca Cran | 2010-04-01 | 1 | -1/+1 |
* | Change the 'amt' parameter in format_k2 from int to unsigned long long | Rebecca Cran | 2010-03-13 | 1 | -1/+1 |
* | Let top(1) use MAXLOGNAME instead of UT_NAMESIZE. | Ed Schouten | 2009-12-25 | 1 | -3/+3 |
* | Explicitly line up the CPU state labels with the calculated starting column | John Baldwin | 2009-08-19 | 1 | -0/+2 |
* | Merge r183430 from vendor/top/dist to head/contrib/top, although with | Robert Watson | 2009-03-10 | 1 | -0/+0 |
|\ |
|
| * | Move install to install-sh to prevent name-clashes. | Edwin Groothuis | 2008-09-28 | 1 | -0/+0 |
* | | Removed the no-op -p; documented -P. | Ruslan Ermilov | 2008-06-21 | 2 | -7/+6 |
* | | system_info.cpustates isn't sparse, so a bitmask of available CPU states | Ruslan Ermilov | 2008-04-11 | 1 | -1/+0 |
* | | Add a -P flag to display per-cpu cpu usage stats. | Peter Wemm | 2008-01-18 | 5 | -39/+107 |
* | | Improve -u (limit uid lookups) behavior. | David E. O'Brien | 2008-01-09 | 1 | -1/+1 |
* | | - s/jail id/jail ID/, acronyms should be in uppercase in general. Also, | Rong-En Fan | 2007-05-04 | 4 | -5/+5 |
* | | - Add documentation notes for the 'a' option, forgotten in the previous | Stanislav Sedov | 2007-05-03 | 2 | -0/+4 |
* | | - Add new 'a' and 'j' options into usage | Rong-En Fan | 2007-04-19 | 1 | -1/+1 |
* | | - Add a new 'j' switch and runtime option to toggle display jail id for | Rong-En Fan | 2007-04-17 | 4 | -8/+38 |
* | | - Add new 'a' switch and runtime option that allows 'top' to display process | Stanislav Sedov | 2007-04-14 | 3 | -6/+28 |
* | | The sigconv.awk script generates a sigdesc.h header file, which | Giorgos Keramidas | 2006-12-01 | 1 | -7/+9 |
* | | Update the description of the `STATE' column for SMP systems, | Giorgos Keramidas | 2006-05-16 | 1 | -2/+6 |
* | | Re-add option -C to usage(). | Ruslan Ermilov | 2006-04-19 | 1 | -1/+1 |
* | | Document the -C option of top(1), which has been added to the source | Giorgos Keramidas | 2006-04-19 | 1 | -1/+13 |
* | | Bring SYNOPSIS in line with usage(). | Ruslan Ermilov | 2006-04-18 | 2 | -7/+8 |
* | | Typo. | Giorgos Keramidas | 2005-10-26 | 1 | -1/+1 |
* | | The 'text' argument of u_header() is not used, so we don't need to | Giorgos Keramidas | 2005-05-19 | 1 | -6/+0 |
* | | Properly trim the header line too, to fix wrap-around problems that | Giorgos Keramidas | 2005-05-18 | 1 | -1/+41 |
* | | Merge the CPU and WCPU columns in a single %6.2f column, add a new 'C' | Giorgos Keramidas | 2005-05-18 | 3 | -7/+24 |
* | | - Add a THR column to the process listing, that shows the number of | Giorgos Keramidas | 2005-04-14 | 2 | -4/+6 |
* | | Correct macro usage. | Christian Brueffer | 2005-03-13 | 1 | -1/+1 |
* | | This patch merges the sort fields for both pages, so you can (for | Alfred Perlstein | 2004-08-16 | 2 | -7/+3 |
* | | document the 'I' and 't' commands in the help screen in top(1). | Alfred Perlstein | 2004-07-12 | 1 | -2/+3 |
* | | Make 'S' in interactive mode toggle display of system processes. | Alfred Perlstein | 2004-07-12 | 3 | -3/+11 |
* | | Build upon the nice work of Alfred and add sorting capabilities to | Giorgos Keramidas | 2004-07-08 | 2 | -6/+13 |
* | | Correct a misleading (cut'n'pasted) comment. | Dag-Erling Smørgrav | 2004-07-05 | 1 | -1/+1 |
* | | New feature, provide a display that shows the amount of IO processes | Alfred Perlstein | 2004-07-01 | 3 | -10/+55 |
* | | Replace a reference to /kernel with /boot/kernel/kernel | Eivind Eklund | 2003-08-26 | 1 | -1/+1 |
* | | Changes to allow top to decide whether or not to show multiple threads per | Julian Elischer | 2003-07-17 | 3 | -5/+20 |
* | | Fix a bug where you couldn't start top in a very small window. Now | David Malone | 2002-08-11 | 1 | -0/+2 |
* | | Don't depend on <pwd.h> to bogusly include <sys/types.h>. | Mike Barcroft | 2002-06-09 | 1 | -0/+3 |
* | | Resolve conflicts. | David Malone | 2002-01-24 | 3 | -10/+40 |
* | | Resolve conflicts (our -t option, we'd fixed a bug in a slightly different way). | David Malone | 2002-01-24 | 1 | -13/+38 |