1. 5e67887 clean up yet more annoying signed/unsigned mismatches and fixup by Eric Andersen · 19 years ago
  2. 4bf3127 - very minor tweak: save 1 byte. by Bernhard Reutner-Fischer · 19 years ago
  3. 20f4000 - add some ATTRIBUTE_UNUSED. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  4. 676b15e removed warning "comparison between signed and unsigned". by "Vladimir N. Oleynik" · 19 years ago
  5. 9b9a920 removed warning "comparison between signed and unsigned". Reduced size by "Vladimir N. Oleynik" · 19 years ago
  6. e75b41d support GNU suffixes for fancy mode: b(512), k(1024) and m(1024*1024) by "Vladimir N. Oleynik" · 19 years ago
  7. b1fd52e remove outdated and do not corected comment. Use bb_xasprintf instead xmalloc+set+set+strcpy. by "Vladimir N. Oleynik" · 19 years ago
  8. f8fd4db Move SUSv2 obsolete feature disabling to debug menu, invert meaning of by Rob Landley · 19 years ago
  9. 8aa9e57 support 64 arith. Close bug 136 by "Vladimir N. Oleynik" · 19 years ago
  10. c1ef7bd just whitespace by Tim Riker · 19 years ago
  11. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  12. 96002bb - cleanup Config.in. Use "select CONFIG_FOO" and add the corresponding by Bernhard Reutner-Fischer · 19 years ago
  13. 37dec0e - make CONFIG_MD5SUM_SIZE_VS_SPEED configurable via menuconfig. by Bernhard Reutner-Fischer · 19 years ago
  14. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  15. fb8c498 Fix bug 603: "chown :root thingy" should work now. by Rob Landley · 19 years ago
  16. 251161f Bug 624 wants quoted char support for printf, so you can do something like: by Rob Landley · 19 years ago
  17. f8ec1b5 No, we _want_ the suid and sgid bits reverted by chown, for security reasons. by Rob Landley · 19 years ago
  18. 9a14bd0 - Stephane Billiart writes: Fix the compilation of head and tail. by Bernhard Reutner-Fischer · 19 years ago
  19. 164c5c8 Eliminate unnecessary allocation from md5sum that was leaked without ever being used. by Rob Landley · 19 years ago
  20. 5816ccb - wrap label GET_COUNT in #if ENABLE_FEATURE_FANCY_applet to avoid warning by Bernhard Reutner-Fischer · 19 years ago
  21. a75c180 Bug 310: be consistent about stat/lstat and chown/lchown to avoid accidentally by Rob Landley · 19 years ago
  22. cdbae77 printf() arguments shouldn't be passed straight from user supplied data. by Rob Landley · 19 years ago
  23. 0bd0257 Add build options to control SuS compatability, allows numeric by Glenn L McGrath · 19 years ago
  24. d77b781 - remove unused variable have_read_stdin - use FLAG_WIDTH by Bernhard Reutner-Fischer · 19 years ago
  25. 377bdaf avoid mixed declarations, to support older compilers just a little longer. by Paul Fox · 19 years ago
  26. 746cfc8 Another cleanup patch that's been in my tree for a while. Again I think it's by Rob Landley · 19 years ago
  27. 2f30932 Fix cp /dev/null filename, and a few in-passing cleanups. by Rob Landley · 19 years ago
  28. 47ea7b7 - Matthias Wenzel writes: by Bernhard Reutner-Fischer · 19 years ago
  29. ab18782 * uniq.c: remove unneeded include and use short boilerplate. by Bernhard Reutner-Fischer · 19 years ago
  30. 1f0262b another more const by "Vladimir N. Oleynik" · 19 years ago
  31. a2eec60 RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1 by "Vladimir N. Oleynik" · 19 years ago
  32. 6f347ef common BUFSIZ BSS buffer, small reduce code, data and bss by "Vladimir N. Oleynik" · 19 years ago
  33. f704b27 by "Vladimir N. Oleynik" · 19 years ago
  34. 6c35c7c usage bb_dev_null by "Vladimir N. Oleynik" · 19 years ago
  35. 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
  36. 064f04e by "Vladimir N. Oleynik" · 19 years ago
  37. ae907f3 When lstat returns an error (such as file not found), the value of by Rob Landley · 19 years ago
  38. f104814 Rob Sullivan added character and equivalence classes to tr. I changed some by Rob Landley · 19 years ago
  39. 45ad0e8 Rename CONFIG_SORT_BIG to CONFIG_FEATURE_SORT_BIG so allbareconfig can find it. by Rob Landley · 19 years ago
  40. b31cb87 to bb_getopt_ulflags() by "Vladimir N. Oleynik" · 19 years ago
  41. ba24820 change strange depend to libbb.h, but require busybox.h by "Vladimir N. Oleynik" · 19 years ago
  42. 39a841c change interface to bb_xasprintf() - more perfect for me. by "Vladimir N. Oleynik" · 19 years ago
  43. 7f8797c re-order a little for alphabetical by Mike Frysinger · 19 years ago
  44. 62f18e1 use the shorter license header by Mike Frysinger · 19 years ago
  45. 0d4ee68 use brief license line by Mike Frysinger · 19 years ago
  46. 1f0ac23 very small size reduce for nohup applet by "Vladimir N. Oleynik" · 19 years ago
  47. 9d7010c - add applet nohup(1) by Bernhard Reutner-Fischer · 19 years ago
  48. d5bd137 - rename libbb's password helpers as suggested in libbb.h by Bernhard Reutner-Fischer · 19 years ago
  49. 84b93f7 Get rid of warnings, remove compat with older gnu uniq to truly conform to susv3, and cut size a bit. by Manuel Novoa III · 19 years ago
  50. b7128c6 Cleanup patch by Bernhard Fischer, removing unnecessary includes of by Rob Landley · 19 years ago
  51. db289b2 use CONFIG_BUFFER macros like cow suggested and shrink code size some more by using less variables and more gotos ;) by Mike Frysinger · 19 years ago
  52. 98ea849 Patch from Dirk Clemens so df doesn't run numbers together on drives >100gig. by Rob Landley · 19 years ago
  53. a80b290 some tweaks by cow to shrink a little by Mike Frysinger · 19 years ago
  54. 415f6c9 Rob, I don't know why you feel some unexplainable compulsion to get rid of by Manuel Novoa III · 19 years ago
  55. 14efdc5 Don't comment warnings. Don't put #warnings about warnings. _FIX_ warnings. by Rob Landley · 19 years ago
  56. 1283a15 Whitespace-level changes. Replace s0,s1,e0,e1 with real variable names and by Rob Landley · 19 years ago
  57. a8c23aa - usage fresh bb_getopt_ulflags for ls -- very size reduce. by "Vladimir N. Oleynik" · 19 years ago
  58. 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
  59. f815469 Bernhard Fischer trimmed down dos2unix a bit. by Rob Landley · 19 years ago
  60. 58a651b Very minor tweak to tail. by Rob Landley · 19 years ago
  61. 6a6798b Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk by Rob Landley · 19 years ago
  62. 0b62158 implemented a builtin echo command in ash. moved the guts of the by Paul Fox · 19 years ago
  63. 156dc41 commiting patch from bug 71: by Paul Fox · 19 years ago
  64. 0d3ca72 tell people to ignore the dups/e0 warnings by Mike Frysinger · 19 years ago
  65. 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
  66. dbc049f remove unused variable ret as reported by apgo in Bug 350 and touchup syntax along the way by Mike Frysinger · 19 years ago
  67. 726b2cb just punt all the f_frsize crap since not all linux headers support it Bug 346 by Mike Frysinger · 19 years ago
  68. 4905434 applying fix for: by Paul Fox · 19 years ago
  69. 379ac89 applying patch from: 0000227: sort use wrong type for getopt return variable by Paul Fox · 19 years ago
  70. 3c12ff7 If /tmp and /home were different partitions, then "mv /tmp/file /home/file" by Rob Landley · 19 years ago
  71. 8deb686 Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTMP options by Mike Frysinger · 19 years ago
  72. a87bb60 patch by Shaun Jackman to combine dup/close funcs into dup2 by Mike Frysinger · 19 years ago
  73. 8804c6a dont use f_frsize unless linux-2.6.0 or better by Mike Frysinger · 19 years ago
  74. 9e16457 tweak signed/unsigned char usage to avoid mismatches by Mike Frysinger · 19 years ago
  75. f7662da Shaun Jackman submitted a patch converting an allocation to use by Rob Landley · 20 years ago
  76. 47bc802 Patch from Shaun Jackman to save a few bytes. by Rob Landley · 20 years ago
  77. 1fb7961 use more busybox functions and remove redundant code by Mike Frysinger · 20 years ago
  78. 1ece21b as Rob Landley pointed out, need to fix the 1 versus i typo in indexing by Mike Frysinger · 20 years ago
  79. 0fb397e blah, forgot to save last time to fix whitespacing by Mike Frysinger · 20 years ago
  80. 867a608 remove duplicated code and rework algorithms to end up with smaller code by Mike Frysinger · 20 years ago
  81. dad4cf7 use a bunch of if statements since it is a few bytes smaller than a switch; also use bb_xfopen() instead of fopen() so comm doesnt segfault when given non-existant files :( by Mike Frysinger · 20 years ago
  82. b3a6ec3 err, added 2 to the wrong var :) also touchup the option detection to shrink size by Mike Frysinger · 20 years ago
  83. 3ba93c0 fix segfault if user only specifies 1 file by Mike Frysinger · 20 years ago
  84. 0d605e9 fix whitespace/coding style by Mike Frysinger · 20 years ago
  85. a84a512 add missing comm.o rule by Mike Frysinger · 20 years ago
  86. 5b300dd whitespace touchups by Mike Frysinger · 20 years ago
  87. 2acfd7b Small comm implementatin from Rob Sullivan. Needed to build perl. by Rob Landley · 20 years ago
  88. 348e84c change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) by Mike Frysinger · 20 years ago
  89. 540d3f6 Patch from Shaun Jackman: by Rob Landley · 20 years ago
  90. b9dfb8c Manuel points out that if printf needs a flush to act like dprintf, the result by Rob Landley · 20 years ago
  91. cce1ae2 Shaun Jackman pointed out that dprintf(STDOUT_FILENO,...) is just a printf. by Rob Landley · 20 years ago
  92. 60158cb A patch from Takeharu KATO to update/fix SE-Linux support. by Rob Landley · 20 years ago
  93. 6624dae On Wednesday 13 April 2005 09:12 pm, Shaun Jackman wrote: by Rob Landley · 20 years ago
  94. 3071e2f Patch from Matthew S. Wood: by Rob Landley · 20 years ago
  95. edb3fbc fix stupid build mistake i made earlier as pointed out by psm by Mike Frysinger · 20 years ago
  96. 408ae21 rework human_fstype to cut down size by Mike Frysinger · 20 years ago
  97. f06c494 rework options to get rid of extra variables by Mike Frysinger · 20 years ago
  98. 9b5f71e stat implementation based upon coreutils by Mike Frysinger · 20 years ago
  99. 5b2e271 cast the time pointer so gcc stops warning over nothing by Mike Frysinger · 20 years ago
  100. 5cfa5ef use bb_fflush_stdout_and_exit instead of exit by Mike Frysinger · 20 years ago