summaryrefslogtreecommitdiff
path: root/usr.bin/top/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Add a "B" suffix to memory quantities in top(1) output.Mark Johnston2019-11-181-5/+6
* Fix multiple warnings in usr.bin/top about variables shadowing globalDimitry Andric2019-02-101-3/+3
* Fix multiple warnings in usr.bin/top about discarded qualifiers fromDimitry Andric2019-02-101-1/+1
* top(1): increase number of columns for memoryEitan Adler2018-07-251-1/+1
* top(1): rollback r335836Daichi GOTO2018-07-101-59/+0
* Fix build: utf8strvisx() does signed data comparisons, but 'char' typeRuslan Bukin2018-07-031-1/+1
* top(1) - support UTF-8 displayDaichi GOTO2018-07-011-0/+59
* top(1): reimplement header formatting as sbufEitan Adler2018-06-221-5/+3
* top(1): remove unneeded logicEitan Adler2018-06-131-9/+6
* top(1): style(9)Eitan Adler2018-06-131-2/+2
* top(1): add myself to authorsEitan Adler2018-06-131-0/+1
* 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-131-78/+31
* top(1): remove trailing whitespaceEitan Adler2018-06-121-1/+1
* top(1): style and relatedEitan Adler2018-06-121-2/+2
* top(1): handle 0 in "digits" functionsEitan Adler2018-06-111-4/+6
* top(1): correctly reset per-cpu countersEitan Adler2018-06-091-2/+2
* top(1): fix several style & const related issuesEitan Adler2018-06-081-5/+9
* top(1): Use strsep instead of homegrown alternativeEitan Adler2018-06-041-68/+15
* top(1): another pass of cleanupEitan Adler2018-06-031-4/+4
* top(1): top warnings and cleanupEitan Adler2018-06-031-1/+1
* top(1): partial revert of r334517Eitan Adler2018-06-031-2/+2
* top(1): misc minor improvementsEitan Adler2018-06-031-1/+1
* top(1): cleanup memory allocation and warningsEitan Adler2018-06-021-4/+2
* top: add -p option and p command to only show a single processRoman Bogorodskiy2018-06-021-0/+37
* Use stpcpy instead of home grown solutionEitan Adler2018-06-021-14/+2
* top(1): const poisonEitan Adler2018-06-021-5/+6
* top(1): Use uid_t for uid rather than 'int'Eitan Adler2018-06-021-2/+2
* top(1): ansify, style(9). and nitsEitan Adler2018-06-021-38/+14
* top(1): add myself as a MAINTAIENREitan Adler2018-05-211-7/+1
* top(1): fix several more warningsEitan Adler2018-05-211-4/+3
* top(1): Quiesce several warningsEitan Adler2018-05-201-39/+4
* top(1): remove use of 'register' keywordEitan Adler2018-05-201-29/+29
* top(1): unconditionally assume we are running on FreeBSDEitan Adler2018-05-191-1/+4
* top(1): assume that we're building on FreeBSDEitan Adler2018-05-191-15/+0
* top(1): Migrate top to usr.binEitan Adler2018-05-191-0/+508