unshare: new applet
authorBartosz Golaszewski <bartekgola@gmail.com>
Fri, 1 Apr 2016 17:41:13 +0000 (19:41 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 1 Apr 2016 17:44:39 +0000 (19:44 +0200)
commit29b33b63d49be88200f794d832450a4c71e85a5e
treeb24f7cde57b6463f2d2e56b6d2947f35484dc463
parent52977a7d600c7db0f7c4935fd501427fd6b580d0
unshare: new applet

function                                             old     new   delta
unshare_main                                           -     873    +873
.rodata                                           154444  155131    +687
packed_usage                                       30329   30520    +191
unshare_longopts                                       -     106    +106
mount_namespaces                                       -      99     +99
mount_or_die                                           -      51     +51
ns_list                                                -      48     +48
wait_for_exitstatus                                    -      41     +41
opt_str                                                -      17     +17
applet_names                                        2510    2518      +8
applet_main                                         2912    2920      +8
applet_suid                                           91      92      +1
applet_install_loc                                   182     183      +1
------------------------------------------------------------------------------
(add/remove: 8/0 grow/shrink: 6/0 up/down: 2131/0)           Total: 2131 bytes
   text    data     bss     dec     hex filename
 826110    4070    9080  839260   cce5c busybox_old
 827961    4078    9080  841119   cd59f busybox_unstripped

Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
util-linux/unshare.c [new file with mode: 0644]