busybox/procps
Denis Vlasenko 4c1d88daff top: get rid of on-stack variable buffers, use permanent one.
code shrank with and without TOPMEM:

top_main                                             828     844     +16
display_process_list                                1525    1473     -52
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/1 up/down: 16/-52)            Total: -36 bytes

top_main                                            1150    1171     +21
display_topmem_process_list                         1150    1167     +17
display_process_list                                1525    1473     -52
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/1 up/down: 38/-52)            Total: -14 bytes
2007-09-08 17:34:05 +00:00
..
Config.in top: TOPMEM feature - 's(how sizes)' command. +2.5k when enabled, 2007-09-08 16:51:19 +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: get rid of on-stack variable buffers, use permanent one. 2007-09-08 17:34:05 +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