index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
top
Age
Commit message (
Expand
)
Author
2024-05-18
remove prototypes with no matching function
Jonathan Gray
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2023-01-07
Add {get,set}thrname(2) for putting thread names in the kernel and
Philip Guenther
2022-12-16
top(1): always recount number of online CPUs
Scott Soule Cheloha
2022-09-10
top(1): remove last vestiges of "last pid" support
Scott Soule Cheloha
2022-08-08
top(1): display uptime with seconds, print uptime in fixed format
Scott Soule Cheloha
2022-03-31
man pages: add missing commas between subordinate and main clauses
Christian Weisgerber
2022-02-22
MAXCOMLEN is no longer needed in these programs, so remove the annotation
Theo de Raadt
2022-02-18
Avoid gendered language in man pages when not referring to a specific
Jonathan Gray
2021-03-12
spelling
Jonathan Gray
2021-02-19
Add 't' to options in man page. ok jmc@ kn@
Mark Lumsden
2020-08-26
Add "t" to toggle the display of routing tables
kn
2020-08-25
Rename rtable filter variables and simplify buffer handling
kn
2020-08-23
Filter by routing table
kn
2020-07-26
Add / as alias for g (grep)
kn
2020-07-06
Use mnemonic KERN_PROC_ALL not literal zero
kn
2020-06-27
Add missing scroll keys to help page, name default signale for kill command
kn
2020-06-26
Remove duplicate initialisation
kn
2020-06-25
Remove unused "remaining" member in struct handle
kn
2020-06-24
Remove obsolete comment about "extra nulls"
kn
2020-06-23
Fix COMMAND description
kn
2020-06-23
Remove redundant NULL check
kn
2020-01-07
zap trailing whitespace;
Jason McIntyre
2020-01-06
Implement scrolling in top(1) using 9 and 0 keys.
Vadim Zhukov
2019-12-16
Delete tests for P_THREAD that predate the existence of
Philip Guenther
2019-10-27
+ resets P as well
kn
2019-10-08
Simplify threads flag handling
kn
2019-10-08
Replace "boolean.h" with <stdbool.h>
kn
2019-10-06
Avoid gasting around get_process_info()
kn
2019-10-06
Zap intermediate structs in compare_*()
kn
2019-07-03
snprintf/vsnprintf return < 0 on error, rather than -1.
Theo de Raadt
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2018-11-28
Allow reverse sort order
kn
2018-11-17
Add new KERN_CPUSTATS sysctl(2) so we can identify offline CPUs.
cheloha
2018-11-02
Accept numeric user IDs
kn
2018-11-01
Merge duplicate code into helper functions
kn
2018-10-05
Revert KERN_CPTIME2 ENODEV changes in kernel and userspace.
cheloha
2018-09-26
KERN_CPTIME2: set ENODEV if the CPU is offline.
cheloha
2018-09-22
Remove unused Table_size define and digits() function.
Todd C. Miller
2018-09-22
Use user_from_uid() and uid_from_user() directly. The wrappers
Todd C. Miller
2018-09-22
fix uid -> username lookup
Richard Procter
2018-09-16
Unbreak tree with 'char *' -> 'const char *' for
Kenneth R Westerback
2018-09-16
Use uid_from_user(3) and gid_from_group(3) in utilities that
Todd C. Miller
2018-09-13
Fix warnings caused by user_from_uid() and group_from_gid() now
Todd C. Miller
2018-07-29
After "termcap" initilization is finished, top appears to not open any
Theo de Raadt
2018-07-25
Document the spinning time of the CPU in systat(1) and top(1).
Alexander Bluhm
2018-05-14
Stopping counting and reporting CPU time spent spinning on a lock as
Martin Pieuchot
2018-01-04
glaring KNF violation
Theo de Raadt
2017-12-18
Add the CLOCK_BOOTTIME clockid for use with clock_gettime(2)
cheloha
2017-05-30
avoid some shadow warnings. from Brian Callahan
Ted Unangst
[next]