1. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  2. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  3. 9536ef7 makedevs: make it NOEXEC by Denys Vlasenko · 7 years ago
  4. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  5. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  6. 3c9688e makedevs: code shrink by Denys Vlasenko · 7 years ago
  7. 3532e60 makedevs: allow much longer filenames by Denys Vlasenko · 7 years ago
  8. 1d3a04a Code style fixes, no code changes by Denys Vlasenko · 8 years ago
  9. 2c769c6 makedevs: make special node creation idempotent by Denys Vlasenko · 8 years ago
  10. f88e3bf Convert all miscutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  11. fb4da16 Split miscutils/Config.src items into miscutils/*.c files by Denys Vlasenko · 8 years ago
  12. 14f5553 makedevs: fix help-text by Bernhard Reutner-Fischer · 14 years ago
  13. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  14. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  15. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  16. 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
  17. 651a269 *: merge some common strings by Denys Vlasenko · 15 years ago
  18. b2dc913 makedevs: shrink by Vladimir by Denis Vlasenko · 16 years ago
  19. e1fa817 makedevs: shrink (by Vladimir); testsuite by Denis Vlasenko · 16 years ago
  20. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  21. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
  22. 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 17 years ago
  23. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  24. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  25. e324184 s/#ifdef CONFIG_/#if ENABLE_/g by Denis Vlasenko · 17 years ago
  26. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  27. 51742f4 style fixes. No code changes by Denis Vlasenko · 18 years ago
  28. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  29. 7b1f236 - use makedev to get device number, else it gives wrong major/minor numbers to devices files on systems which use big device numbers. by Bernhard Reutner-Fischer · 18 years ago
  30. 9a44c4f bb_xget[pw/gr]nam were horribly misnamed - fixed. 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. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  33. 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
  34. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  35. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  36. 6d655be removed a lot of trailing \n in bb_msg() calls. It is added by Denis Vlasenko · 18 years ago
  37. d591a36 - merge -r15463:15564 from busybox_scratch branch through these changesets: by Bernhard Reutner-Fischer · 18 years ago
  38. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  39. c89982d - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
  40. 56fbd21 - return ret so we return something meaningful. by Bernhard Reutner-Fischer · 19 years ago
  41. d9cf7ac - patch from Denis Vlasenko to add and use bb_xchdir() by Bernhard Reutner-Fischer · 19 years ago
  42. 771b186 - commentary typos by Bernhard Reutner-Fischer · 19 years ago
  43. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  44. 1732974 - fix check for group and user, remove some whitespace while at it. by Bernhard Reutner-Fischer · 19 years ago
  45. 1b751c8 Rob Sullivan sent in some cleanups, which I beat on slightly. by Rob Landley · 19 years ago
  46. d5bd137 - rename libbb's password helpers as suggested in libbb.h by Bernhard Reutner-Fischer · 19 years ago
  47. 90161c9 Fixup makedevs to handle regular files, and also fix by Eric Andersen · 19 years ago
  48. 2ada89b a bit more polish by Eric Andersen · 19 years ago
  49. 54e57da a bit of polish on makedevs by Eric Andersen · 19 years ago
  50. e8614db Fixup device table based makedevs so it actually works by Eric Andersen · 19 years ago
  51. 3d92562 About time to just apply this and kill off the patches by Eric Andersen · 20 years ago
  52. cbcdbc4 Fix incorrect arguments being passed to mknod by Eric Andersen · 20 years ago
  53. e71e760 Fix up brain damage with the way major and minor are used to create a dev_t by Eric Andersen · 20 years ago
  54. 4f807a8 BusyBox has no business hard coding the number of major and minor bits for a by Eric Andersen · 20 years ago
  55. 07e1ccd Woops, the previous commit was an accident, its supplied in the patch, by Glenn L McGrath · 21 years ago
  56. 84b6264 Device table support for makedevs, the previous behaviour can been by Glenn L McGrath · 21 years ago
  57. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  58. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  59. 3600602 vodz' last_patch42_2, which is an updated fix for buffer overflows by Eric Andersen · 23 years ago
  60. fe1ef2b Fix buffer overflows noted by Gerardo Puga -Erik by Eric Andersen · 23 years ago
  61. 19732c6 Teach makedevs to not segfault quite so much by Eric Andersen · 23 years ago
  62. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  63. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  64. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  65. 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
  66. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  67. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 25 years ago
  68. 5e1189e More documentation updates, and minor fixes to make things sync by Erik Andersen · 25 years ago
  69. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  70. e77ae3a Added sfdisk. Ststic-ified a bunch of stuff. by Eric Andersen · 25 years ago
  71. b0e9a70 More stuff. -Erik by Eric Andersen · 25 years ago
  72. cc8ed39 Initial revision by Eric Andersen · 25 years ago 0_29alpha2