Re: [PATCH 0/4] util-linux: namespace utils

2016-03-11 Thread Bartosz Gołaszewski
2016-03-11 14:07 GMT+01:00 Bartosz Golaszewski : > 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 > unshar

[PATCH 0/4] util-linux: namespace utils

2016-03-11 Thread Bartosz Golaszewski
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 shr