hush/procps
Denis Vlasenko f7d07b1723 killall, pidof: use argv0 for process matching too
top: show cmdline, not comm field
(fixes problems with re-execed applets showing as processes with name "exe",
and not being found by pidof/killall by applet name)

function                                             old     new   delta
find_pid_by_name                                      98     156     +58
procps_scan                                          692     732     +40
top_main                                            2724    2762     +38
find_pair                                            164     180     +16
collect_int                                          114     123      +9
cmp_main                                             547     555      +8
collect_fork                                         112     119      +7
collect_ctx                                          112     119      +7
read_package_field                                   253     257      +4
passwd_main                                         1983    1985      +2
process_stdin                                        435     433      -2
xstrtoul_range_sfx                                   229     226      -3
get_next_block                                      1852    1849      -3
arith                                               2042    2033      -9
sv_main                                             1236    1226     -10
singlemount                                         4690    4672     -18
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 10/6 up/down: 189/-45)          Total: 144 bytes
   text    data     bss     dec     hex filename
 734789    3028   14400  752217   b7a59 busybox_old
 734933    3028   14400  752361   b7ae9 busybox_unstripped
2007-06-30 08:03:26 +00:00
..
Config.in move several applets to more correct ex-project. No code changes. 2007-06-12 08:12:33 +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 install: fix install a b /a/link/to/dir 2007-06-17 00:35:15 +00:00
pidof.c pidof: size optimizations (-50 bytes) 2007-06-23 14:56:43 +00:00
ps.c Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) 2007-06-25 10:55:35 +00:00
ps.posix ps: add documentation on POSIX ps 2006-11-05 00:47:38 +00:00
renice.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
sysctl.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
top.c killall, pidof: use argv0 for process matching too 2007-06-30 08:03:26 +00:00
uptime.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
watch.c move several applets to more correct ex-project. No code changes. 2007-06-12 08:12:33 +00:00