summaryrefslogtreecommitdiff
path: root/util-linux/switch_root.c
Commit message (Expand)AuthorAgeFilesLines
* Remove "select PLATFORM_LINUX"Denys Vlasenko2022-11-291-1/+0
* Fix non-Linux buildsSamuel Thibault2022-11-291-0/+1
* switch_root: code shrink - use iterate_on_dir()Denys Vlasenko2021-06-241-21/+14
* avoid using strok - eliminates use of hidden global variableDenys Vlasenko2020-10-061-2/+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-3/+3
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INITDenys Vlasenko2018-02-211-0/+6
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+2
* run-init: if doing dry run, do not require pid==1Denys Vlasenko2017-08-221-2/+5
* run-init: implement -n "dry run"Denys Vlasenko2017-08-221-34/+43
* run-init: new appletDenys Vlasenko2017-08-211-2/+124
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-3/+2
* config: deindent all help textsDenys Vlasenko2017-07-211-12/+12
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-171-1/+1
* switch_root: don't bail out when console doesn't existAndrei Gherzan2017-03-241-4/+6
* Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+23
* typo fix in commentDenys Vlasenko2015-10-131-1/+1
* libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko2012-03-081-1/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+10
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* switch_root: more clear error messagesDenys Vlasenko2009-12-151-4/+6
* move libc related stuff out of platform.hDenys Vlasenko2009-07-081-4/+2
* switch_root: allow /init to be a symlink; add doc (thanks Rob!)Denys Vlasenko2009-06-171-4/+93
* switch_root: move misplaced commentDenis Vlasenko2009-04-211-1/+1
* switch_root: improve behavior on error; improve help textDenis Vlasenko2009-04-211-28/+34
* switch_root: print errno on failureDenis Vlasenko2009-04-211-1/+1
* switch_root: shrinkDenis Vlasenko2008-07-111-21/+11
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-131-7/+7
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* lpd: spool mode added by VladimirDenis Vlasenko2008-02-251-1/+2
* switch_root: stop at first non-option. Closes bug 1425.Denis Vlasenko2008-02-131-2/+2
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* switch_root: error_msg -> perror_msg, reduce by 22 bytes while at it.Denis Vlasenko2007-04-181-7/+8
* style fixes. No code changesDenis Vlasenko2007-04-121-11/+11
* bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko2007-04-111-1/+1
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-041-2/+2
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #2Denis Vlasenko2007-01-291-1/+1
* mostly style fixesDenis Vlasenko2006-11-011-7/+7
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-2/+2
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
* Change license statements (and clean up headers) on some of the files thatRob Landley2006-09-221-4/+1
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-1/+1
* Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot ofRob Landley2006-06-151-6/+1