busybox/procps
Denis Vlasenko fc1e9951c6 vsz and rss are unsigned longs (ulong ~= width of void* =>
suitable for expressing total RAM in system). We account
for "32 bit in 64 bit" systems by storing kbytes, not bytes
there. Should allow for up to ~2000 Gb RAM on 32 bits.
2007-08-29 18:23:36 +00:00
..
Config.in top: nested function allows us to reuse some code 2007-07-15 19:27:48 +00:00
free.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
fuser.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
Kbuild move several applets to more correct ex-project. No code changes. 2007-06-12 08:12:33 +00:00
kill.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
nmeter.c trylink: produce even more info about final link stage 2007-08-12 20:58:27 +00:00
pidof.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
ps.c vsz and rss are unsigned longs (ulong ~= width of void* => 2007-08-29 18:23:36 +00:00
ps.posix ps: add documentation on POSIX ps 2006-11-05 00:47:38 +00:00
renice.c trylink: produce even more info about final link stage 2007-08-12 20:58:27 +00:00
sysctl.c trylink: produce even more info about final link stage 2007-08-12 20:58:27 +00:00
top.c top: don't wait before final bailout (try top -b -n1). 2007-08-29 18:18:08 +00:00
uptime.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
watch.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00