1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/usr.bin/top
kn 2f895e4aec Allow reverse sort order
Prefixing the field with a dash will sort processes in reverse order.
`o -pid' will therefore list PID 1 on top.

"looks good" tedu, improvements and OK cheloha
2018-11-28 22:00:30 +00:00
..
boolean.h
commands.c annoying whitespace die die die 2017-03-15 04:24:14 +00:00
display.c Allow reverse sort order 2018-11-28 22:00:30 +00:00
display.h Add new KERN_CPUSTATS sysctl(2) so we can identify offline CPUs. 2018-11-17 23:10:07 +00:00
layout.h
machine.c Allow reverse sort order 2018-11-28 22:00:30 +00:00
machine.h Add new KERN_CPUSTATS sysctl(2) so we can identify offline CPUs. 2018-11-17 23:10:07 +00:00
Makefile Use user_from_uid() and uid_from_user() directly. The wrappers 2018-09-22 16:50:35 +00:00
screen.c annoying whitespace die die die 2017-03-15 04:24:14 +00:00
screen.h
top.1 Allow reverse sort order 2018-11-28 22:00:30 +00:00
top.c Allow reverse sort order 2018-11-28 22:00:30 +00:00
top.h Use user_from_uid() and uid_from_user() directly. The wrappers 2018-09-22 16:50:35 +00:00
top.local.h Remove unused Table_size define and digits() function. 2018-09-22 17:10:28 +00:00
utils.c Remove unused Table_size define and digits() function. 2018-09-22 17:10:28 +00:00
utils.h Remove unused Table_size define and digits() function. 2018-09-22 17:10:28 +00:00