1. 4fcefb9 fixup whitespace in awk help output by Mike Frysinger · 19 years ago
  2. 30a6bba Bug 677: there are apparently still people using telnet. by Rob Landley · 19 years ago
  3. ba9c4d1 get rid of warnings with applets that have no usage and get rid of pointless --- separator between applets by Mike Frysinger · 19 years ago
  4. f37529d if the .pl script gets updated, force doc regen by Mike Frysinger · 19 years ago
  5. b0ed3d7 Rob Sullivan writes: Here's a patch to autogenerate the list of applets in the Busybox documentation by Mike Frysinger · 19 years ago
  6. bec2652 Save a few bytes in error message. by Rob Landley · 19 years ago
  7. a421ba8 cleanup style ... just because you use less spaces doesnt mean the resulting code is smaller by Mike Frysinger · 19 years ago
  8. 248d222 shrink the code a bit by Mike Frysinger · 19 years ago
  9. 53d57db gavinl writes in Bug 661: by Mike Frysinger · 19 years ago
  10. 5509228 alphabetical order and fix mdev comments about echo>/sys vs echo>/proc/sys by Mike Frysinger · 19 years ago
  11. 35cf19d fix mdev help output by Mike Frysinger · 19 years ago
  12. 4fc9220 destroy bug 679, use getopt_ulflags with new feature: usage option. Removed two strdup by "Vladimir N. Oleynik" · 19 years ago
  13. b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
  14. 1f04c9d removed anoinig `unused' warnings by "Vladimir N. Oleynik" · 19 years ago
  15. 73ffd76 removed anoinig warnings by "Vladimir N. Oleynik" · 19 years ago
  16. b399a96 remode warning: const static mix by "Vladimir N. Oleynik" · 19 years ago
  17. 3038557 - bzero -> memset by Bernhard Reutner-Fischer · 19 years ago
  18. 87be316 more better for me signed<->unsigned and the const keyword usage by "Vladimir N. Oleynik" · 19 years ago
  19. 4333a09 add feature: support for running scripts through an interpreter. Thanks Florian Schirmer <jolt@tuxbox.org> by "Vladimir N. Oleynik" · 19 years ago
  20. 1f17d32 more obscure by "Vladimir N. Oleynik" · 19 years ago
  21. 7600eec avoid signed<->unsigned warning by "Vladimir N. Oleynik" · 19 years ago
  22. 57545c8 avoid signed<->unsigned warning by "Vladimir N. Oleynik" · 19 years ago
  23. 4d57926 removed unneed signed, avoid warning by "Vladimir N. Oleynik" · 19 years ago
  24. 81b9496 - pass -static via CC rather than LD by Bernhard Reutner-Fischer · 19 years ago
  25. 39e7510 more destroy potential overflow for x86_64. by "Vladimir N. Oleynik" · 19 years ago
  26. 77bb33c destroy potential overflow for x86_64. Added ATTRIBUTE_UNUSED by "Vladimir N. Oleynik" · 19 years ago
  27. 9f4a1e1 - add and use ATTRIBUTE_ALIGNED(num_bytes) by Bernhard Reutner-Fischer · 19 years ago
  28. dfe6e74 changed strange mix signed<->unsigned by "Vladimir N. Oleynik" · 19 years ago
  29. dd14ca0 protect potential overflow for x86_64 by "Vladimir N. Oleynik" · 19 years ago
  30. 4ccd2b4 quick analize signed->unsigned: protect overflow of map[char], getchar->EOF. Use ATTRIBUTE_UNUSE. by "Vladimir N. Oleynik" · 19 years ago
  31. cd98555 - fix typo i introduced yesterday. by Bernhard Reutner-Fischer · 19 years ago
  32. 9e275e3 Not on libbusybox.so: it's GPL, no API barrier, no stability promise. by Rob Landley · 19 years ago
  33. a167ec5 Turn defconfig into what make allyesconfig is today. Turn allyesconfig by Rob Landley · 19 years ago
  34. 3496fdc hopefully the last of the annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  35. a68ea1c fix up yet more annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  36. 9a58b02 make certain we dereference the pointer as a time_t, esp on x86_64 by Eric Andersen · 19 years ago
  37. 0cb6f35 fix up annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  38. 5e67887 clean up yet more annoying signed/unsigned mismatches and fixup by Eric Andersen · 19 years ago
  39. 2cdd4d5 passing around an int as a void* is a very bad idea by Eric Andersen · 19 years ago
  40. d78aea8 sort out yet more type issues by Eric Andersen · 19 years ago
  41. 4bf3127 - very minor tweak: save 1 byte. by Bernhard Reutner-Fischer · 19 years ago
  42. 76b2427 with 2.4 kernel headers, lo_file_name is char, but with 2.6 by Eric Andersen · 19 years ago
  43. f55289f fixup a few types to prevent gcc (rightfully) whining about mixing by Eric Andersen · 19 years ago
  44. 20f4000 - add some ATTRIBUTE_UNUSED. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  45. 0e8727d - make linking against libcrypt optional by looking if pw_encrypt() or by Bernhard Reutner-Fischer · 19 years ago
  46. 2d60458 removed warning "comparison between signed and unsigned". by "Vladimir N. Oleynik" · 19 years ago
  47. 51bfa54 removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNUSED. My whitespace by "Vladimir N. Oleynik" · 19 years ago
  48. 59c4e5c removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNUSED. My whitespace by "Vladimir N. Oleynik" · 19 years ago
  49. 676b15e removed warning "comparison between signed and unsigned". by "Vladimir N. Oleynik" · 19 years ago
  50. cd473dd removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNUSED. Whitespace by "Vladimir N. Oleynik" · 19 years ago
  51. cd5c15d removed warning "comparison between signed and unsigned". Change very very old code: use int instead short by "Vladimir N. Oleynik" · 19 years ago
  52. 9b9a920 removed warning "comparison between signed and unsigned". Reduced size by "Vladimir N. Oleynik" · 19 years ago
  53. e75b41d support GNU suffixes for fancy mode: b(512), k(1024) and m(1024*1024) by "Vladimir N. Oleynik" · 19 years ago
  54. b1fd52e remove outdated and do not corected comment. Use bb_xasprintf instead xmalloc+set+set+strcpy. by "Vladimir N. Oleynik" · 19 years ago
  55. 6461291 Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options. by Rob Landley · 19 years ago
  56. 49576c0 Note on SVN 13424: Don't mix "default y" and select of something earlier by Rob Landley · 19 years ago
  57. f8fd4db Move SUSv2 obsolete feature disabling to debug menu, invert meaning of by Rob Landley · 19 years ago
  58. dd53c24 Remove foo.txt and reenable -funsigned-char now that ash is fixed. by Rob Landley · 19 years ago
  59. 03628c8 Remind me to implement bb_fork_exec()... by Rob Landley · 19 years ago
  60. b1b3cee Add explanations of encrypted passwords, and fork vs vfork. by Rob Landley · 19 years ago
  61. 08a1b50 - add a macro to check for ld and as flags by Bernhard Reutner-Fischer · 19 years ago
  62. 79af7d5 for change previous log: close bug 186 by "Vladimir N. Oleynik" · 19 years ago
  63. 2e33daa close bug 190 by "Vladimir N. Oleynik" · 19 years ago
  64. 546a99d use LC_ALL, not LANG, for forcing C by Mike Frysinger · 19 years ago
  65. 84005af C99 say: "char" declaration may be signed or unsigned default by "Vladimir N. Oleynik" · 19 years ago
  66. 5775aa2 added support /prefix for IPV4 form IPV6 code. Close bug 461 by "Vladimir N. Oleynik" · 19 years ago
  67. 08c5a17 - Simplify the prereq and add more documentation. - Fix regex for allyesconfig. by Bernhard Reutner-Fischer · 19 years ago
  68. 2e5ee8e +#include <sys/socket.h> remove unused 'int i' form main whitespacing only by "Vladimir N. Oleynik" · 19 years ago
  69. 7b4aa6f new applet. Thanks Roberto A. Foglietta by "Vladimir N. Oleynik" · 19 years ago
  70. 8aa9e57 support 64 arith. Close bug 136 by "Vladimir N. Oleynik" · 19 years ago
  71. 1e98a07 close bug 638 by "Vladimir N. Oleynik" · 19 years ago
  72. fdb871c Add more bash-like dot-dirs cmdedit feature Close bug 648. Restore my whitespace by "Vladimir N. Oleynik" · 19 years ago
  73. 7d501a8 ignore whitespace by Tim Riker · 19 years ago
  74. 7dd4cbf LANG=C should help by Tim Riker · 19 years ago
  75. c1ef7bd just whitespace by Tim Riker · 19 years ago
  76. f64ff68 - correct flag for gcc-3.x by Bernhard Reutner-Fischer · 19 years ago
  77. 9ed6ac2 - Turn off combine for allyesconfig and allbareconfig. by Bernhard Reutner-Fischer · 19 years ago
  78. 2aba395 - readd config option for libbusybox and ima-mode which were accidentally by Bernhard Reutner-Fischer · 19 years ago
  79. ab90b9f close bug 657 by "Vladimir N. Oleynik" · 19 years ago
  80. 8b60634 Once more, with fewer inappropriate semicolons. by Rob Landley · 19 years ago
  81. 391a904 Ken McGuire's patch to make mke2fs and e2fsck work on big endian systems like by Rob Landley · 19 years ago
  82. 6130b9b Testing CONFIG_SORT_BIG to display the help for the big version of sort isn't by Rob Landley · 19 years ago
  83. e0ae702 ash with -funsigned-char don`t work! by "Vladimir N. Oleynik" · 19 years ago
  84. b757699 Oops, restore tabs by "Vladimir N. Oleynik" · 19 years ago
  85. 9394b23 cleanup (dist)clean logic by "Vladimir N. Oleynik" · 19 years ago
  86. b70ccd9 Close bug 644: loop incrementing twice, skipping ever other device. by Rob Landley · 19 years ago
  87. e927743 There was a missing ! on strcmp (despite the fact it worked in my testing, by Rob Landley · 19 years ago
  88. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  89. 2edf526 The whole "init is sometimes pid 3" thing is silly. Init is pid 1, anything by Rob Landley · 19 years ago
  90. aaffef4 Start of developer documentation for busybox. by Rob Landley · 19 years ago
  91. f9d40d6 compile on 2.96 for a while longer -- no floating declarations. by Paul Fox · 19 years ago
  92. c1d6990 Patch from Aurelien Jacobs to add unlzma. (A new decompression type, by Rob Landley · 19 years ago
  93. 7a43bd0 Zap sysdeps directory, moving Config.in and defconfig to top of tree. by Rob Landley · 19 years ago
  94. c8e4115 Update readme and install.sh usage message. by Rob Landley · 19 years ago
  95. 5a620ea - Document -m, -c, -s and provide a default shell for standalone build. by Bernhard Reutner-Fischer · 19 years ago
  96. a901b40 - missing bits of patch attached to bug #249 (constify). by Bernhard Reutner-Fischer · 19 years ago
  97. f771d88 - need to have config MODULE in order to make tristate work.. by Bernhard Reutner-Fischer · 19 years ago
  98. 96002bb - cleanup Config.in. Use "select CONFIG_FOO" and add the corresponding by Bernhard Reutner-Fischer · 19 years ago
  99. cfc8f59 restore 8-bit syntax works, last debian patch is broken. Noticed by Vladimir Dronnikov by "Vladimir N. Oleynik" · 19 years ago
  100. b565a12 - bump version to 1.1.1 nonrelease series (let's say -pre0). by Bernhard Reutner-Fischer · 19 years ago