2016-03-11 14:07 GMT+01:00 Bartosz Golaszewski <[email protected]>: > This series adds two namespaces-related applets reimplementing most > arguments supported by their upstream util-linux counterparts. > > The fourth patch is an optional code shrink. > > Bartosz Golaszewski (4): > libbb: add BIT() macro > unshare: new applet > nsenter: new applet > namespace utils: code shrink > > include/libbb.h | 2 + > util-linux/namespace.c | 34 ++++ > util-linux/namespace.h | 27 ++++ > util-linux/nsenter.c | 340 +++++++++++++++++++++++++++++++++++++++ > util-linux/unshare.c | 429 > +++++++++++++++++++++++++++++++++++++++++++++++++ > 5 files changed, 832 insertions(+) > create mode 100644 util-linux/namespace.c > create mode 100644 util-linux/namespace.h > create mode 100644 util-linux/nsenter.c > create mode 100644 util-linux/unshare.c > > -- > 2.1.4 >
Superseded by v2. -- Best regards, Bartosz Golaszewski _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
