run-init: new applet
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 21 Aug 2017 17:30:01 +0000 (19:30 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 21 Aug 2017 17:30:01 +0000 (19:30 +0200)
commit200bcc851acbe1ba30fe90b5cf918f88370a5d15
tree50f4d5ac42869548b78b00470d7b80b50a28157a
parent44b3f2ffbc01c0a9fcfb5d60af3e292f505ac67c
run-init: new applet

function                                             old     new   delta
switch_root_main                                     354     637    +283
drop_usermodehelper                                    -     157    +157
cap_name_to_number                                     -      77     +77
packed_usage                                       31707   31743     +36
applet_names                                        2665    2674      +9
applet_main                                         1544    1548      +4
applet_install_loc                                   193     194      +1
setpriv_main                                         933     928      -5
getcaps                                              131     122      -9
parse_cap                                            117      29     -88
------------------------------------------------------------------------------
(add/remove: 3/0 grow/shrink: 5/3 up/down: 567/-102)          Total: 465 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
include/libbb.h
klibc-utils/run-init.c [new file with mode: 0644]
libbb/capability.c
util-linux/setpriv.c
util-linux/switch_root.c