summaryrefslogtreecommitdiffstats
path: root/contrib/top/top.c
Commit message (Expand)AuthorAgeFilesLines
* Silence top(1) compiler warningsngie2016-05-221-33/+22
* - Add a hint for 'u' and 'J' command that '+' displays all.bdrewery2014-05-021-2/+2
* Add -J command/flag to filter by jail name/jid. This will automaticallybdrewery2014-05-021-5/+56
* Add a new line to top that provides a brief summary of the ZFS ARC memoryjhb2012-06-271-0/+6
* In batch mode, exit after receiving SIGINT, instead of immediatekib2012-03-071-0/+4
* Fix a race in top non-interactive mode. Use plain sleep(3) call insteadkib2012-02-271-15/+1
* Rework the dynamic per-CPU stats code a bit. Always set 'statics->ncpus'jhb2011-07-181-1/+1
* Tweak the interactive description of CPU vs WCPU.jhb2011-07-181-2/+2
* Add a leading space to the status messages output after toggling thejhb2011-07-111-2/+2
* Allow per-CPU statistics to be toggled at runtime via the 'P' key.jhb2011-07-111-4/+15
* Add a new option to toggle the display of the system idle process (per-CPUjhb2011-05-311-6/+18
* Removed the no-op -p; documented -P.ru2008-06-211-6/+2
* Add a -P flag to display per-cpu cpu usage stats.peter2008-01-181-1/+10
* 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-041-1/+1
* - 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-171-4/+19
* - Add new 'a' switch and runtime option that allows 'top' to display processstas2007-04-141-5/+16
* Re-add option -C to usage().ru2006-04-191-1/+1
* Bring SYNOPSIS in line with usage().ru2006-04-181-3/+4
* Merge the CPU and WCPU columns in a single %6.2f column, add a new 'C'keramida2005-05-181-7/+22
* - Add a THR column to the process listing, that shows the number ofkeramida2005-04-141-3/+5
* This patch merges the sort fields for both pages, so you can (foralfred2004-08-161-6/+2
* Make 'S' in interactive mode toggle display of system processes.alfred2004-07-121-3/+7
* Build upon the nice work of Alfred and add sorting capabilities tokeramida2004-07-081-5/+8
* 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-011-10/+41
* Changes to allow top to decide whether or not to show multiple threads perjulian2003-07-171-5/+18
* Resolve conflicts (our -t option, we'd fixed a bug in a slightly different way).dwmalone2002-01-241-13/+38
* 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-041-1/+3
* uptime display more in style with original codeobrien1999-01-091-0/+1
* Add -t option ('t' in interactive mode) to make top(1) ignore itself.des1998-08-041-5/+19
* Apply the FreeBSD-local patches.joerg1997-03-231-2/+13
* This is the long-awaited import of top into the base system (actually,joerg1997-03-231-0/+996
OpenPOWER on IntegriCloud