aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/top
Commit message (Expand)AuthorAgeFilesLines
* top: fix sorting by pid (-o pid)Kyle Evans2023-02-161-0/+1
* top: Remove a duplicate extern declaration for show_args.John Baldwin2022-05-101-1/+0
* top(1): Fix a typo in a source code commentGordon Bergling2022-04-091-1/+1
* top.1: Use the Dq macros instead of \*lq and \*rqMateusz Piotrowski2021-11-241-37/+107
* top.1: Improve description of -mMateusz Piotrowski2021-11-241-4/+10
* top.1: Fix a typo in description of H interactive commandMateusz Piotrowski2021-11-241-2/+2
* top.1: Sort options alphabeticallyMateusz Piotrowski2021-11-241-78/+77
* top: Sort flags in usage messageMateusz Piotrowski2021-11-241-2/+2
* top(1): indicate how to reset grep stringJohn Grafton2021-09-131-1/+1
* top(1): support command name and argument greppingJohn Grafton2021-09-137-1/+60
* top: VIS_SAFE turned out to be unsafeYuri Pankov2020-07-141-1/+1
* top: do not try to use sysctl machdep.smp_active.Konstantin Belousov2020-06-281-4/+1
* Fix up r359594: -m takes an argument.Mark Johnston2020-04-031-1/+1
* Fix the description of the -m flag in top.1.Mark Johnston2020-04-031-1/+1
* top: display battery capacity remainingPhilip Paeps2019-12-215-0/+31
* Add a "B" suffix to memory quantities in top(1) output.Mark Johnston2019-11-181-5/+6
* 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-272-24/+28
* Correct the final argument name in the top(1) manpage.Dimitry Andric2019-09-271-1/+1
* Impove wording and move descriptions aboutHiroki Sato2019-09-211-5/+10
* top(1): support multibyte characters in command names (ARGV array)Daichi GOTO2019-09-205-29/+13
* Fix layout. -C needs to be styled as a flag here, not as a new list item.Tijl Coosemans2019-07-121-1/+1
* top(1): Don't show the swap line when there are no swap devicesAllan Jude2019-06-202-8/+23
* 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-30/+24
* 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 variables shadowing globalDimitry Andric2019-02-103-10/+6
* Fix multiple warnings in usr.bin/top about discarded qualifiers fromDimitry Andric2019-02-107-17/+12
* 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): Rework DESCRIPTION OF MEMORY section.Mateusz Piotrowski2018-10-021-52/+58
* Fix column alignment in per-thread mode.Mark Johnston2018-08-251-0/+2
* top(1): Use warnx and errx instead of fprintfEitan Adler2018-08-224-56/+22
* top(1): issue warning on invalid delayEitan Adler2018-08-221-1/+8
* fix top after arc accounting changeMatt Macy2018-08-111-1/+5
* top(1): hide THR column in separate-thread mode.Eitan Adler2018-08-081-1/+4
* top(1): fix a buffer overflow copying states to display while they were incre...Daichi GOTO2018-07-271-0/+5
* top(1): fixed the empty output problem in non-interactive mode (-n, -b) regre...Daichi GOTO2018-07-271-0/+3
* top(1): forgot in r336160Daichi GOTO2018-07-261-1/+0
* top(1): increase number of columns for memoryEitan Adler2018-07-252-4/+4
* Fix thread state summary line display after r334918.Mark Johnston2018-07-101-4/+4
* top(1): rollback r335836Daichi GOTO2018-07-105-113/+15
* 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-064-46/+84
* top: do not fall to the thread name if kernel cache of the processKonstantin Belousov2018-07-041-1/+0
* Fix build: utf8strvisx() does signed data comparisons, but 'char' typeRuslan Bukin2018-07-031-1/+1
* When toggling the display using the "m" command to toggle from 'cpu'Cy Schubert2018-07-031-0/+1
* top(1): permit infinite length for commandEitan Adler2018-07-011-6/+1
* top(1) - support UTF-8 displayDaichi GOTO2018-07-016-15/+114