1. dce39c9 fsck_minix,mkfs_minix: fix "strict-aliasing" warnings by Denys Vlasenko · 7 years ago
  2. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  3. 205d48e *: add comment about APPLET_ODDNAME format by Denys Vlasenko · 8 years ago
  4. dd898c9 Convert all util-linux/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  5. 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
  6. 7f3a2a2 join some common strings, -400 bytes by Denys Vlasenko · 9 years ago
  7. 327f550 Use unsigned printf/scanf conversion where more appropriate by Denys Vlasenko · 11 years ago
  8. 7c6f2d4 mkfs_minix: use get_volume_size_in_bytes instead of local version by Denys Vlasenko · 12 years ago
  9. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  10. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  11. 8d3e225 libbb: add xfstat function by Denys Vlasenko · 14 years ago
  12. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  13. 651a269 *: merge some common strings by Denys Vlasenko · 15 years ago
  14. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  15. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  16. 6ae6426 fix mountpoint test to not prevemt mkfs_xxx from making image in any file by Denys Vlasenko · 15 years ago
  17. 09e63bb df: fix "df /" by Denys Vlasenko · 15 years ago
  18. db12d1d Fix forgotten license comments by Denis Vlasenko · 16 years ago
  19. 12ff9dc networking/interface.c: better readability (by Walter Harms) 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. e1e5174 - s/super.block/superblock/g; # for consistency; -1b by Bernhard Reutner-Fischer · 16 years ago
  22. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  23. e06f61d mkfs_minix, fsck_minix: code shrink by Denis Vlasenko · 16 years ago
  24. 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
  25. 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 17 years ago
  26. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  27. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  28. 7ab3699 mkfs.minix: add testsuite; disable code which makes images variable by Denis Vlasenko · 17 years ago
  29. ab80187 attack the biggest stack users: by Denis Vlasenko · 17 years ago
  30. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  31. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  32. a669131 fsck_minix: stop using data/bss by Denis Vlasenko · 18 years ago
  33. ca525b4 *: BB_BANNER -> bb_banner (it is not a const or #define)! by Denis Vlasenko · 18 years ago
  34. 3ad5d0c diff: shrink code (-85 bytes): by Denis Vlasenko · 18 years ago
  35. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  36. 83bb98f mkfs_minix: remove older, less efficient bss reduction trick by Denis Vlasenko · 18 years ago
  37. 4efeaee mkfs_minix: stop using lots of bss/data. by Denis Vlasenko · 18 years ago
  38. d4eda22 fix warning coming from printing size_t with %u by Denis Vlasenko · 18 years ago
  39. cc24419 minix utils: de-inline bit ops (saves ~130 bytes) by Denis Vlasenko · 18 years ago
  40. dc485c9 minix utils: make a message easier to understand; small tweaks by Denis Vlasenko · 18 years ago
  41. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  42. aa95959 factor out minix structures/constants into minix.h fsck_minix: optimizations by Denis Vlasenko · 18 years ago
  43. 3bba545 done a dozen of randconfig test. guess what? ALL failed... by Denis Vlasenko · 18 years ago
  44. a597aad s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g xstrtou: disallow leading '+' by Denis Vlasenko · 18 years ago
  45. 93f6aa6 "make bigdata" biggest offender dealt with: by Denis Vlasenko · 18 years ago
  46. 28bb84b Well, I am not 100.00% usre that uint16 will suffice there. by Denis Vlasenko · 18 years ago
  47. 016a82e another -90 bytes. That #define is **evil** by Denis Vlasenko · 18 years ago
  48. 66b86c6 mkfs.minix: more cleanups, -~300 bytes of code. Added debugging support. by Denis Vlasenko · 18 years ago
  49. c6ce873 cut 0.5k off mkfs.minix by Denis Vlasenko · 18 years ago
  50. 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
  51. 64d7e93 - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen defaults to 0777 on it's own, so we don't need to xopen3(,,0777). by Bernhard Reutner-Fischer · 18 years ago
  52. 88621d7 Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage by Rob Landley · 18 years ago
  53. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  54. bc8c503 Remove warnings caused by #include <sys/mount.h> in platform.h. Apparently by Rob Landley · 19 years ago
  55. c2cb0f3 - patch from Denis Vlasenko to add and use bb_xopen3() by Bernhard Reutner-Fischer · 19 years ago
  56. dac7ff1 - patch from Denis Vlasenko to add and use bb_xsocket() and to use by Bernhard Reutner-Fischer · 19 years ago
  57. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  58. 1f2dc40 data --> bss by "Vladimir N. Oleynik" · 19 years ago
  59. b225e2a Fixup some warnings by Eric Andersen · 20 years ago
  60. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  61. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  62. 39cdf4e Use proper C99 types by Eric Andersen · 21 years ago
  63. c774efe extern inline is a bad bad thing. kill it (so mkfs_minix.c will by Eric Andersen · 21 years ago
  64. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  65. 5f8f32a Inline functions with only one reference in mkfs_minix. I don't know by Aaron Lehmann · 22 years ago
  66. eaecbf3 Fixup some silly prototype warnings by Eric Andersen · 23 years ago
  67. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  68. dcbca62 Standard typing (u_int16_t instead of u16, u_int32_t instead by Eric Andersen · 23 years ago
  69. 92d2324 Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com> by Eric Andersen · 24 years ago
  70. 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 24 years ago
  71. eba8ed7 Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup by Eric Andersen · 24 years ago
  72. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  73. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  74. bd018b1 Make old compilers not choke -- define the attribute in the func prototype. by Eric Andersen · 24 years ago
  75. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  76. 65225df Cleanup patch from Vladimir N. Oleynik. by Eric Andersen · 24 years ago
  77. a9819b2 Use busybox error handling functions wherever possible. by Matt Kraai · 24 years ago
  78. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  79. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  80. 56f3e35 Both of these commands were subtly broken. Fortunately when used together the by Eric Andersen · 24 years ago
  81. 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
  82. bc0aed7 It is now possible to select in busybox.def.h whether minixfs version 2 by Pavel Roskin · 24 years ago
  83. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  84. 3bd8bd8 Don't use strings directly in calls to usage(). This is in preparation by Matt Kraai · 24 years ago
  85. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  86. e58771e Use global applet_name instead of local versions. by Matt Kraai · 24 years ago
  87. 85c5520 More linux kernel header file removal. -Erik by Eric Andersen · 24 years ago
  88. 2086e3d Some cosmetic updates. Changed "OPTIONS" to "Options". -Erik by Eric Andersen · 24 years ago
  89. bd4a75f Finish off the libc5 porting effort. Everything now works with libc5 by Eric Andersen · 25 years ago
  90. fb8ba50 Oops. Remove the debugging noise. -Erik by Eric Andersen · 25 years ago
  91. 3232203 mkfs.minix rev 1.7 completely broke the option parser. This fixes it. -Erik by Eric Andersen · 25 years ago
  92. 815e904 Fixed a bunch of stuff: by Eric Andersen · 25 years ago
  93. 8ea7d8c First pass at fixing tar segfault, and more portability updates. -Erik by Erik Andersen · 25 years ago
  94. 330fd2b More libc portability updates, add in the website (which has not been by Erik Andersen · 25 years ago
  95. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 25 years ago
  96. 4f3f757 Latest and greatest. Some effort at libc5 (aiming towards newlib) by Erik Andersen · 25 years ago
  97. 0d068a2 * all mallocs now use xmalloc (and so are OOM error safe), and by Erik Andersen · 25 years ago
  98. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  99. d73dc5b Updates to usage, and made tar work. -Erik by Eric Andersen · 25 years ago
  100. e674eb7 Made em work. by Eric Andersen · 25 years ago