aboutsummaryrefslogtreecommitdiff
path: root/util-linux/nsenter.c
AgeCommit message (Expand)Author
2020-12-18help text tweaksDenys Vlasenko
2020-12-12nsenter: stop option parsing on 1st non-optionDenys 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-05-13nsenter: fix parsing of -t, -S and -G optionsEuan Harris
2018-05-13nsenter: Rename --network option to --netEuan Harris
2017-09-18regularize format of source file headers, no code changesDenys 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-01-21make --help texts more uniformDenys 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-01nsenter: new appletBartosz Golaszewski