summaryrefslogtreecommitdiff
path: root/usr.bin/top
AgeCommit message (Expand)Author
2024-05-18remove prototypes with no matching functionJonathan Gray
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2023-01-07Add {get,set}thrname(2) for putting thread names in the kernel andPhilip Guenther
2022-12-16top(1): always recount number of online CPUsScott Soule Cheloha
2022-09-10top(1): remove last vestiges of "last pid" supportScott Soule Cheloha
2022-08-08top(1): display uptime with seconds, print uptime in fixed formatScott Soule Cheloha
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-02-22MAXCOMLEN is no longer needed in these programs, so remove the annotationTheo de Raadt
2022-02-18Avoid gendered language in man pages when not referring to a specificJonathan Gray
2021-03-12spellingJonathan Gray
2021-02-19Add 't' to options in man page. ok jmc@ kn@Mark Lumsden
2020-08-26Add "t" to toggle the display of routing tableskn
2020-08-25Rename rtable filter variables and simplify buffer handlingkn
2020-08-23Filter by routing tablekn
2020-07-26Add / as alias for g (grep)kn
2020-07-06Use mnemonic KERN_PROC_ALL not literal zerokn
2020-06-27Add missing scroll keys to help page, name default signale for kill commandkn
2020-06-26Remove duplicate initialisationkn
2020-06-25Remove unused "remaining" member in struct handlekn
2020-06-24Remove obsolete comment about "extra nulls"kn
2020-06-23Fix COMMAND descriptionkn
2020-06-23Remove redundant NULL checkkn
2020-01-07zap trailing whitespace;Jason McIntyre
2020-01-06Implement scrolling in top(1) using 9 and 0 keys.Vadim Zhukov
2019-12-16Delete tests for P_THREAD that predate the existence ofPhilip Guenther
2019-10-27+ resets P as wellkn
2019-10-08Simplify threads flag handlingkn
2019-10-08Replace "boolean.h" with <stdbool.h>kn
2019-10-06Avoid gasting around get_process_info()kn
2019-10-06Zap intermediate structs in compare_*()kn
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2018-11-28Allow reverse sort orderkn
2018-11-17Add new KERN_CPUSTATS sysctl(2) so we can identify offline CPUs.cheloha
2018-11-02Accept numeric user IDskn
2018-11-01Merge duplicate code into helper functionskn
2018-10-05Revert KERN_CPTIME2 ENODEV changes in kernel and userspace.cheloha
2018-09-26KERN_CPTIME2: set ENODEV if the CPU is offline.cheloha
2018-09-22Remove unused Table_size define and digits() function.Todd C. Miller
2018-09-22Use user_from_uid() and uid_from_user() directly. The wrappersTodd C. Miller
2018-09-22fix uid -> username lookupRichard Procter
2018-09-16Unbreak tree with 'char *' -> 'const char *' forKenneth R Westerback
2018-09-16Use uid_from_user(3) and gid_from_group(3) in utilities thatTodd C. Miller
2018-09-13Fix warnings caused by user_from_uid() and group_from_gid() nowTodd C. Miller
2018-07-29After "termcap" initilization is finished, top appears to not open anyTheo de Raadt
2018-07-25Document the spinning time of the CPU in systat(1) and top(1).Alexander Bluhm
2018-05-14Stopping counting and reporting CPU time spent spinning on a lock asMartin Pieuchot
2018-01-04glaring KNF violationTheo de Raadt
2017-12-18Add the CLOCK_BOOTTIME clockid for use with clock_gettime(2)cheloha
2017-05-30avoid some shadow warnings. from Brian CallahanTed Unangst