aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/top/top.c
Commit message (Expand)AuthorAgeFilesLines
* top: display battery capacity remainingPhilip Paeps2019-12-211-0/+3
* Allow entering fractional delays in top(1) interactive mode.Dimitry Andric2019-09-271-4/+14
* Make fractional delays for top(1) work for interactive mode.Dimitry Andric2019-09-271-23/+27
* top(1): support multibyte characters in command names (ARGV array)Daichi GOTO2019-09-201-0/+6
* Fix multiple warnings in usr.bin/top about discarded qualifiers fromDimitry Andric2019-02-101-2/+2
* Fix top(1) long options handlingJustin Hibbits2019-01-181-1/+2
* Add missing display messages when toggling modes.Mark Johnston2018-11-301-0/+9
* top(1): Use warnx and errx instead of fprintfEitan Adler2018-08-221-48/+16
* top(1): issue warning on invalid delayEitan Adler2018-08-221-1/+8
* top(1): rollback r335836Daichi GOTO2018-07-101-9/+0
* top(1) - support UTF-8 displayDaichi GOTO2018-07-011-0/+9
* top(1): show CPU state breakdown on first runEitan Adler2018-06-231-20/+1
* top(1): remove special handling of load > 5Eitan Adler2018-06-221-7/+0
* top(1): behave as documented for -tEitan Adler2018-06-221-1/+1
* top(1): correct assertionEitan Adler2018-06-191-1/+1
* top(1): use more modern signal codeEitan Adler2018-06-181-7/+8
* top(1): several small bugfixes and nitsEitan Adler2018-06-131-3/+3
* top(1): remove trailing whitespaceEitan Adler2018-06-121-17/+17
* top(1): style and relatedEitan Adler2018-06-121-3/+2
* top(1): move command mapping to commands.cEitan Adler2018-06-121-62/+25
* top(1): use modern interfaces for nice and relatedEitan Adler2018-06-101-14/+8
* top(1): filter fewer warnings; clean upEitan Adler2018-06-101-2/+2
* top(1): permit sub-second delay timesEitan Adler2018-06-101-11/+12
* top(1): handle specific pids betterEitan Adler2018-06-091-7/+0
* top(1): implement additional missing long optionsEitan Adler2018-06-091-1/+3
* top(1): Implement long optionsEitan Adler2018-06-091-1/+29
* top(1): allow starting with -T flagEitan Adler2018-06-091-1/+1
* top(1): use a different command to toggle tid vs pidEitan Adler2018-06-091-11/+29
* top(1): fix several style & const related issuesEitan Adler2018-06-081-5/+5
* top(1): include what you useEitan Adler2018-06-041-5/+7
* top(1): another pass of cleanupEitan Adler2018-06-031-1/+1
* top(1): top warnings and cleanupEitan Adler2018-06-031-4/+4
* top(1): partial revert of r334517Eitan Adler2018-06-031-1/+1
* top(1): remove chdir to /Eitan Adler2018-06-031-9/+0
* top(1): Fix two speeling errors I introducedEitan Adler2018-06-021-1/+1
* top(1): chdir to / as init; remove unneeded commentEitan Adler2018-06-021-0/+9
* top: add -p option and p command to only show a single processRoman Bogorodskiy2018-06-021-6/+54
* top(1): Use uid_t for uid rather than 'int'Eitan Adler2018-06-021-1/+1
* top(1): Use standard boolean rather than homegrown alternativeEitan Adler2018-06-021-38/+37
* top(1): ansify, style(9). and nitsEitan Adler2018-06-021-11/+1
* top(1): unbreak build with gcc7; fix varargsEitan Adler2018-05-221-6/+2
* top(1): fix buildEitan Adler2018-05-211-1/+0
* top(1): modernize a bit; reduce warningsEitan Adler2018-05-211-2/+2
* Revert r333969 which contained one too many changesEitan Adler2018-05-211-2/+2
* top(1): modernize a bit; reduce warningsEitan Adler2018-05-211-2/+2
* top(1): further unconditionally assume we're on FreeBSDEitan Adler2018-05-211-26/+10
* top(1): build with WARNS=3Eitan Adler2018-05-211-2/+2
* top(1): fix several more warningsEitan Adler2018-05-211-22/+18
* top(1): pull function declarations and externs into headersEitan Adler2018-05-211-32/+3
* top(1): clean much of WARNS=3 issuesEitan Adler2018-05-211-23/+21