| Commit message (Expand) | Author | Age | Files | Lines |
* | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne | 2019-07-02 | 1 | -3/+3 |
* | config: update size information | Denys Vlasenko | 2018-12-28 | 1 | -1/+1 |
* | libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INIT | Denys Vlasenko | 2018-02-21 | 1 | -0/+6 |
* | whitespace and comment format fixes, no code changes | Denys Vlasenko | 2017-10-05 | 1 | -1/+2 |
* | run-init: if doing dry run, do not require pid==1 | Denys Vlasenko | 2017-08-22 | 1 | -2/+5 |
* | run-init: implement -n "dry run" | Denys Vlasenko | 2017-08-22 | 1 | -34/+43 |
* | run-init: new applet | Denys Vlasenko | 2017-08-21 | 1 | -2/+124 |
* | getopt32: remove opt_complementary | Denys Vlasenko | 2017-08-08 | 1 | -3/+2 |
* | config: deindent all help texts | Denys Vlasenko | 2017-07-21 | 1 | -12/+12 |
* | Update menuconfig items with approximate applet sizes | Denys Vlasenko | 2017-07-18 | 1 | -1/+1 |
* | Spelling fixes in comments, documentation, tests and examples | Denys Vlasenko | 2017-04-17 | 1 | -1/+1 |
* | switch_root: don't bail out when console doesn't exist | Andrei Gherzan | 2017-03-24 | 1 | -4/+6 |
* | Convert all util-linux/* applets to "new style" applet definitions | Denys Vlasenko | 2016-11-23 | 1 | -0/+23 |
* | typo fix in comment | Denys Vlasenko | 2015-10-13 | 1 | -1/+1 |
* | libbb: make xchroot do a chdir("/") after chroot | Denys Vlasenko | 2012-03-08 | 1 | -1/+1 |
* | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 1 | -1/+0 |
* | move remaining help text from include/usage.src.h | Pere Orga | 2011-04-11 | 1 | -0/+10 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | switch_root: more clear error messages | Denys Vlasenko | 2009-12-15 | 1 | -4/+6 |
* | move libc related stuff out of platform.h | Denys Vlasenko | 2009-07-08 | 1 | -4/+2 |
* | switch_root: allow /init to be a symlink; add doc (thanks Rob!) | Denys Vlasenko | 2009-06-17 | 1 | -4/+93 |
* | switch_root: move misplaced comment | Denis Vlasenko | 2009-04-21 | 1 | -1/+1 |
* | switch_root: improve behavior on error; improve help text | Denis Vlasenko | 2009-04-21 | 1 | -28/+34 |
* | switch_root: print errno on failure | Denis Vlasenko | 2009-04-21 | 1 | -1/+1 |
* | switch_root: shrink | Denis Vlasenko | 2008-07-11 | 1 | -21/+11 |
* | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko | 2008-07-05 | 1 | -1/+1 |
* | more -Wall warning fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko | 2008-05-13 | 1 | -7/+7 |
* | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko | 2008-03-17 | 1 | -1/+1 |
* | lpd: spool mode added by Vladimir | Denis Vlasenko | 2008-02-25 | 1 | -1/+2 |
* | switch_root: stop at first non-option. Closes bug 1425. | Denis Vlasenko | 2008-02-13 | 1 | -2/+2 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | switch_root: error_msg -> perror_msg, reduce by 22 bytes while at it. | Denis Vlasenko | 2007-04-18 | 1 | -7/+8 |
* | style fixes. No code changes | Denis Vlasenko | 2007-04-12 | 1 | -11/+11 |
* | bb_full_fd_action: remove potential xmalloc from NOFORK path | Denis Vlasenko | 2007-04-11 | 1 | -1/+1 |
* | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | Bernhard Reutner-Fischer | 2007-04-04 | 1 | -2/+2 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | preparatory patch for -Wwrite-strings #2 | Denis Vlasenko | 2007-01-29 | 1 | -1/+1 |
* | mostly style fixes | Denis Vlasenko | 2006-11-01 | 1 | -7/+7 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 1 | -2/+2 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -2/+2 |
* | Change license statements (and clean up headers) on some of the files that | Rob Landley | 2006-09-22 | 1 | -4/+1 |
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 1 | -1/+1 |
* | Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of | Rob Landley | 2006-06-15 | 1 | -6/+1 |
* | Shut up the warning "implicit declaration of strlen". | Rob Landley | 2006-05-10 | 1 | -0/+1 |
* | Fix missing copyright and license notice. | Rob Landley | 2006-03-21 | 1 | -0/+6 |
* | Use lstat() instead of stat so /init being a symlink doesn't screw people up. | Rob Landley | 2006-03-20 | 1 | -3/+3 |
* | Fix off by one error. (I know I had a reason for doing that, but I have _no_ | Rob Landley | 2006-02-14 | 1 | -1/+1 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -9/+9 |