aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/top/commands.c
Commit message (Expand)AuthorAgeFilesLines
* top(1): reimplement header formatting as sbufEitan Adler2018-06-221-0/+1
* top(1): Fix Coverity warningAlan Somers2018-06-191-1/+1
* top(1): format help more nicelyEitan Adler2018-06-131-5/+22
* top(1): remove trailing whitespaceEitan Adler2018-06-121-2/+2
* top(1): style and relatedEitan Adler2018-06-121-1/+2
* top(1): move command mapping to commands.cEitan Adler2018-06-121-30/+30
* top(1): use modern interfaces for nice and relatedEitan Adler2018-06-101-18/+2
* top(1): add command aliases; correct dumb supportEitan Adler2018-06-101-2/+5
* top(1): use sys_signame instead of hard coding signalsEitan Adler2018-06-101-12/+16
* top(1): bring some structure to commandsEitan Adler2018-06-101-54/+49
* top(1): permit sending signal with any caseEitan Adler2018-06-101-6/+6
* top(1): use a different command to toggle tid vs pidEitan Adler2018-06-091-0/+1
* top(1): some nitpicksEitan Adler2018-06-041-1/+1
* top(1): include what you useEitan Adler2018-06-041-0/+1
* top(1): misc minor improvementsEitan Adler2018-06-031-5/+5
* top: add -p option and p command to only show a single processRoman Bogorodskiy2018-06-021-0/+1
* top(1): Use standard boolean rather than homegrown alternativeEitan Adler2018-06-021-4/+4
* top(1): remove two unneeded headersEitan Adler2018-06-021-2/+0
* top(1): ansify, style(9). and nitsEitan Adler2018-06-021-14/+5
* top(1): unbreak build with gcc7; fix varargsEitan Adler2018-05-221-5/+1
* top(1): clean up some "const" related warningsEitan Adler2018-05-211-7/+12
* 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): clean up in prep for const poisoningEitan Adler2018-05-211-15/+10
* top(1): further unconditionally assume we're on FreeBSDEitan Adler2018-05-211-2/+0
* top(1): fix several more warningsEitan Adler2018-05-211-2/+2
* top(1): pull function declarations and externs into headersEitan Adler2018-05-211-5/+0
* top(1): Quiesce several warningsEitan Adler2018-05-201-34/+26
* top(1): remove use of 'register' keywordEitan Adler2018-05-201-16/+16
* top(1): unconditionally assume we are running on FreeBSDEitan Adler2018-05-191-2/+3
* top(1): unconditionally provide 'FreeBSD' as a versionEitan Adler2018-05-191-1/+1
* top(1): assume that we're building on FreeBSDEitan Adler2018-05-191-2/+0
* top(1): Migrate top to usr.binEitan Adler2018-05-191-0/+542