summaryrefslogtreecommitdiffstats
path: root/contrib/top
Commit message (Expand)AuthorAgeFilesLines
* Since top displays the uptime including seconds, there is no need to add 30brucec2010-08-171-1/+0
* Make these files compile with clang.rpaulo2010-07-221-0/+1
* Fix brokenness in top on big-endian 32-bit systems introduced whennwhitehorn2010-04-191-1/+1
* Specify the parameter in the format_k2 prototype.brucec2010-04-011-1/+1
* Change the 'amt' parameter in format_k2 from int to unsigned long longbrucec2010-03-131-1/+1
* Let top(1) use MAXLOGNAME instead of UT_NAMESIZE.ed2009-12-251-3/+3
* Explicitly line up the CPU state labels with the calculated starting columnjhb2009-08-191-0/+2
* Merge r183430 from vendor/top/dist to head/contrib/top, although withrwatson2009-03-101-0/+0
* Removed the no-op -p; documented -P.ru2008-06-212-7/+6
* system_info.cpustates isn't sparse, so a bitmask of available CPU statesru2008-04-111-1/+0
* Add a -P flag to display per-cpu cpu usage stats.peter2008-01-185-39/+107
* Improve -u (limit uid lookups) behavior.obrien2008-01-091-1/+1
* - s/jail id/jail ID/, acronyms should be in uppercase in general. Also,rafan2007-05-044-5/+5
* - Add documentation notes for the 'a' option, forgotten in the previousstas2007-05-032-0/+4
* - Add new 'a' and 'j' options into usagerafan2007-04-191-1/+1
* - Add a new 'j' switch and runtime option to toggle display jail id forrafan2007-04-174-8/+38
* - Add new 'a' switch and runtime option that allows 'top' to display processstas2007-04-143-6/+28
* The sigconv.awk script generates a sigdesc.h header file, whichkeramida2006-12-011-7/+9
* Update the description of the `STATE' column for SMP systems,keramida2006-05-161-2/+6
* Re-add option -C to usage().ru2006-04-191-1/+1
* Document the -C option of top(1), which has been added to the sourcekeramida2006-04-191-1/+13
* Bring SYNOPSIS in line with usage().ru2006-04-182-7/+8
* Typo.keramida2005-10-261-1/+1
* The 'text' argument of u_header() is not used, so we don't need tokeramida2005-05-191-6/+0
* Properly trim the header line too, to fix wrap-around problems thatkeramida2005-05-181-1/+41
* Merge the CPU and WCPU columns in a single %6.2f column, add a new 'C'keramida2005-05-183-7/+24
* - Add a THR column to the process listing, that shows the number ofkeramida2005-04-142-4/+6
* Correct macro usage.brueffer2005-03-131-1/+1
* This patch merges the sort fields for both pages, so you can (foralfred2004-08-162-7/+3
* document the 'I' and 't' commands in the help screen in top(1).alfred2004-07-121-2/+3
* Make 'S' in interactive mode toggle display of system processes.alfred2004-07-123-3/+11
* Build upon the nice work of Alfred and add sorting capabilities tokeramida2004-07-082-6/+13
* Correct a misleading (cut'n'pasted) comment.des2004-07-051-1/+1
* New feature, provide a display that shows the amount of IO processesalfred2004-07-013-10/+55
* Replace a reference to /kernel with /boot/kernel/kerneleivind2003-08-261-1/+1
* Changes to allow top to decide whether or not to show multiple threads perjulian2003-07-173-5/+20
* Fix a bug where you couldn't start top in a very small window. Nowdwmalone2002-08-111-0/+2
* Don't depend on <pwd.h> to bogusly include <sys/types.h>.mike2002-06-091-0/+3
* Resolve conflicts.dwmalone2002-01-243-10/+40
* Resolve conflicts (our -t option, we'd fixed a bug in a slightly different way).dwmalone2002-01-241-13/+38
* Resolve conflicts (we have a -t option).dwmalone2002-01-241-2/+14
* Resolve conflict: We made a fix renaming a structure member error,dwmalone2002-01-241-6/+8
* This commit was generated by cvs2svn to compensate for changes in r89750,dwmalone2002-01-2415-197/+494
|\
| * import top_3_5beta12dwmalone2002-01-2421-228/+585
* | Make top exit if its tty vanishes.dwmalone2001-11-041-2/+8
* | Don't do unsafe activities inside signal handlers. Just set a flag andkris2001-08-061-44/+54
* | Fix another possible bufer overflow in top.imp2000-11-031-1/+1
* | display.c: sprintf -> snprintfimp2000-10-042-2/+6
* | Don't declare ospeed as a common - and it happens to be incorrect as well.peter2000-09-161-1/+2
* | Correct default value for -s option.phantom2000-07-201-1/+2
OpenPOWER on IntegriCloud