aboutsummaryrefslogtreecommitdiff
path: root/util-linux/unshare.c
AgeCommit message (Expand)Author
2020-12-18help text tweaksDenys Vlasenko
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-12-28config: update size informationDenys Vlasenko
2018-07-17whitespace fixesDenys Vlasenko
2017-11-09unshare: -r should map root to user, not the other way aroundDenys Vlasenko
2017-11-09unshare: -r implies -U, not -uDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-08getopt32: remove applet_long_optionsDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-19Update remaining menuconfig items with approximate applet sizesDenys Vlasenko
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