summaryrefslogtreecommitdiff
path: root/usr.bin/top/screen.c
Commit message (Expand)AuthorAgeFilesLines
* top(1): Use warnx and errx instead of fprintfEitan Adler2018-08-221-3/+4
* top(1): fixed the empty output problem in non-interactive mode (-n, -b) regre...Daichi GOTO2018-07-271-0/+3
* Changed to eliminate the upper limit of command length displayedDaichi GOTO2018-07-061-2/+1
* top(1): remove special handling of load > 5Eitan Adler2018-06-221-11/+2
* top(1): move command mapping to commands.cEitan Adler2018-06-121-1/+0
* top(1): Fix two speeling errors I introducedEitan Adler2018-06-021-1/+1
* top(1): cleanup memory allocation and warningsEitan Adler2018-06-021-2/+2
* top(1): remove wrapper around putcharEitan Adler2018-06-021-8/+0
* top(1): clean up a bitEitan Adler2018-06-021-12/+9
* top(1): Use uid_t for uid rather than 'int'Eitan Adler2018-06-021-1/+0
* top(1): Use standard boolean rather than homegrown alternativeEitan Adler2018-06-021-11/+10
* top(1): ansify, style(9). and nitsEitan Adler2018-06-021-17/+7
* top(1): modernize a bit; reduce warningsEitan Adler2018-05-211-9/+9
* Revert r333969 which contained one too many changesEitan Adler2018-05-211-9/+9
* top(1): modernize a bit; reduce warningsEitan Adler2018-05-211-9/+9
* top(1): fix several more warningsEitan Adler2018-05-211-3/+0
* top(1): clean much of WARNS=3 issuesEitan Adler2018-05-211-5/+3
* top(1): build with WARN=2Eitan Adler2018-05-211-2/+0
* top(1): unconditionally assume we are on FreeBSD (more unifdef)Eitan Adler2018-05-201-143/+0
* Retry revertEitan Adler2018-05-201-0/+52
* revert r333928Eitan Adler2018-05-201-52/+0
* top(1): unconditionally assume we are running on FreeBSDEitan Adler2018-05-191-1/+1
* top(1): Migrate top to usr.binEitan Adler2018-05-191-0/+498