1. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  2. e3b65ab switch_root: don't bail out when console doesn't exist by Andrei Gherzan · 8 years ago
  3. dd898c9 Convert all util-linux/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  4. bf74fb4 typo fix in comment by Denys Vlasenko · 9 years ago
  5. 0687a5b libbb: make xchroot do a chdir("/") after chroot by Denys Vlasenko · 13 years ago
  6. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  7. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  8. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  9. cb37637 switch_root: more clear error messages by Denys Vlasenko · 15 years ago
  10. da49f58 move libc related stuff out of platform.h by Denys Vlasenko · 15 years ago
  11. a5bdbe1 switch_root: allow /init to be a symlink; add doc (thanks Rob!) by Denys Vlasenko · 15 years ago
  12. e6b10ef switch_root: move misplaced comment by Denis Vlasenko · 16 years ago
  13. f9d4fc3 switch_root: improve behavior on error; improve help text by Denis Vlasenko · 16 years ago
  14. 0ad8234 switch_root: print errno on failure by Denis Vlasenko · 16 years ago
  15. 39acf45 switch_root: shrink by Denis Vlasenko · 16 years ago
  16. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  17. 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
  18. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  19. 394eebe lpd: spool mode added by Vladimir by Denis Vlasenko · 17 years ago
  20. 6dd03f0 switch_root: stop at first non-option. Closes bug 1425. by Denis Vlasenko · 17 years ago
  21. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  22. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  23. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  24. 3ace9fa switch_root: error_msg -> perror_msg, reduce by 22 bytes while at it. by Denis Vlasenko · 18 years ago
  25. 51742f4 style fixes. No code changes by Denis Vlasenko · 18 years ago
  26. 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 18 years ago
  27. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 18 years ago
  28. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  29. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
  30. 9225854 mostly style fixes by Denis Vlasenko · 18 years ago
  31. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  32. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  33. e9a7a62 Change license statements (and clean up headers) on some of the files that by Rob Landley · 18 years ago
  34. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  35. 22d26fc Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of by Rob Landley · 18 years ago
  36. 094b9f7 Shut up the warning "implicit declaration of strlen". by Rob Landley · 19 years ago
  37. 3ea05d3 Fix missing copyright and license notice. by Rob Landley · 19 years ago
  38. e2b428c Use lstat() instead of stat so /init being a symlink doesn't screw people up. by Rob Landley · 19 years ago
  39. 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
  40. c1ef7bd just whitespace by Tim Riker · 19 years ago
  41. 5d84c23 Fix chroot, leave console alone if -c not specified, and yank debug code. by Rob Landley · 19 years ago
  42. 0f34a82 Add a switch_root utility (like kconfig's utils/run_init.c, although not by Rob Landley · 19 years ago