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
/
machine.c
Age
Commit message (
Expand
)
Author
2023-01-07
Add {get,set}thrname(2) for putting thread names in the kernel and
Philip Guenther
2022-09-10
top(1): remove last vestiges of "last pid" support
Scott Soule Cheloha
2022-02-22
MAXCOMLEN is no longer needed in these programs, so remove the annotation
Theo de Raadt
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-06
Use mnemonic KERN_PROC_ALL not literal zero
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
Remove redundant NULL check
kn
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-08
Simplify threads flag handling
kn
2019-10-06
Avoid gasting around get_process_info()
kn
2019-10-06
Zap intermediate structs in compare_*()
kn
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-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
Use user_from_uid() and uid_from_user() directly. The wrappers
Todd C. Miller
2018-09-13
Fix warnings caused by user_from_uid() and group_from_gid() now
Todd C. Miller
2018-05-14
Stopping counting and reporting CPU time spent spinning on a lock as
Martin Pieuchot
2017-05-30
avoid some shadow warnings. from Brian Callahan
Ted Unangst
2017-03-15
annoying whitespace die die die
Theo de Raadt
2016-07-28
rework realloc loop. there's no need to shrink the allocation between
Ted Unangst
2016-05-11
Allow top(1) to filter process args if they are being displayed.
Edd Barrett
2015-08-20
Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope
Theo de Raadt
2015-05-06
Display thread IDs instead of the name of the process's owner when "-H"
Martin Pieuchot
2015-01-19
Kill loadavg.h and just use the fscale value directly.
Todd C. Miller
2015-01-19
like in ps(1), fetch the FSCALE value using sysctl rather than using
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-09-17
if there are more than 8 cpus, default to combined cpu stats (like
David Gwynne
2014-09-15
Remove non-standard <sys/dkstat.h> header. It has not contained anything
Miod Vallat
2014-07-04
Track whether a process is a zombie or not yet fully built via flags
Philip Guenther
2014-04-08
Use VM_UVMEXP instead of VM_METER for memory usages and directly
Martin Pieuchot
2013-03-23
wchan is no longer exposed, just check if wmesg is not empty.
Ted Unangst
2012-12-18
We no longer use struct eproc for kinfo_proc in sysctl.h so there
Todd C. Miller
2012-07-09
According to miod, KERNBASE used as a userland symbol should die
Theo de Raadt
2012-06-05
Add support for hiding a user's processes in top.
Bryan Steele
2012-04-21
Remove a check made superfluous by the KERN_PROC_SHOW_THREADS flag.
Philip Guenthe
2012-04-17
Make it optional for kvm_getprocs() (and related sysctl) to return
Paul Irofti
2012-04-12
Add per thread accounting, mainly for usage & friends.
Paul Irofti
2011-07-12
print out the amount of memory used for cache. ok otto
Ted Unangst
2011-04-10
Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now
Philip Guenthe
2010-04-26
more portable code
Theo de Raadt
2010-03-26
Make the source of process TIME for displaying and sorting the same.
lum
2010-01-29
Allow sorting by command and pid. Also, allow partial matches with strncmp.
Ted Unangst
2009-04-28
extend STATE column to fit > 9 cpus; Aivar Jaakson; PR6131
Theo de Raadt
[next]