opnsense-src/usr.bin/top
Kyle Evans b7a3f47bff top: fix sorting by pid (-o pid)
The 'pid' order was added, but the equivalent comparator was not back in
8b800d3af2 ("Add the PID column to the list of sort keys.").
`ordernames` indices need to match `compares` indices in order for this
to work.

A future commit will restructure all of this to make it less error prone
going forward (see D37083).

Reviewed by:	pstef (D37083)
Approved by:	re (cperciva)

(cherry picked from commit deb63adf94)
(cherry picked from commit cfd3bd04c245889d339c4f7cb1e45c955537e3eb)
2023-02-15 22:53:44 -06:00
..
commands.c top(1): support command name and argument grepping 2021-09-12 19:12:00 -06:00
commands.h top(1): support command name and argument grepping 2021-09-12 19:12:00 -06:00
display.c top: display battery capacity remaining 2019-12-21 05:03:21 +00:00
display.h top: display battery capacity remaining 2019-12-21 05:03:21 +00:00
layout.h
loadavg.h
machine.c top: fix sorting by pid (-o pid) 2023-02-15 22:53:44 -06:00
machine.h top(1): support command name and argument grepping 2021-09-12 19:12:00 -06:00
Makefile
Makefile.depend
screen.c
screen.h
top.1 top.1: Use the Dq macros instead of \*lq and \*rq 2021-11-24 17:10:31 +01:00
top.c top(1): Fix a typo in a source code comment 2022-04-09 08:16:07 +02:00
top.h top(1): support command name and argument grepping 2021-09-12 19:12:00 -06:00
username.c
username.h
utils.c Add a "B" suffix to memory quantities in top(1) output. 2019-11-18 20:55:01 +00:00
utils.h