aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/top
Commit message (Expand)AuthorAgeFilesLines
* top: improve sort field storage/lookupKyle Evans2025-08-095-71/+142
* top.1: Fix incorrect default value for -s optionArtem Bunichev2025-07-241-1/+1
* top.1: Document the THR columnAlexander Ziaee2025-07-151-1/+2
* ps(1), top(1): Priority: Let 0 be the first timesharing levelOlivier Certner2025-06-181-1/+1
* systat/top: Update ZFS sysctl namesAlexander Motin2025-05-251-3/+3
* top.1: Add HISTORYAlexander Ziaee2025-04-191-0/+4
* top.1: top does not accept uidsAlexander Ziaee2025-04-191-2/+2
* top: Sync usage and synopsisAlexander Ziaee2025-03-282-3/+3
* top: Polish key bindings in usage and manualAlexander Ziaee2025-03-252-104/+105
* top: Make locale issues non-fatal.Dag-Erling Smørgrav2025-03-061-2/+2
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* usr.bin/top: fix displaying load average for loads of at least 100Piotr Kubaj2024-05-221-2/+2
* 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