1. 9ac9e55 sum: 40% size reduction (-300 bytes) find: one_char -> LONE_CHAR by Denis Vlasenko · 18 years ago
  2. e31f721 tail: -50 text bytes by Denis Vlasenko · 18 years ago
  3. 0849207 convert "negaite" config option into reversed (INCLUDE_SUSv2) by Denis Vlasenko · 18 years ago
  4. afc9ff9 removal of commented-out cruft by Denis Vlasenko · 18 years ago
  5. 714701c tar et al: die if bb_copyfd_size copies less than asked for. by Denis Vlasenko · 18 years ago
  6. e865e81 less: stop dying on bad regexps, quietly pipe data w/o by Denis Vlasenko · 18 years ago
  7. bf66fbc introduce LONE_CHAR (optimized strcmp with one-char string) by Denis Vlasenko · 18 years ago
  8. 6910741 tail: fix tail +N by Denis Vlasenko · 18 years ago
  9. b95636c remove casts from xmalloc() by Denis Vlasenko · 18 years ago
  10. 83e5d6f A bunch of defined(__GLIBC__) added. static-linking warning expanded by Denis Vlasenko · 18 years ago
  11. f42ff90 du: dietlibc compat fix, style fixes. Thanks to sampo@symlabs.com. by Denis Vlasenko · 18 years ago
  12. 0f5905e od: remove bug-for-bug compat (because the bug was fixed in coreuitls) by Denis Vlasenko · 18 years ago
  13. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  14. 6a1d661 diff: fix -q exit code last_char_is: sacrifice 9 bytes but avoid double-scan by Denis Vlasenko · 18 years ago
  15. 56b9569 - minor shrinkage by Bernhard Reutner-Fischer · 18 years ago
  16. 5b6f776 - remove warning about unused depth parameter in add_to_dirlist() by Bernhard Reutner-Fischer · 18 years ago
  17. 35a4bbe date: -R shouldn't use locale by Denis Vlasenko · 18 years ago
  18. 91d4a2d - commentary typo by Bernhard Reutner-Fischer · 18 years ago
  19. 2425bdc od: fix buglet in --traditional, microoptimization, by Denis Vlasenko · 18 years ago
  20. c61852a fix support for globally disabling --long-options. by Denis Vlasenko · 18 years ago
  21. 601ae13 od: sometime ago I landed BIG od implementation by Denis Vlasenko · 18 years ago
  22. d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
  23. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  24. 459903b Provide our own isdigit macro. saves more than 400 bytes. by Denis Vlasenko · 18 years ago
  25. d686a04 safe_strtoXX interface proved to be a bit unconvenient. by Denis Vlasenko · 18 years ago
  26. 664733f sort: two small optimizations by Denis Vlasenko · 18 years ago
  27. 0d42ddf sort: reformat entire file wrt style. by Denis Vlasenko · 18 years ago
  28. cf749bc small fixes: by Denis Vlasenko · 18 years ago
  29. 2d27e4c tee: fix bug: argv[-1] is a no-no! by Denis Vlasenko · 18 years ago
  30. 5dd27b1 dd: support >2gb values for seek, skip, count by Denis Vlasenko · 18 years ago
  31. cf30cc8 header_verbose_list: stop truncating file size in listing by Denis Vlasenko · 18 years ago
  32. 1462192 md5sum: make -c grok formats like "68b329da9893e34099c7d8ad5cb9c940 *foo". by Denis Vlasenko · 18 years ago
  33. 5d148e2 httpd: fix cgi-bin/index.cgi support, add example of it, by Denis Vlasenko · 18 years ago
  34. fcdb00f httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! by Denis Vlasenko · 18 years ago
  35. 22dcd04 mkdir: style fix by Denis Vlasenko · 18 years ago
  36. 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
  37. e766715 - end may be used uninitialized. by Bernhard Reutner-Fischer · 18 years ago
  38. 9225854 mostly style fixes by Denis Vlasenko · 18 years ago
  39. 3b8ff68 dd: fix bugs: always assumed conv=sync, died on write errors by Denis Vlasenko · 18 years ago
  40. 656f746 ls: silly comment fixes by Denis Vlasenko · 18 years ago
  41. 8c0c119 chmod: typo in comments by Denis Vlasenko · 18 years ago
  42. 94cf69f ls: cleanup part 2. ifdef forest is much less scary now :) by Denis Vlasenko · 18 years ago
  43. 5c75960 ls: cleanup part 1 by Denis Vlasenko · 18 years ago
  44. 8c35d65 recursive_action: add depth param chmod: match coreutils versus following links by Denis Vlasenko · 18 years ago
  45. e80e2a3 chgrp: just call chown! :) by Denis Vlasenko · 18 years ago
  46. 51b4c92 chown: add -vcf support if CONFIG_DESKTOP chmod: stop following symlinks by Denis Vlasenko · 18 years ago
  47. fefb279 chmod: support -vcf if CONFIG_DESKTOP by Denis Vlasenko · 18 years ago
  48. dca0b70 reshuffle libbb.h contents so that order of decls makes sense by Denis Vlasenko · 18 years ago
  49. 621204b get_terminal_width_height: do not pass insanely large values by Denis Vlasenko · 18 years ago
  50. d3d004d last nail into error_msg() (de)capitalization by Denis Vlasenko · 18 years ago
  51. 2fe7b73 ...and yet another small fix. Ouch... by Denis Vlasenko · 18 years ago
  52. ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
  53. f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
  54. c6f188d silly size savings and capitalization fixes by Denis Vlasenko · 18 years ago
  55. 703aa13 watch: fix warning getty: fix breakage; fix excessive stack usage by Denis Vlasenko · 18 years ago
  56. f24e1f4 cp: add support for -s, -l. Fix free(nonmalloc) bug. by Denis Vlasenko · 18 years ago
  57. 8d73c35 watch: execute command thru shell, not fork/exec. Other fixes by Denis Vlasenko · 18 years ago
  58. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  59. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  60. 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
  61. 372686b cut, mount: small improvements by Denis Vlasenko · 18 years ago
  62. 1114de7 od: provide full-blown od from coreutils if CONFIG_DESKTOP by Denis Vlasenko · 18 years ago
  63. ca3c981 start_stop_daemon: add -N <nice> compat by Denis Vlasenko · 18 years ago
  64. 7039a66 correct largefile support, add comments about it. by Denis Vlasenko · 18 years ago
  65. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  66. 5625415 dd: make it recognize not only 'k' but 'K' too; by Denis Vlasenko · 18 years ago
  67. de59c0f httpd: add -u user[:grp] support by Denis Vlasenko · 18 years ago
  68. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  69. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  70. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  71. 4092082 rename bb_default_error_retval -> xfunc_error_retval by Denis Vlasenko · 18 years ago
  72. fe54458 runit/chpst: "change process state" utility by Denis Vlasenko · 18 years ago
  73. b97c984 sed: unbreak multiple -e, -f option handling (my fault) by Denis Vlasenko · 18 years ago
  74. 97a8dd3 g[un]zip: add support for -v (verbose). by Denis Vlasenko · 18 years ago
  75. 7021016 wc: optionally support very large files in wc by Denis Vlasenko · 18 years ago
  76. 3ed001f wc: reduce source cruft, make it so that "wc -c" (one option, no filenames) by Denis Vlasenko · 18 years ago
  77. a959588 Yet another silly little byte saving. couldn't -> cannot by Denis Vlasenko · 18 years ago
  78. 5241766 Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.c by Denis Vlasenko · 18 years ago
  79. ce97960 usage.h: remove ugly tricks. We have USE_FEATURE_xxx now. by Denis Vlasenko · 18 years ago
  80. c16bd21 silly switch style fix by Denis Vlasenko · 18 years ago
  81. 29d94b9 Another attempt at untangling the logic so the compiler can follow it and not by Rob Landley · 18 years ago
  82. c290563 remove unneeded #includes, fix indentation by Denis Vlasenko · 18 years ago
  83. b97f07f Follow-up to 16172: this also doesn't produce a warning for me on gcc 4.1, by Rob Landley · 18 years ago
  84. 3503ff7 - pull r15578 from busybox_scratch branch: by Bernhard Reutner-Fischer · 18 years ago
  85. 42f6702 - silence gcc warning about a funcptr possibly being used uninitialized. by Bernhard Reutner-Fischer · 18 years ago
  86. a658577 - fix embarrassing typo of mine. Closes bug #1038 by Bernhard Reutner-Fischer · 18 years ago
  87. 79deb66 stty: fix few bugs found in testing by Denis Vlasenko · 18 years ago
  88. debaf2f stty: reorder code, reducing need in forward declarations. by Denis Vlasenko · 18 years ago
  89. 20b253d stty: convert "enum mode_type" into unnamed enum by Denis Vlasenko · 18 years ago
  90. 8971cda stty: reduce #ifdef forest by Denis Vlasenko · 18 years ago
  91. e40c04b stty: simplify linewrapping code a bit by Denis Vlasenko · 18 years ago
  92. 9efb070 stty: style fixes by Denis Vlasenko · 18 years ago
  93. 7eab79a stty: fix a longstanding FIXME (was able to die half-way setting term params) by Denis Vlasenko · 18 years ago
  94. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  95. 7fee0c4 - fix copy'n paste errors that got introduced when switching to the shorter boilerplate. by Bernhard Reutner-Fischer · 18 years ago
  96. 9cac521 using [xa]sprintf for string concatenation is neat and saves by Denis Vlasenko · 18 years ago
  97. bd8f43d few random readability enhansements. No code changes by Denis Vlasenko · 18 years ago
  98. a980165 getty, sulogin: convert to using bb_msg for syslog output by Denis Vlasenko · 18 years ago
  99. 21afc7d uuencode: common implementation for wget and uuencode (closing bug 694) by Denis Vlasenko · 18 years ago
  100. 73561cc - pull from busybox_scratch: r15829:15850 by Bernhard Reutner-Fischer · 18 years ago