busybox/procps
Denis Vlasenko f20de5bb42 ash,kill: use common code for kill applet/builtin
# make bloatcheck
function                                             old     new   delta
evaltreenr                                           644     654     +10
evaltree                                             644     654     +10
parse_conf                                          1440    1444      +4
dpkg_deb_main                                        426     429      +3
ed_main                                             3319    3321      +2
passwd_main                                         2093    2091      -2
kill_main                                            830     826      -4
singlemount                                         4609    4601      -8
find_command                                         962     954      -8
get_lcm                                              123     105     -18
.rodata                                           132243  132147     -96
killcmd                                              449     120    -329
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 5/7 up/down: 29/-465)          Total: -436 bytes

# size busybox_old busybox_unstripped
   text    data     bss     dec     hex filename
 723901    2940   27504  754345   b82a9 busybox_old
 723457    2940   27504  753901   b80ed busybox_unstripped
2007-04-29 23:42:54 +00:00
..
Config.in Trailing whitespace removal over entire tree 2007-01-11 17:20:00 +00:00
free.c random style fixes (extra spaces deleted) 2007-03-24 15:40:16 +00:00
fuser.c bb_full_fd_action: remove potential xmalloc from NOFORK path 2007-04-11 23:20:53 +00:00
Kbuild ash,kill: use common code for kill applet/builtin 2007-04-29 23:42:54 +00:00
kill.c ash,kill: use common code for kill applet/builtin 2007-04-29 23:42:54 +00:00
pidof.c suppress warnings about easch <applet>_main() having 2007-02-03 17:28:39 +00:00
ps.c procps: remove all global variables 2007-04-19 14:47:11 +00:00
ps.posix ps: add documentation on POSIX ps 2006-11-05 00:47:38 +00:00
renice.c suppress warnings about easch <applet>_main() having 2007-02-03 17:28:39 +00:00
sysctl.c style fixes. No code changes 2007-04-12 00:32:05 +00:00
top.c procps: remove all global variables 2007-04-19 14:47:11 +00:00
uptime.c style fixes. No code changes 2007-04-12 00:32:05 +00:00