1. 4f7953c - add helptext for CONFIG_UNIX2DOS by Bernhard Reutner-Fischer · 19 years ago
  2. 425e758 Patch from Rich Felker to make ls use libc's qsort. by Rob Landley · 19 years ago
  3. c559817 Patch from Jason Schoon to add optional SIGUSR1 support to dd. by Rob Landley · 19 years ago
  4. 2631486 Patch from Shaun Jackman: by Rob Landley · 19 years ago
  5. d5b9428 Re-wordwrap the new tests, and fix seq.c to pass them. by Rob Landley · 19 years ago
  6. 5fe8d5b Convert a chunk of usage.h to USE_ and SKIP_ (more to do there), and fix a by Rob Landley · 19 years ago
  7. 998dbee Patch from Jean Wolter: by Rob Landley · 19 years ago
  8. 856489b New applet cksum, from Rob Sullivan. by Rob Landley · 19 years ago
  9. e438634 Simplify the GPL boilerplate. by Rob Landley · 19 years ago
  10. 18260d5 - typo: s/derefernce/dereference/g Thanks to P.J. Day. by Bernhard Reutner-Fischer · 19 years ago
  11. 0edbad1 Glenn gave permission for GPLv2 "or later". by Rob Landley · 19 years ago
  12. 0436b9f use strchr() not index() by Mike Frysinger · 19 years ago
  13. 2ec922e Patch from Robert P Day: let menuconfig indent stuff for us, we don't have by Rob Landley · 19 years ago
  14. c2cb0f3 - patch from Denis Vlasenko to add and use bb_xopen3() by Bernhard Reutner-Fischer · 19 years ago
  15. d9cf7ac - patch from Denis Vlasenko to add and use bb_xchdir() by Bernhard Reutner-Fischer · 19 years ago
  16. fc5f318 - use C99 %j format to print intmax. Closes bugs #802 and #743 by Bernhard Reutner-Fischer · 19 years ago
  17. cb44816 - add and use bb_opendir(), bb_xopendir(). by Bernhard Reutner-Fischer · 19 years ago
  18. 998f449 We use -funsigned-char now, so having a separate RESERVE_CONFIG_UBUFFER is by Rob Landley · 19 years ago
  19. bc14214 - patch from Rob Sullivan to add support for -L by Bernhard Reutner-Fischer · 19 years ago
  20. 5fb0fec - shrink it a little bit and make it buildable with gcc-2.95 by Bernhard Reutner-Fischer · 19 years ago
  21. cc4003f - remove unused args. by Bernhard Reutner-Fischer · 19 years ago
  22. 693a936 - move code around to avoid the need for the prototypes. by Bernhard Reutner-Fischer · 19 years ago
  23. 8f7d389 - new applet diff. Rob Sullivan writes: by Bernhard Reutner-Fischer · 19 years ago
  24. e11a01c - include inttypes.h as pointed out by Jason Schoon. by Bernhard Reutner-Fischer · 19 years ago
  25. 465874f - use proper macros to print intmax_t. by Bernhard Reutner-Fischer · 19 years ago
  26. e104d5f Some tests were always true. We need comm.tests... by Rob Landley · 19 years ago
  27. 101a470 - make append_option and multiconvert static. by Bernhard Reutner-Fischer · 19 years ago
  28. a1bccc0 - typos: s/compatability/compatibility/g;s/compatable/compatible/g; by Bernhard Reutner-Fischer · 19 years ago
  29. d409c3a - Rich Felker writes: fix invalid printf format strings by Bernhard Reutner-Fischer · 19 years ago
  30. c370ea8 Turn #if 0 into a comment. by Rob Landley · 19 years ago
  31. 948a09d dont printf arguments given by user for security sanity by Mike Frysinger · 19 years ago
  32. 2324a7c Fix "seq 1 1". by Rob Landley · 19 years ago
  33. cebea72 Another header suggestion from Shaun Jackman. by Rob Landley · 19 years ago
  34. 99a072d - tito writes: this patch fixes some comments in dos2unix that are wrong by Bernhard Reutner-Fischer · 19 years ago
  35. 330ac85 Tito shrank dos2unix. by Rob Landley · 19 years ago
  36. df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 19 years ago
  37. c5b1d4d Patch from Denis Vlasenko to add xstat() and use it. by Rob Landley · 19 years ago
  38. e01d746 Cleanup patch from tito. by Rob Landley · 19 years ago
  39. 1c60d97 Size reduction by Tito. by Rob Landley · 19 years ago
  40. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 19 years ago
  41. 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 19 years ago
  42. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  43. 1f5e25b Walt Wimer noticed that mknod couldn't handle major or minor > 255. Now our by Rob Landley · 19 years ago
  44. e3ec99d - remove unused lists *-m by Bernhard Reutner-Fischer · 19 years ago
  45. 022eb31 - use absolute path for top_builddir and top_srcdir. by Bernhard Reutner-Fischer · 19 years ago
  46. 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 19 years ago
  47. 08abe64 Selinux fix from Jan Kiszka. by Rob Landley · 19 years ago
  48. 5c2b238 more busybox's style: close bug 745 by "Vladimir N. Oleynik" · 19 years ago
  49. 2b26fd5 A few changes falling out from the effort to make sed handle embedded NUL bytes. by Rob Landley · 19 years ago
  50. 73a20f3 "sed 2 -2 10" was very unhappy. Made the thing bigger fixing it, by Rob Landley · 19 years ago
  51. 0a7c8ef Patch from Denis Vlasenko to constify things and fix a few typos. by Rob Landley · 19 years ago
  52. d6e14d8 Don't build directory libraries unless we're building an applet that needs it. by Rob Landley · 19 years ago
  53. 5cf7c2d Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked by Rob Landley · 19 years ago
  54. c5789a6 Walter Harms added -D to date, and I did a code cleanup while I was in the by Rob Landley · 19 years ago
  55. dfd902b rfelker writes in Bug 736: stty.c includes unneeded, obsolete header memory.h by Mike Frysinger · 19 years ago
  56. 4b33f7a rfelker writes in Bug 734: Nothing from err.h is used, but cal.c includes it, breaking compile on systems lacking this function. by Mike Frysinger · 19 years ago
  57. 02794e1 Fix bug 674: sum's block count should always round up. by Rob Landley · 19 years ago
  58. 30a6bba Bug 677: there are apparently still people using telnet. by Rob Landley · 19 years ago
  59. b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
  60. 87be316 more better for me signed<->unsigned and the const keyword usage by "Vladimir N. Oleynik" · 19 years ago
  61. 57545c8 avoid signed<->unsigned warning by "Vladimir N. Oleynik" · 19 years ago
  62. 5e67887 clean up yet more annoying signed/unsigned mismatches and fixup by Eric Andersen · 19 years ago
  63. 4bf3127 - very minor tweak: save 1 byte. by Bernhard Reutner-Fischer · 19 years ago
  64. 20f4000 - add some ATTRIBUTE_UNUSED. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  65. 676b15e removed warning "comparison between signed and unsigned". by "Vladimir N. Oleynik" · 19 years ago
  66. 9b9a920 removed warning "comparison between signed and unsigned". Reduced size by "Vladimir N. Oleynik" · 19 years ago
  67. e75b41d support GNU suffixes for fancy mode: b(512), k(1024) and m(1024*1024) by "Vladimir N. Oleynik" · 19 years ago
  68. b1fd52e remove outdated and do not corected comment. Use bb_xasprintf instead xmalloc+set+set+strcpy. by "Vladimir N. Oleynik" · 19 years ago
  69. f8fd4db Move SUSv2 obsolete feature disabling to debug menu, invert meaning of by Rob Landley · 19 years ago
  70. 8aa9e57 support 64 arith. Close bug 136 by "Vladimir N. Oleynik" · 19 years ago
  71. c1ef7bd just whitespace by Tim Riker · 19 years ago
  72. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  73. 96002bb - cleanup Config.in. Use "select CONFIG_FOO" and add the corresponding by Bernhard Reutner-Fischer · 19 years ago
  74. 37dec0e - make CONFIG_MD5SUM_SIZE_VS_SPEED configurable via menuconfig. by Bernhard Reutner-Fischer · 19 years ago
  75. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  76. fb8c498 Fix bug 603: "chown :root thingy" should work now. by Rob Landley · 19 years ago
  77. 251161f Bug 624 wants quoted char support for printf, so you can do something like: by Rob Landley · 19 years ago
  78. f8ec1b5 No, we _want_ the suid and sgid bits reverted by chown, for security reasons. by Rob Landley · 19 years ago
  79. 9a14bd0 - Stephane Billiart writes: Fix the compilation of head and tail. by Bernhard Reutner-Fischer · 19 years ago
  80. 164c5c8 Eliminate unnecessary allocation from md5sum that was leaked without ever being used. by Rob Landley · 19 years ago
  81. 5816ccb - wrap label GET_COUNT in #if ENABLE_FEATURE_FANCY_applet to avoid warning by Bernhard Reutner-Fischer · 19 years ago
  82. a75c180 Bug 310: be consistent about stat/lstat and chown/lchown to avoid accidentally by Rob Landley · 19 years ago
  83. cdbae77 printf() arguments shouldn't be passed straight from user supplied data. by Rob Landley · 19 years ago
  84. 0bd0257 Add build options to control SuS compatability, allows numeric by Glenn L McGrath · 19 years ago
  85. d77b781 - remove unused variable have_read_stdin - use FLAG_WIDTH by Bernhard Reutner-Fischer · 19 years ago
  86. 377bdaf avoid mixed declarations, to support older compilers just a little longer. by Paul Fox · 19 years ago
  87. 746cfc8 Another cleanup patch that's been in my tree for a while. Again I think it's by Rob Landley · 19 years ago
  88. 2f30932 Fix cp /dev/null filename, and a few in-passing cleanups. by Rob Landley · 19 years ago
  89. 47ea7b7 - Matthias Wenzel writes: by Bernhard Reutner-Fischer · 19 years ago
  90. ab18782 * uniq.c: remove unneeded include and use short boilerplate. by Bernhard Reutner-Fischer · 19 years ago
  91. 1f0262b another more const by "Vladimir N. Oleynik" · 19 years ago
  92. a2eec60 RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1 by "Vladimir N. Oleynik" · 19 years ago
  93. 6f347ef common BUFSIZ BSS buffer, small reduce code, data and bss by "Vladimir N. Oleynik" · 19 years ago
  94. f704b27 by "Vladimir N. Oleynik" · 19 years ago
  95. 6c35c7c usage bb_dev_null by "Vladimir N. Oleynik" · 19 years ago
  96. 3ade65f remove 1 CR, correct strange bb_opt_complementally, add #if 0 and XXX-comment: pleace examine this\! by "Vladimir N. Oleynik" · 19 years ago
  97. 064f04e by "Vladimir N. Oleynik" · 19 years ago
  98. ae907f3 When lstat returns an error (such as file not found), the value of by Rob Landley · 19 years ago
  99. f104814 Rob Sullivan added character and equivalence classes to tr. I changed some by Rob Landley · 19 years ago
  100. 45ad0e8 Rename CONFIG_SORT_BIG to CONFIG_FEATURE_SORT_BIG so allbareconfig can find it. by Rob Landley · 19 years ago