aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/top
Commit message (Expand)AuthorAgeFilesLines
* top(1): Rework DESCRIPTION OF MEMORY section.Mateusz Piotrowski2018-10-021-52/+58
* Fix column alignment in per-thread mode.Mark Johnston2018-08-251-0/+2
* top(1): Use warnx and errx instead of fprintfEitan Adler2018-08-224-56/+22
* top(1): issue warning on invalid delayEitan Adler2018-08-221-1/+8
* fix top after arc accounting changeMatt Macy2018-08-111-1/+5
* top(1): hide THR column in separate-thread mode.Eitan Adler2018-08-081-1/+4
* top(1): fix a buffer overflow copying states to display while they were incre...Daichi GOTO2018-07-271-0/+5
* top(1): fixed the empty output problem in non-interactive mode (-n, -b) regre...Daichi GOTO2018-07-271-0/+3
* top(1): forgot in r336160Daichi GOTO2018-07-261-1/+0
* top(1): increase number of columns for memoryEitan Adler2018-07-252-4/+4
* Fix thread state summary line display after r334918.Mark Johnston2018-07-101-4/+4
* top(1): rollback r335836Daichi GOTO2018-07-105-113/+15
* top(1): Fix the prompt bug and core dump problem in o / p mode that occurred ...Daichi GOTO2018-07-101-4/+11
* r336028 changed next_msg to a char * from char [] of fixed size. ChangeSean Bruno2018-07-061-1/+1
* Changed to eliminate the upper limit of command length displayedDaichi GOTO2018-07-064-46/+84
* top: do not fall to the thread name if kernel cache of the processKonstantin Belousov2018-07-041-1/+0
* Fix build: utf8strvisx() does signed data comparisons, but 'char' typeRuslan Bukin2018-07-031-1/+1
* When toggling the display using the "m" command to toggle from 'cpu'Cy Schubert2018-07-031-0/+1
* top(1): permit infinite length for commandEitan Adler2018-07-011-6/+1
* top(1) - support UTF-8 displayDaichi GOTO2018-07-016-15/+114
* top(1): increased the maximum length of command shown by "-a"Daichi GOTO2018-06-271-1/+1
* top(1): increase field with width for W/CPU columnEitan Adler2018-06-241-2/+2
* top(1): Restructure printing of process statesEitan Adler2018-06-231-77/+63
* top(1): Convert process listing to sbuf tooEitan Adler2018-06-231-57/+45
* top(1): Use basename instead of a homegrown alternativeEitan Adler2018-06-231-5/+2
* top(1): show CPU state breakdown on first runEitan Adler2018-06-231-20/+1
* top(1): increase warningsEitan Adler2018-06-221-2/+2
* top(1): garbage collectEitan Adler2018-06-222-29/+6
* top(1): increase size of 'C' columnEitan Adler2018-06-221-2/+2
* top(1): remove special handling of load > 5Eitan Adler2018-06-223-20/+3
* top(1): reimplement header formatting as sbufEitan Adler2018-06-225-85/+47
* top(1): behave as documented for -tEitan Adler2018-06-221-1/+1
* top(1): fix top -mioEitan Adler2018-06-191-0/+1
* top(1): Fix Coverity warningAlan Somers2018-06-191-1/+1
* top(1): correct assertionEitan Adler2018-06-191-1/+1
* top(1): correct header in UP modeEitan Adler2018-06-191-2/+2
* top(1): use more modern signal codeEitan Adler2018-06-181-7/+8
* top(1): remove myself from top.1Eitan Adler2018-06-141-1/+0
* Fix top(1) support for displaying ZFS Compressed ARC statisticsAllan Jude2018-06-141-1/+1
* top(1): remove unneeded logicEitan Adler2018-06-131-9/+6
* top(1): style(9)Eitan Adler2018-06-133-8/+14
* top(1): add myself to authorsEitan Adler2018-06-132-0/+2
* top(1): shift from atoi to non-deprecated functionEitan Adler2018-06-131-1/+1
* top(1): replace homegrown itoa with sprintfEitan Adler2018-06-131-30/+4
* top(1): format_time, format_k, etc.Eitan Adler2018-06-134-85/+37
* top(1): format help more nicelyEitan Adler2018-06-131-5/+22
* top(1): several small bugfixes and nitsEitan Adler2018-06-134-17/+22
* top(1): remove trailing whitespaceEitan Adler2018-06-125-32/+32
* top(1): style and relatedEitan Adler2018-06-126-13/+8
* top(1): move command mapping to commands.cEitan Adler2018-06-124-93/+88