aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/top
Commit message (Expand)AuthorAgeFilesLines
* top: Avoid printing a blank line when the ZFS ARC is emptyMark Johnston2024-01-111-5/+15
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1613-26/+0
* top(8): restore erronously removed SWAIT array elementKonstantin Belousov2023-06-211-0/+1
* top(8): add missed SLOCK state to the sorted_state[]Konstantin Belousov2023-06-211-1/+1
* top(8): document the actual sort order for process sortingKonstantin Belousov2023-06-211-3/+3
* top(8): use designated initializers for sorted_state[]Konstantin Belousov2023-06-211-7/+6
* top(8): designate the sorted_state[] array as constantKonstantin Belousov2023-06-211-1/+1
* top: Use a cpuset_t to represent a CPU maskMark Johnston2023-05-261-10/+9
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-3/+3
* top: fix sorting by pid (-o pid)Kyle Evans2023-02-131-0/+1
* top(1): Fix a typo in a source code commentGordon Bergling2022-04-021-1/+1
* top.1: Use the Dq macros instead of \*lq and \*rqMateusz Piotrowski2021-11-181-37/+107
* top.1: Improve description of -mMateusz Piotrowski2021-11-181-4/+10
* top: Sort flags in usage messageMateusz Piotrowski2021-11-181-2/+2
* top.1: Sort options alphabeticallyMateusz Piotrowski2021-11-181-78/+77
* top.1: Fix a typo in description of H interactive commandMateusz Piotrowski2021-11-181-2/+2
* ncurses: chase dependency changes in the source treeBaptiste Daroussin2021-10-041-1/+1
* top: Remove a duplicate extern declaration for show_args.John Baldwin2021-09-151-1/+0
* top(1): indicate how to reset grep stringJohn Grafton2021-09-081-1/+1
* top(1): support command name and argument greppingJohn Grafton2021-06-297-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