1. 4ccd2b4 quick analize signed->unsigned: protect overflow of map[char], getchar->EOF. Use ATTRIBUTE_UNUSE. by "Vladimir N. Oleynik" · 19 years ago
  2. cd98555 - fix typo i introduced yesterday. by Bernhard Reutner-Fischer · 19 years ago
  3. 9e275e3 Not on libbusybox.so: it's GPL, no API barrier, no stability promise. by Rob Landley · 19 years ago
  4. a167ec5 Turn defconfig into what make allyesconfig is today. Turn allyesconfig by Rob Landley · 19 years ago
  5. 3496fdc hopefully the last of the annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  6. a68ea1c fix up yet more annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  7. 9a58b02 make certain we dereference the pointer as a time_t, esp on x86_64 by Eric Andersen · 19 years ago
  8. 0cb6f35 fix up annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  9. 5e67887 clean up yet more annoying signed/unsigned mismatches and fixup by Eric Andersen · 19 years ago
  10. 2cdd4d5 passing around an int as a void* is a very bad idea by Eric Andersen · 19 years ago
  11. d78aea8 sort out yet more type issues by Eric Andersen · 19 years ago
  12. 4bf3127 - very minor tweak: save 1 byte. by Bernhard Reutner-Fischer · 19 years ago
  13. 76b2427 with 2.4 kernel headers, lo_file_name is char, but with 2.6 by Eric Andersen · 19 years ago
  14. f55289f fixup a few types to prevent gcc (rightfully) whining about mixing by Eric Andersen · 19 years ago
  15. 20f4000 - add some ATTRIBUTE_UNUSED. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  16. 0e8727d - make linking against libcrypt optional by looking if pw_encrypt() or by Bernhard Reutner-Fischer · 19 years ago
  17. 2d60458 removed warning "comparison between signed and unsigned". by "Vladimir N. Oleynik" · 19 years ago
  18. 51bfa54 removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNUSED. My whitespace by "Vladimir N. Oleynik" · 19 years ago
  19. 59c4e5c removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNUSED. My whitespace by "Vladimir N. Oleynik" · 19 years ago
  20. 676b15e removed warning "comparison between signed and unsigned". by "Vladimir N. Oleynik" · 19 years ago
  21. cd473dd removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNUSED. Whitespace by "Vladimir N. Oleynik" · 19 years ago
  22. cd5c15d removed warning "comparison between signed and unsigned". Change very very old code: use int instead short by "Vladimir N. Oleynik" · 19 years ago
  23. 9b9a920 removed warning "comparison between signed and unsigned". Reduced size by "Vladimir N. Oleynik" · 19 years ago
  24. e75b41d support GNU suffixes for fancy mode: b(512), k(1024) and m(1024*1024) by "Vladimir N. Oleynik" · 19 years ago
  25. b1fd52e remove outdated and do not corected comment. Use bb_xasprintf instead xmalloc+set+set+strcpy. by "Vladimir N. Oleynik" · 19 years ago
  26. 6461291 Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options. by Rob Landley · 19 years ago
  27. 49576c0 Note on SVN 13424: Don't mix "default y" and select of something earlier by Rob Landley · 19 years ago
  28. f8fd4db Move SUSv2 obsolete feature disabling to debug menu, invert meaning of by Rob Landley · 19 years ago
  29. dd53c24 Remove foo.txt and reenable -funsigned-char now that ash is fixed. by Rob Landley · 19 years ago
  30. 03628c8 Remind me to implement bb_fork_exec()... by Rob Landley · 19 years ago
  31. b1b3cee Add explanations of encrypted passwords, and fork vs vfork. by Rob Landley · 19 years ago
  32. 08a1b50 - add a macro to check for ld and as flags by Bernhard Reutner-Fischer · 19 years ago
  33. 79af7d5 for change previous log: close bug 186 by "Vladimir N. Oleynik" · 19 years ago
  34. 2e33daa close bug 190 by "Vladimir N. Oleynik" · 19 years ago
  35. 546a99d use LC_ALL, not LANG, for forcing C by Mike Frysinger · 19 years ago
  36. 84005af C99 say: "char" declaration may be signed or unsigned default by "Vladimir N. Oleynik" · 19 years ago
  37. 5775aa2 added support /prefix for IPV4 form IPV6 code. Close bug 461 by "Vladimir N. Oleynik" · 19 years ago
  38. 08c5a17 - Simplify the prereq and add more documentation. - Fix regex for allyesconfig. by Bernhard Reutner-Fischer · 19 years ago
  39. 2e5ee8e +#include <sys/socket.h> remove unused 'int i' form main whitespacing only by "Vladimir N. Oleynik" · 19 years ago
  40. 7b4aa6f new applet. Thanks Roberto A. Foglietta by "Vladimir N. Oleynik" · 19 years ago
  41. 8aa9e57 support 64 arith. Close bug 136 by "Vladimir N. Oleynik" · 19 years ago
  42. 1e98a07 close bug 638 by "Vladimir N. Oleynik" · 19 years ago
  43. fdb871c Add more bash-like dot-dirs cmdedit feature Close bug 648. Restore my whitespace by "Vladimir N. Oleynik" · 19 years ago
  44. 7d501a8 ignore whitespace by Tim Riker · 19 years ago
  45. 7dd4cbf LANG=C should help by Tim Riker · 19 years ago
  46. c1ef7bd just whitespace by Tim Riker · 19 years ago
  47. f64ff68 - correct flag for gcc-3.x by Bernhard Reutner-Fischer · 19 years ago
  48. 9ed6ac2 - Turn off combine for allyesconfig and allbareconfig. by Bernhard Reutner-Fischer · 19 years ago
  49. 2aba395 - readd config option for libbusybox and ima-mode which were accidentally by Bernhard Reutner-Fischer · 19 years ago
  50. ab90b9f close bug 657 by "Vladimir N. Oleynik" · 19 years ago
  51. 8b60634 Once more, with fewer inappropriate semicolons. by Rob Landley · 19 years ago
  52. 391a904 Ken McGuire's patch to make mke2fs and e2fsck work on big endian systems like by Rob Landley · 19 years ago
  53. 6130b9b Testing CONFIG_SORT_BIG to display the help for the big version of sort isn't by Rob Landley · 19 years ago
  54. e0ae702 ash with -funsigned-char don`t work! by "Vladimir N. Oleynik" · 19 years ago
  55. b757699 Oops, restore tabs by "Vladimir N. Oleynik" · 19 years ago
  56. 9394b23 cleanup (dist)clean logic by "Vladimir N. Oleynik" · 19 years ago
  57. b70ccd9 Close bug 644: loop incrementing twice, skipping ever other device. by Rob Landley · 19 years ago
  58. e927743 There was a missing ! on strcmp (despite the fact it worked in my testing, by Rob Landley · 19 years ago
  59. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  60. 2edf526 The whole "init is sometimes pid 3" thing is silly. Init is pid 1, anything by Rob Landley · 19 years ago
  61. aaffef4 Start of developer documentation for busybox. by Rob Landley · 19 years ago
  62. f9d40d6 compile on 2.96 for a while longer -- no floating declarations. by Paul Fox · 19 years ago
  63. c1d6990 Patch from Aurelien Jacobs to add unlzma. (A new decompression type, by Rob Landley · 19 years ago
  64. 7a43bd0 Zap sysdeps directory, moving Config.in and defconfig to top of tree. by Rob Landley · 19 years ago
  65. c8e4115 Update readme and install.sh usage message. by Rob Landley · 19 years ago
  66. 5a620ea - Document -m, -c, -s and provide a default shell for standalone build. by Bernhard Reutner-Fischer · 19 years ago
  67. a901b40 - missing bits of patch attached to bug #249 (constify). by Bernhard Reutner-Fischer · 19 years ago
  68. f771d88 - need to have config MODULE in order to make tristate work.. by Bernhard Reutner-Fischer · 19 years ago
  69. 96002bb - cleanup Config.in. Use "select CONFIG_FOO" and add the corresponding by Bernhard Reutner-Fischer · 19 years ago
  70. cfc8f59 restore 8-bit syntax works, last debian patch is broken. Noticed by Vladimir Dronnikov by "Vladimir N. Oleynik" · 19 years ago
  71. b565a12 - bump version to 1.1.1 nonrelease series (let's say -pre0). by Bernhard Reutner-Fischer · 19 years ago
  72. d9679e3 - remove debian/ by Bernhard Reutner-Fischer · 19 years ago
  73. 37dec0e - make CONFIG_MD5SUM_SIZE_VS_SPEED configurable via menuconfig. by Bernhard Reutner-Fischer · 19 years ago
  74. 0f9ae1a setgid and setuid have changes effective id too by "Vladimir N. Oleynik" · 19 years ago
  75. fb29b46 sync with dash_0.5.3-1 by "Vladimir N. Oleynik" · 19 years ago
  76. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  77. 8c9daa1 restore erronyous 'cleanups' by Rob Sullivan and landley by "Vladimir N. Oleynik" · 19 years ago
  78. 855f1e1 Cleanup patch from Rob Sullivan. by Rob Landley · 19 years ago
  79. 734a779 1.1.0 is out. by Rob Landley · 19 years ago
  80. 72d1a23 add find's "-mmin" option. configurable. by Paul Fox · 19 years ago
  81. 4a1865c - revert last change for now.. by Bernhard Reutner-Fischer · 19 years ago
  82. 5a62284 this applet needlessly big! TODO: bb_getopt_ulflags() by Bernhard Reutner-Fischer · 19 years ago
  83. 26ea0b7 - turn off "nc gaping hole" and devfsd in allbareconfig, the latter doesn't by Bernhard Reutner-Fischer · 19 years ago
  84. 853c44b - correct definitions. by Bernhard Reutner-Fischer · 19 years ago
  85. 2677cf1 - Mention code-cleanup possibilities in TODO. by Bernhard Reutner-Fischer · 19 years ago
  86. dd9dce1 - shrink simple obscure stuff a tiny bit: by Bernhard Reutner-Fischer · 19 years ago
  87. eedd1be - remove warning about redeclaration of __constant_htons by Bernhard Reutner-Fischer · 19 years ago
  88. d1d23a6 - mark argument who of print_route as unused. by Bernhard Reutner-Fischer · 19 years ago
  89. 29e08ff Frank Sorenson added hotplug support to mdev. (I tweaked it a bit. Need by Rob Landley · 19 years ago
  90. 1c19dee The major:minor read from dev ends with \n, need to trim that. by Rob Landley · 19 years ago
  91. bbf4e16 Ok, ping needs a rewrite from the ground up. (This is not a busybox app.) by Rob Landley · 19 years ago
  92. 009765d And lo, we hath reached Release Candidate 1. 1.1.0 should happen this week. by Rob Landley · 19 years ago
  93. 24f819f can use TMPDIR if user's HOMEDIR do not found. Noticed by Bernhard by "Vladimir N. Oleynik" · 19 years ago
  94. bc059bc The brain-dead FTP servers on Solaris don't support the size command. by Rob Landley · 19 years ago
  95. 9e4100b Don't return 0 when there's an error. by Rob Landley · 19 years ago
  96. 71d6ccd With -a, the jump to mount_it_now can skip the initialization of f, and by Rob Landley · 19 years ago
  97. 8b0efdb Both atime and diratime should switch _off_ the corresponding no* flag. by Rob Landley · 19 years ago
  98. bd67e80 upgrade ZyXEL from hall of shame to hall of [product] fame by Mike Frysinger · 19 years ago
  99. f01e178 removed a warning about an unused pargv in bb_getopt_ulflags. Noticed by Tito by "Vladimir N. Oleynik" · 19 years ago
  100. 5184336 Bug 112, return value of awk should be /256. In reality, we should probably by Rob Landley · 19 years ago