nsenter: new applet
authorBartosz Golaszewski <bartekgola@gmail.com>
Fri, 1 Apr 2016 20:17:25 +0000 (22:17 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 1 Apr 2016 20:19:35 +0000 (22:19 +0200)
commit80c934a2517f7bfc7642da6555d7ca01bc6f2edd
tree29de902cabc74253cb5cffe4db4aff1bc0737d8a
parentc4199f22d0f7793b70db51c01783f0d45afce3d4
nsenter: new applet

function                                             old     new   delta
nsenter_main                                           -     663    +663
.rodata                                           155147  155612    +465
packed_usage                                       30536   30708    +172
nsenter_longopts                                       -     116    +116
open_by_path_or_target                                 -      58     +58
applet_names                                        2518    2526      +8
applet_main                                         2920    2928      +8
------------------------------------------------------------------------------
(add/remove: 4/0 grow/shrink: 4/0 up/down: 1490/0)           Total: 1490 bytes
   text    data     bss     dec     hex filename
 827956    4078    9080  841114   cd59a busybox_old
 829214    4086    9080  842380   cda8c busybox_unstripped

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