aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/top/display.c
Commit message (Expand)AuthorAgeFilesLines
* usr.bin/top: fix displaying load average for loads of at least 100Piotr Kubaj2024-05-221-2/+2
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* top: display battery capacity remainingPhilip Paeps2019-12-211-0/+9
* top(1): support multibyte characters in command names (ARGV array)Daichi GOTO2019-09-201-25/+0
* top(1): Don't show the swap line when there are no swap devicesAllan Jude2019-06-201-0/+6
* Fix regression in top(1) after r344381, causing informational messagesDimitry Andric2019-04-021-5/+11
* Fix more AddressSanitizer violations in usr.bin/topDimitry Andric2019-02-201-29/+23
* Fix the first couple of AddressSanitizer violations in usr.bin/top.Dimitry Andric2019-02-101-4/+18
* Fix multiple warnings in usr.bin/top about discarded qualifiers fromDimitry Andric2019-02-101-4/+4
* top(1): Use warnx and errx instead of fprintfEitan Adler2018-08-221-3/+2
* top(1): fix a buffer overflow copying states to display while they were incre...Daichi GOTO2018-07-271-0/+5
* Fix thread state summary line display after r334918.Mark Johnston2018-07-101-4/+4
* top(1): rollback r335836Daichi GOTO2018-07-101-35/+11
* 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-061-28/+71
* top(1) - support UTF-8 displayDaichi GOTO2018-07-011-11/+35
* top(1): style(9)Eitan Adler2018-06-131-3/+6
* top(1): several small bugfixes and nitsEitan Adler2018-06-131-10/+18
* top(1): remove trailing whitespaceEitan Adler2018-06-121-11/+11
* top(1): use correct word when displaying threadsEitan Adler2018-06-101-1/+1
* top(1): correctly reset per-cpu countersEitan Adler2018-06-091-13/+10
* top(1): fix several style & const related issuesEitan Adler2018-06-081-28/+22
* top(1): include what you useEitan Adler2018-06-041-5/+5
* top(1): another pass of cleanupEitan Adler2018-06-031-23/+11
* top(1): top warnings and cleanupEitan Adler2018-06-031-14/+12
* top(1): cleanup memory allocation and warningsEitan Adler2018-06-021-8/+8
* Use stpcpy instead of home grown solutionEitan Adler2018-06-021-9/+9
* top(1): const poison part 2Eitan Adler2018-06-021-1/+1
* top(1): help scan-build along a bitEitan Adler2018-06-021-0/+5
* top(1): avoid casting mallocEitan Adler2018-06-021-6/+6
* top(1): Use standard boolean rather than homegrown alternativeEitan Adler2018-06-021-4/+4
* top(1): ansify, style(9). and nitsEitan Adler2018-06-021-109/+29
* top(1): unbreak build with gcc7; fix varargsEitan Adler2018-05-221-1/+1
* top(1): fix buildEitan Adler2018-05-211-1/+0
* top(1): modernize a bit; reduce warningsEitan Adler2018-05-211-9/+3
* Add missing va_endEitan Adler2018-05-211-0/+2
* Revert r333969 which contained one too many changesEitan Adler2018-05-211-3/+9
* top(1): modernize a bit; reduce warningsEitan Adler2018-05-211-9/+3
* top(1): further unconditionally assume we're on FreeBSDEitan Adler2018-05-211-34/+0
* top(1): build with WARNS=3Eitan Adler2018-05-211-4/+7
* top(1): fix several more warningsEitan Adler2018-05-211-21/+9
* top(1): clean much of WARNS=3 issuesEitan Adler2018-05-211-24/+9
* top(1): remove use of 'register' keywordEitan Adler2018-05-201-52/+52
* top(1): unconditionally assume we are running on FreeBSDEitan Adler2018-05-191-5/+6
* top(1): assume that we're building on FreeBSDEitan Adler2018-05-191-1/+0
* top(1): Migrate top to usr.binEitan Adler2018-05-191-0/+1455