1. 9947650 Remove "select PLATFORM_LINUX" by Denys Vlasenko · 2 years ago
  2. 77216c3 Fix non-Linux builds by Samuel Thibault · 2 years, 2 months ago
  3. 3b267e9 switch_root: code shrink - use iterate_on_dir() by Denys Vlasenko · 3 years, 5 months ago
  4. 2496616 avoid using strok - eliminates use of hidden global variable by Denys Vlasenko · 4 years, 2 months ago
  5. 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 4 months ago
  6. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  7. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  8. 2af5e3f libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INIT by Denys Vlasenko · 7 years ago
  9. 2ab9403 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  10. 7d834c9 run-init: if doing dry run, do not require pid==1 by Denys Vlasenko · 7 years ago
  11. bbc26c6 run-init: implement -n "dry run" by Denys Vlasenko · 7 years ago
  12. 200bcc8 run-init: new applet by Denys Vlasenko · 7 years ago
  13. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  14. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  15. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  16. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  17. e3b65ab switch_root: don't bail out when console doesn't exist by Andrei Gherzan · 8 years ago
  18. dd898c9 Convert all util-linux/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  19. bf74fb4 typo fix in comment by Denys Vlasenko · 9 years ago
  20. 0687a5b libbb: make xchroot do a chdir("/") after chroot by Denys Vlasenko · 13 years ago
  21. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  22. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  23. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  24. cb37637 switch_root: more clear error messages by Denys Vlasenko · 15 years ago
  25. da49f58 move libc related stuff out of platform.h by Denys Vlasenko · 15 years ago
  26. a5bdbe1 switch_root: allow /init to be a symlink; add doc (thanks Rob!) by Denys Vlasenko · 15 years ago
  27. e6b10ef switch_root: move misplaced comment by Denis Vlasenko · 16 years ago
  28. f9d4fc3 switch_root: improve behavior on error; improve help text by Denis Vlasenko · 16 years ago
  29. 0ad8234 switch_root: print errno on failure by Denis Vlasenko · 16 years ago
  30. 39acf45 switch_root: shrink by Denis Vlasenko · 16 years ago
  31. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  32. 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
  33. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  34. 394eebe lpd: spool mode added by Vladimir by Denis Vlasenko · 17 years ago
  35. 6dd03f0 switch_root: stop at first non-option. Closes bug 1425. by Denis Vlasenko · 17 years ago
  36. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  37. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  38. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  39. 3ace9fa switch_root: error_msg -> perror_msg, reduce by 22 bytes while at it. by Denis Vlasenko · 18 years ago
  40. 51742f4 style fixes. No code changes by Denis Vlasenko · 18 years ago
  41. 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 18 years ago
  42. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 18 years ago
  43. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  44. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
  45. 9225854 mostly style fixes by Denis Vlasenko · 18 years ago
  46. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  47. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  48. e9a7a62 Change license statements (and clean up headers) on some of the files that by Rob Landley · 18 years ago
  49. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  50. 22d26fc Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of by Rob Landley · 18 years ago
  51. 094b9f7 Shut up the warning "implicit declaration of strlen". by Rob Landley · 19 years ago
  52. 3ea05d3 Fix missing copyright and license notice. by Rob Landley · 19 years ago
  53. e2b428c Use lstat() instead of stat so /init being a symlink doesn't screw people up. by Rob Landley · 19 years ago
  54. d05981e Fix off by one error. (I know I had a reason for doing that, but I have _no_ by Rob Landley · 19 years ago
  55. c1ef7bd just whitespace by Tim Riker · 19 years ago
  56. 5d84c23 Fix chroot, leave console alone if -c not specified, and yank debug code. by Rob Landley · 19 years ago
  57. 0f34a82 Add a switch_root utility (like kconfig's utils/run_init.c, although not by Rob Landley · 19 years ago