aboutsummaryrefslogtreecommitdiff
path: root/contrib/top
Commit message (Expand)AuthorAgeFilesLines
* top: use __mips__ and __NetBSD__ for consistencyEd Maste2017-08-231-1/+1
* Fix FreeBSD-presence macro to fix the build on mips with clang.John Baldwin2017-08-211-1/+1
* Enhance top(1) to filter on multiple usernamesPietro Cerutti2017-08-073-31/+114
* Add -w to usage string.Dag-Erling Smørgrav2017-05-201-1/+1
* Provide proper contemporary function prototypes for many of the functionsRobert Watson2017-03-262-14/+16
* Add ZFS compressed ARC stats to top(1)Allan Jude2017-03-175-0/+64
* Add a toggle to display the approximate amount of swap used by eachDag-Erling Smørgrav2016-09-054-14/+40
* The readme provides a high-level overview of how to upgrade top(1).Enji Cooper2016-05-261-0/+22
* Silence top(1) compiler warningsEnji Cooper2016-05-2213-54/+207
* Fixup include protections for building on mips64 with clangKurt Lidl2015-12-111-2/+2
* Move contrib/top/top.X to contrib/top/top.xs and moveMarcel Moolenaar2015-06-082-0/+0
* add an assert in case the sizeof int ever becomes bigger.. Then we willJohn-Mark Gurney2015-02-111-0/+1
* - Add J command to help.Bryan Drewery2014-05-021-0/+1
* - Add a hint for 'u' and 'J' command that '+' displays all.Bryan Drewery2014-05-021-2/+2
* Add -J command/flag to filter by jail name/jid. This will automaticallyBryan Drewery2014-05-023-5/+80
* Bump MAX_COLS to 512 to take advantage of wider terminals.Rui Paulo2012-12-131-1/+1
* Add "pid" to the help menu (sort keys section).Rui Paulo2012-11-111-2/+2
* Add a new line to top that provides a brief summary of the ZFS ARC memoryJohn Baldwin2012-06-274-0/+55
* In batch mode, exit after receiving SIGINT, instead of immediateKonstantin Belousov2012-03-071-0/+4
* Fix a race in top non-interactive mode. Use plain sleep(3) call insteadKonstantin Belousov2012-02-271-15/+1
* Rework the dynamic per-CPU stats code a bit. Always set 'statics->ncpus'John Baldwin2011-07-182-3/+15
* Tweak the interactive description of CPU vs WCPU.John Baldwin2011-07-181-2/+2
* Add a leading space to the status messages output after toggling theJohn Baldwin2011-07-111-2/+2
* Allow per-CPU statistics to be toggled at runtime via the 'P' key.John Baldwin2011-07-114-8/+37
* Note that -a, -C, -H, -j, and -z are also toggles.John Baldwin2011-07-081-1/+6
* Revert r214857 pursudant to 9.0-RELEASE cycle.Xin LI2011-06-202-11/+3
* - Document the -H option and 'H' key alongside other options and keysJohn Baldwin2011-05-311-2/+12
* Add a new option to toggle the display of the system idle process (per-CPUJohn Baldwin2011-05-314-7/+27
* Output an appropriate amount of padding to line up per-CPU state columnsJohn Baldwin2011-02-011-7/+11
* Add 'jid' as a possible sort order to the help screen.Sergey Kandaurov2010-11-121-2/+4
* Inverse display of top(1)'s table header when running in inactive mode.Xin LI2010-11-062-3/+11
* Since top displays the uptime including seconds, there is no need to add 30Rebecca Cran2010-08-171-1/+0
* Make these files compile with clang.Rui Paulo2010-07-221-0/+1
* Fix brokenness in top on big-endian 32-bit systems introduced whenNathan Whitehorn2010-04-191-1/+1
* Specify the parameter in the format_k2 prototype.Rebecca Cran2010-04-011-1/+1
* Change the 'amt' parameter in format_k2 from int to unsigned long longRebecca Cran2010-03-131-1/+1
* Let top(1) use MAXLOGNAME instead of UT_NAMESIZE.Ed Schouten2009-12-251-3/+3
* Explicitly line up the CPU state labels with the calculated starting columnJohn Baldwin2009-08-191-0/+2
* Merge r183430 from vendor/top/dist to head/contrib/top, although withRobert Watson2009-03-101-0/+0
|\
| * Move install to install-sh to prevent name-clashes.Edwin Groothuis2008-09-281-0/+0
* | Removed the no-op -p; documented -P.Ruslan Ermilov2008-06-212-7/+6
* | system_info.cpustates isn't sparse, so a bitmask of available CPU statesRuslan Ermilov2008-04-111-1/+0
* | Add a -P flag to display per-cpu cpu usage stats.Peter Wemm2008-01-185-39/+107
* | Improve -u (limit uid lookups) behavior.David E. O'Brien2008-01-091-1/+1
* | - s/jail id/jail ID/, acronyms should be in uppercase in general. Also,Rong-En Fan2007-05-044-5/+5
* | - Add documentation notes for the 'a' option, forgotten in the previousStanislav Sedov2007-05-032-0/+4
* | - Add new 'a' and 'j' options into usageRong-En Fan2007-04-191-1/+1
* | - Add a new 'j' switch and runtime option to toggle display jail id forRong-En Fan2007-04-174-8/+38
* | - Add new 'a' switch and runtime option that allows 'top' to display processStanislav Sedov2007-04-143-6/+28
* | The sigconv.awk script generates a sigdesc.h header file, whichGiorgos Keramidas2006-12-011-7/+9