hush/procps
Rob Landley 997650b972 From Denis Vlasenko:
* CPU% = process[i].ticks/sum(process[i].ticks) * busy_cpu_ticks/total_cpu_ticks
* got rid of empty line under "Load average" line
  and used last line - +2 visible processes
* do not do float conversion of loadavg, just read it as string from /proc
* fix display on small screens
* dropped unused .stime, .utime fields
* a few variables were renamed
* style fixes
2006-04-24 23:13:46 +00:00
..
Config.in
free.c
fuser.c Jason Schoon writes: Attached is a patch to display the usage message if fuser is called with no arguments, rather than doing no work and failing silently. 2006-04-21 22:04:05 +00:00
kill.c
Makefile
Makefile.in
pidof.c
ps.c
renice.c
sysctl.c Remove a superfluous quote and more non-generic standalone code. 2006-04-17 21:49:34 +00:00
top.c From Denis Vlasenko: 2006-04-24 23:13:46 +00:00
uptime.c