aboutsummaryrefslogtreecommitdiff
path: root/util-linux/nsenter.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: slap on a few ALIGN* where appropriateDenys Vlasenko2022-02-061-1/+1
* help text tweaksDenys Vlasenko2020-12-181-1/+1
* nsenter: stop option parsing on 1st non-optionDenys Vlasenko2020-12-121-1/+2
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-1/+0
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* nsenter: fix parsing of -t, -S and -G optionsEuan Harris2018-05-131-1/+1
* nsenter: Rename --network option to --netEuan Harris2018-05-131-1/+1
* regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-1/+0
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-29/+6
* config: deindent all help textsDenys Vlasenko2017-07-211-3/+3
* Update remaining menuconfig items with approximate applet sizesDenys Vlasenko2017-07-191-1/+1
* make --help texts more uniformDenys Vlasenko2017-01-211-13/+13
* *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-221-1/+1
* nsenter,unshare: work around older headerDenys Vlasenko2016-04-021-0/+16
* nsenter,unshare: share common code; fix a bug of not closing all fdsDenys Vlasenko2016-04-021-16/+5
* nsenter: new appletBartosz Golaszewski2016-04-011-0/+286