aboutsummaryrefslogtreecommitdiff
path: root/util-linux/unshare.c
AgeCommit message (Expand)Author
2017-06-14unshare: fix help text; select LONG_OPTS instead depending on themDenys Vlasenko
2017-01-21make --help texts more uniformDenys Vlasenko
2016-11-23Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko
2016-08-22unshare: --network should be --net. Closes 9116Denys Vlasenko
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2016-04-02nsenter,unshare: work around older headerDenys Vlasenko
2016-04-02nsenter,unshare: share common code; fix a bug of not closing all fdsDenys Vlasenko
2016-04-02unshare: remove stale commentDenys Vlasenko
2016-04-01libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys Vlasenko
2016-04-01unshare: new appletBartosz Golaszewski