summaryrefslogtreecommitdiff
path: root/util-linux/unshare.c
Commit message (Expand)AuthorAgeFilesLines
* Remove "select PLATFORM_LINUX"Denys Vlasenko2022-11-291-1/+0
* Fix non-Linux buildsSamuel Thibault2022-11-291-0/+1
* *: slap on a few ALIGN* where appropriateDenys Vlasenko2022-02-061-1/+1
* help text tweaksDenys Vlasenko2020-12-181-3/+3
* 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
* whitespace fixesDenys Vlasenko2018-07-171-1/+1
* unshare: -r should map root to user, not the other way aroundDenys Vlasenko2017-11-091-3/+3
* unshare: -r implies -U, not -uDenys Vlasenko2017-11-091-1/+1
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-11/+10
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-2/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-1/+1
* Update remaining menuconfig items with approximate applet sizesDenys Vlasenko2017-07-191-1/+1
* unshare: fix help text; select LONG_OPTS instead depending on themDenys Vlasenko2017-06-141-3/+4
* make --help texts more uniformDenys Vlasenko2017-01-211-8/+8
* Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-1/+0
* unshare: --network should be --net. Closes 9116Denys Vlasenko2016-08-221-2/+2
* *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-221-1/+1
* nsenter,unshare: work around older headerDenys Vlasenko2016-04-021-0/+29
* nsenter,unshare: share common code; fix a bug of not closing all fdsDenys Vlasenko2016-04-021-16/+3
* unshare: remove stale commentDenys Vlasenko2016-04-021-5/+0
* libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys Vlasenko2016-04-011-11/+0
* unshare: new appletBartosz Golaszewski2016-04-011-0/+380