1. 27116ba busybox: squashed commit of merging cm-12.1 by maxwen · 9 years ago fp2-m-sibon fp2-sibon-17.07.6 fp2-sibon-17.08.1.1 fp2-sibon-17.10.1 fp2-sibon-17.11.2 fp2-sibon-17.12.1 fp2-sibon-18.01.1 fp2-sibon-18.02.0 fp2-sibon-18.03.1 fp2-sibon-18.04.1
  2. 823694d Busybox 1.21.0 squashed commit for jellybean by Tanguy Pruvot · 12 years ago
  3. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 13 years ago
  4. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 13 years ago
  5. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  6. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 14 years ago
  7. 6b9f163 *: style fixes. no code changes (verified with objdump) by Denys Vlasenko · 14 years ago
  8. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  9. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  10. 85ca327 *: random code shrink by Denys Vlasenko · 15 years ago
  11. 6ae6426 fix mountpoint test to not prevemt mkfs_xxx from making image in any file by Denys Vlasenko · 15 years ago
  12. 09e63bb df: fix "df /" by Denys Vlasenko · 15 years ago
  13. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 15 years ago
  14. 202ac50 *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op by Denis Vlasenko · 16 years ago
  15. e1e5174 - s/super.block/superblock/g; # for consistency; -1b by Bernhard Reutner-Fischer · 16 years ago
  16. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  17. e06f61d mkfs_minix, fsck_minix: code shrink by Denis Vlasenko · 16 years ago
  18. 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
  19. cb83abd - mention FIXME use find_mount_point() by Bernhard Reutner-Fischer · 16 years ago
  20. b44c790 *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname. by Denis Vlasenko · 16 years ago
  21. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  22. 9f153f6 fsck_minix: getopt32-ification; code shrink; reduce stack usage; by Denis Vlasenko · 16 years ago
  23. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 16 years ago
  24. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  25. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  26. 1fd4621 fsck_minix: forgotten bit of previous commit... by Denis Vlasenko · 17 years ago
  27. a669131 fsck_minix: stop using data/bss by Denis Vlasenko · 17 years ago
  28. ca525b4 *: BB_BANNER -> bb_banner (it is not a const or #define)! by Denis Vlasenko · 17 years ago
  29. 3ad5d0c diff: shrink code (-85 bytes): by Denis Vlasenko · 17 years ago
  30. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  31. fad03bc fsck_minix: stop using large buffers in bss by Denis Vlasenko · 17 years ago
  32. cc24419 minix utils: de-inline bit ops (saves ~130 bytes) by Denis Vlasenko · 17 years ago
  33. dc485c9 minix utils: make a message easier to understand; small tweaks by Denis Vlasenko · 17 years ago
  34. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 17 years ago
  35. 150f402 whitespace fixes (leading spaces to tab) by Denis Vlasenko · 17 years ago
  36. 75fa4eb fsck_minix: tiny optimization by Denis Vlasenko · 17 years ago
  37. 87033fb forgot to svn add util-linux/minix.h :( by Denis Vlasenko · 17 years ago
  38. 73464ce fbset: move variable from data to bss fsck_minix: fix fallout by Denis Vlasenko · 17 years ago
  39. aa95959 factor out minix structures/constants into minix.h fsck_minix: optimizations by Denis Vlasenko · 17 years ago
  40. 6dd392a fsck_minix: optimizations. ~130 bytes by Denis Vlasenko · 17 years ago
  41. 24cfe8f introduce small[u]int fsck_minix: use it for flag variables. 140 bytes saved by Denis Vlasenko · 17 years ago
  42. 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
  43. c6f188d silly size savings and capitalization fixes by Denis Vlasenko · 18 years ago
  44. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  45. cc9962d More code from kernel developers, and therefore licensed under GPLv2 only. by Rob Landley · 18 years ago
  46. 88621d7 Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage by Rob Landley · 18 years ago
  47. bc8c503 Remove warnings caused by #include <sys/mount.h> in platform.h. Apparently by Rob Landley · 18 years ago
  48. fd8409f Patch from Denis Vlasenko, tweak error messages. by Rob Landley · 18 years ago
  49. 9a1a9de Minor size shrinkage. by Rob Landley · 18 years ago
  50. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 18 years ago
  51. c44ab02 Whack the one last warning in make allbareconfig... by Rob Landley · 18 years ago
  52. db2ab89 Build break fix from Bernhard fischer, fixing fallout from svn 14974. (My bad.) by Rob Landley · 18 years ago
  53. 3ea66a8 Patches from Denis Vlasenko to rework "current_name" handling and remove by Rob Landley · 18 years ago
  54. 8a62549 Patch from Denis Vlasenko: by Rob Landley · 18 years ago
  55. 9950cab Patch from Denis Vlasenko: by Rob Landley · 18 years ago
  56. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 18 years ago
  57. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 18 years ago
  58. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 18 years ago
  59. aff114c Larry Doolittle writes: by Eric Andersen · 20 years ago
  60. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  61. dfcb5b0 s/u_int/uint/g by Eric Andersen · 20 years ago
  62. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  63. a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago
  64. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  65. dcbca62 Standard typing (u_int16_t instead of u16, u_int32_t instead by Eric Andersen · 23 years ago
  66. 1ca20a7 A nice patch from Larry Doolittle that adds -Wshadow and by Eric Andersen · 23 years ago
  67. 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 23 years ago
  68. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 23 years ago
  69. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 23 years ago
  70. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 23 years ago
  71. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 23 years ago
  72. 77508b2 Fix from Gennady Feldman for error msg by Eric Andersen · 23 years ago
  73. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 23 years ago
  74. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  75. 56f3e35 Both of these commands were subtly broken. Fortunately when used together the by Eric Andersen · 24 years ago
  76. 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
  77. b040d4f Use BB_FEATURE_CLEAN_UP where appropriate -Erik by Eric Andersen · 24 years ago
  78. bc0aed7 It is now possible to select in busybox.def.h whether minixfs version 2 by Pavel Roskin · 24 years ago
  79. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  80. 3bd8bd8 Don't use strings directly in calls to usage(). This is in preparation by Matt Kraai · 24 years ago
  81. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  82. e58771e Use global applet_name instead of local versions. by Matt Kraai · 24 years ago
  83. 85c5520 More linux kernel header file removal. -Erik by Eric Andersen · 24 years ago
  84. b1e379f Remove some warning with glibc. -Erik by Eric Andersen · 24 years ago
  85. 1e03add a few minor cleanups. -Erik by Eric Andersen · 24 years ago
  86. 2086e3d Some cosmetic updates. Changed "OPTIONS" to "Options". -Erik by Eric Andersen · 24 years ago
  87. 8ea7d8c First pass at fixing tar segfault, and more portability updates. -Erik by Erik Andersen · 24 years ago
  88. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 24 years ago
  89. 4f3f757 Latest and greatest. Some effort at libc5 (aiming towards newlib) by Erik Andersen · 24 years ago
  90. 298854f My latest ramblings. -Erik by Erik Andersen · 24 years ago
  91. 0d068a2 * all mallocs now use xmalloc (and so are OOM error safe), and by Erik Andersen · 24 years ago
  92. 5e1b2ca + memory allocation/deallocation is less tolerant of evil. by John Beppu · 24 years ago
  93. c1dc5d9 reduced .bss size by dynmaically allocating a certain large by John Beppu · 24 years ago
  94. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 24 years ago
  95. fac10d7 A few minor updates. ;-) by Erik Andersen · 24 years ago
  96. d73dc5b Updates to usage, and made tar work. -Erik by Eric Andersen · 25 years ago
  97. e674eb7 Made em work. by Eric Andersen · 25 years ago
  98. e494fdd More stuff by Eric Andersen · 25 years ago