summaryrefslogtreecommitdiff
path: root/usr.bin/top/machine.c
AgeCommit message (Collapse)Author
1998-07-08whack kmem gid after kvm_openfiles()Theo de Raadt
1998-06-25handle missing swapTheo de Raadt
1997-11-08Sort idle processes by total CPU usage, not cpticks since cpticksTodd C. Miller
get zeroed every second; dan@dan.emsphone.com
1997-09-09"last pid" stuff is useless with random pids.Todd C. Miller
1997-09-09Use kvm_openfiles() not the sunos compat kvm_open().Todd C. Miller
Use warn/warnx where it makes sense and check some more ret vals.
1997-08-24Fix compiler warnings.Todd C. Miller
1997-08-22Two more alpha warnings.Jason Downs
1997-08-22First sweep. Prototype, type fixes, long fixes, mostly compiles withJason Downs
-Wall.
1997-08-17print "idle" for idle processeskstailey
1997-08-14top 3.4, with a few changes. Still needs more work.Jason Downs