summaryrefslogtreecommitdiff
path: root/usr.bin/top/machine.c
AgeCommit message (Expand)Author
1998-11-28do not count swap spaces that were not swapon(2)edkstailey
1998-09-20cp_time is long, deal with it.Niklas Hallqvist
1998-09-20widen unsigned entities to signed ones before subtracting, fixes sorting on a...Niklas Hallqvist
1998-08-21support "-o field" and the interactive "o" commandkstailey
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
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
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
1997-08-17print "idle" for idle processeskstailey
1997-08-14top 3.4, with a few changes. Still needs more work.Jason Downs