aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/top/machine.c
Commit message (Expand)AuthorAgeFilesLines
* top: Avoid printing a blank line when the ZFS ARC is emptyMark Johnston2024-01-111-5/+15
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+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
* top: fix sorting by pid (-o pid)Kyle Evans2023-02-131-0/+1
* top: Remove a duplicate extern declaration for show_args.John Baldwin2021-09-151-1/+0
* top(1): support command name and argument greppingJohn Grafton2021-06-291-0/+35
* 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
* top: display battery capacity remainingPhilip Paeps2019-12-211-0/+16
* top(1): support multibyte characters in command names (ARGV array)Daichi GOTO2019-09-201-2/+2
* top(1): Don't show the swap line when there are no swap devicesAllan Jude2019-06-201-8/+17
* Fix multiple warnings in usr.bin/top about discarded qualifiers fromDimitry Andric2019-02-101-2/+2
* Fix column alignment in per-thread mode.Mark Johnston2018-08-251-0/+2
* 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): increase number of columns for memoryEitan Adler2018-07-251-3/+3
* top(1): rollback r335836Daichi GOTO2018-07-101-7/+3
* Changed to eliminate the upper limit of command length displayedDaichi GOTO2018-07-061-13/+12
* top: do not fall to the thread name if kernel cache of the processKonstantin Belousov2018-07-041-1/+0
* 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-011-3/+7
* top(1): increased the maximum length of command shown by "-a"Daichi GOTO2018-06-271-1/+1
* top(1): increase field with width for W/CPU columnEitan Adler2018-06-241-2/+2
* top(1): Restructure printing of process statesEitan Adler2018-06-231-77/+63
* top(1): Convert process listing to sbuf tooEitan Adler2018-06-231-57/+45
* top(1): Use basename instead of a homegrown alternativeEitan Adler2018-06-231-5/+2
* top(1): garbage collectEitan Adler2018-06-221-27/+3
* top(1): increase size of 'C' columnEitan Adler2018-06-221-2/+2
* top(1): reimplement header formatting as sbufEitan Adler2018-06-221-78/+41
* top(1): fix top -mioEitan Adler2018-06-191-0/+1
* top(1): correct header in UP modeEitan Adler2018-06-191-2/+2
* Fix top(1) support for displaying ZFS Compressed ARC statisticsAllan Jude2018-06-141-1/+1
* top(1): format_time, format_k, etc.Eitan Adler2018-06-131-3/+3
* top(1): several small bugfixes and nitsEitan Adler2018-06-131-2/+0
* top(1): handle specific pids betterEitan Adler2018-06-091-3/+3
* top(1): correct header, align it.Eitan Adler2018-06-091-17/+32
* top(1): actually make change for tid vs pidEitan Adler2018-06-091-3/+1
* top(1): use a different command to toggle tid vs pidEitan Adler2018-06-091-3/+3
* top(1): remove some unneeded indirectionEitan Adler2018-06-081-29/+11
* top(1): fix several style & const related issuesEitan Adler2018-06-081-2/+2
* top(1): fix err againEitan Adler2018-06-061-1/+1
* top(1): make error message happyEitan Adler2018-06-061-1/+1
* top(1): some nitpicksEitan Adler2018-06-041-2/+2
* top(1): include what you useEitan Adler2018-06-041-12/+8