summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko42-594/+622
2015-10-13typo fix in commentDenys Vlasenko1-1/+1
2012-03-07libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko6-8/+6
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2009-12-15switch_root: more clear error messagesDenys Vlasenko1-4/+6
2009-07-08move libc related stuff out of platform.hDenys Vlasenko12-67/+84
2009-06-17switch_root: allow /init to be a symlink; add doc (thanks Rob!)Denys Vlasenko1-4/+93
2009-04-21switch_root: move misplaced commentDenis Vlasenko1-1/+1
2009-04-21switch_root: improve behavior on error; improve help textDenis Vlasenko10-42/+49
2009-04-21switch_root: print errno on failureDenis Vlasenko1-1/+1
2008-07-11switch_root: shrinkDenis Vlasenko1-21/+11
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-05-13more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko27-61/+69
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2008-02-25lpd: spool mode added by VladimirDenis Vlasenko11-82/+143
2008-02-13switch_root: stop at first non-option. Closes bug 1425.Denis Vlasenko1-2/+2
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-18switch_root: error_msg -> perror_msg, reduce by 22 bytes while at it.Denis Vlasenko1-7/+8
2007-04-12style fixes. No code changesDenis Vlasenko30-82/+84
2007-04-11bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko20-162/+183
2007-04-04- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer33-67/+67
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-29preparatory patch for -Wwrite-strings #2Denis Vlasenko32-109/+110
2006-11-01mostly style fixesDenis Vlasenko12-161/+156
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko71-130/+127
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-09-22Change license statements (and clean up headers) on some of the files thatRob Landley20-85/+20
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"284-19/+285
2006-06-15Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot ofRob Landley9-49/+10
2006-05-10Shut up the warning "implicit declaration of strlen".Rob Landley1-0/+1
2006-03-21Fix missing copyright and license notice.Rob Landley1-0/+6
2006-03-20Use lstat() instead of stat so /init being a symlink doesn't screw people up.Rob Landley1-3/+3
2006-02-14Fix off by one error. (I know I had a reason for doing that, but I have _no_Rob Landley1-1/+1
2006-01-25just whitespaceTim Riker254-2027/+2027
2005-12-20Fix chroot, leave console alone if -c not specified, and yank debug code.Rob Landley1-11/+16
2005-10-27Add a switch_root utility (like kconfig's utils/run_init.c, although notRob Landley4-0/+149