aboutsummaryrefslogtreecommitdiff
path: root/contrib/top/top.c
Commit message (Expand)AuthorAgeFilesLines
* top(1): Migrate top to usr.binEitan Adler2018-05-191-1318/+0
* top: fix warnings from clang/gccKurt Lidl2018-04-181-11/+9
* Enhance top(1) to filter on multiple usernamesPietro Cerutti2017-08-071-27/+107
* 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-261-11/+12
* Add ZFS compressed ARC stats to top(1)Allan Jude2017-03-171-0/+4
* Add a toggle to display the approximate amount of swap used by eachDag-Erling Smørgrav2016-09-051-4/+19
* Silence top(1) compiler warningsEnji Cooper2016-05-221-33/+22
* - 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-021-5/+56
* Add a new line to top that provides a brief summary of the ZFS ARC memoryJohn Baldwin2012-06-271-0/+6
* 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-181-1/+1
* 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-111-4/+15
* Add a new option to toggle the display of the system idle process (per-CPUJohn Baldwin2011-05-311-6/+18
* Removed the no-op -p; documented -P.Ruslan Ermilov2008-06-211-6/+2
* Add a -P flag to display per-cpu cpu usage stats.Peter Wemm2008-01-181-1/+10
* 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-041-1/+1
* - 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-171-4/+19
* - Add new 'a' switch and runtime option that allows 'top' to display processStanislav Sedov2007-04-141-5/+16
* Re-add option -C to usage().Ruslan Ermilov2006-04-191-1/+1
* Bring SYNOPSIS in line with usage().Ruslan Ermilov2006-04-181-3/+4
* Merge the CPU and WCPU columns in a single %6.2f column, add a new 'C'Giorgos Keramidas2005-05-181-7/+22
* - Add a THR column to the process listing, that shows the number ofGiorgos Keramidas2005-04-141-3/+5
* This patch merges the sort fields for both pages, so you can (forAlfred Perlstein2004-08-161-6/+2
* Make 'S' in interactive mode toggle display of system processes.Alfred Perlstein2004-07-121-3/+7
* Build upon the nice work of Alfred and add sorting capabilities toGiorgos Keramidas2004-07-081-5/+8
* Correct a misleading (cut'n'pasted) comment.Dag-Erling Smørgrav2004-07-051-1/+1
* New feature, provide a display that shows the amount of IO processesAlfred Perlstein2004-07-011-10/+41
* Changes to allow top to decide whether or not to show multiple threads perJulian Elischer2003-07-171-5/+18
* Resolve conflicts (our -t option, we'd fixed a bug in a slightly different way).David Malone2002-01-241-13/+38
* Make top exit if its tty vanishes.David Malone2001-11-041-2/+8
* Don't do unsafe activities inside signal handlers. Just set a flag andKris Kennaway2001-08-061-44/+54
* Fix another possible bufer overflow in top.Warner Losh2000-11-031-1/+1
* display.c: sprintf -> snprintfWarner Losh2000-10-041-1/+3
* uptime display more in style with original codeDavid E. O'Brien1999-01-091-0/+1
* Add -t option ('t' in interactive mode) to make top(1) ignore itself.Dag-Erling Smørgrav1998-08-041-5/+19
* Apply the FreeBSD-local patches.Joerg Wunsch1997-03-231-2/+13
* This is the long-awaited import of top into the base system (actually,vendor/top/3.4Joerg Wunsch1997-03-231-0/+996