1. 56b9569 - minor shrinkage by Bernhard Reutner-Fischer · 18 years ago
  2. 5b6f776 - remove warning about unused depth parameter in add_to_dirlist() by Bernhard Reutner-Fischer · 18 years ago
  3. 35a4bbe date: -R shouldn't use locale by Denis Vlasenko · 18 years ago
  4. 91d4a2d - commentary typo by Bernhard Reutner-Fischer · 18 years ago
  5. 2425bdc od: fix buglet in --traditional, microoptimization, by Denis Vlasenko · 18 years ago
  6. c61852a fix support for globally disabling --long-options. by Denis Vlasenko · 18 years ago
  7. 601ae13 od: sometime ago I landed BIG od implementation by Denis Vlasenko · 18 years ago
  8. d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
  9. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  10. 459903b Provide our own isdigit macro. saves more than 400 bytes. by Denis Vlasenko · 18 years ago
  11. d686a04 safe_strtoXX interface proved to be a bit unconvenient. by Denis Vlasenko · 18 years ago
  12. 664733f sort: two small optimizations by Denis Vlasenko · 18 years ago
  13. 0d42ddf sort: reformat entire file wrt style. by Denis Vlasenko · 18 years ago
  14. cf749bc small fixes: by Denis Vlasenko · 18 years ago
  15. 2d27e4c tee: fix bug: argv[-1] is a no-no! by Denis Vlasenko · 18 years ago
  16. 5dd27b1 dd: support >2gb values for seek, skip, count by Denis Vlasenko · 18 years ago
  17. cf30cc8 header_verbose_list: stop truncating file size in listing by Denis Vlasenko · 18 years ago
  18. 1462192 md5sum: make -c grok formats like "68b329da9893e34099c7d8ad5cb9c940 *foo". by Denis Vlasenko · 18 years ago
  19. 5d148e2 httpd: fix cgi-bin/index.cgi support, add example of it, by Denis Vlasenko · 18 years ago
  20. fcdb00f httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! by Denis Vlasenko · 18 years ago
  21. 22dcd04 mkdir: style fix by Denis Vlasenko · 18 years ago
  22. 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
  23. e766715 - end may be used uninitialized. by Bernhard Reutner-Fischer · 18 years ago
  24. 9225854 mostly style fixes by Denis Vlasenko · 18 years ago
  25. 3b8ff68 dd: fix bugs: always assumed conv=sync, died on write errors by Denis Vlasenko · 18 years ago
  26. 656f746 ls: silly comment fixes by Denis Vlasenko · 18 years ago
  27. 8c0c119 chmod: typo in comments by Denis Vlasenko · 18 years ago
  28. 94cf69f ls: cleanup part 2. ifdef forest is much less scary now :) by Denis Vlasenko · 18 years ago
  29. 5c75960 ls: cleanup part 1 by Denis Vlasenko · 18 years ago
  30. 8c35d65 recursive_action: add depth param chmod: match coreutils versus following links by Denis Vlasenko · 18 years ago
  31. e80e2a3 chgrp: just call chown! :) by Denis Vlasenko · 18 years ago
  32. 51b4c92 chown: add -vcf support if CONFIG_DESKTOP chmod: stop following symlinks by Denis Vlasenko · 18 years ago
  33. fefb279 chmod: support -vcf if CONFIG_DESKTOP by Denis Vlasenko · 18 years ago
  34. dca0b70 reshuffle libbb.h contents so that order of decls makes sense by Denis Vlasenko · 18 years ago
  35. 621204b get_terminal_width_height: do not pass insanely large values by Denis Vlasenko · 18 years ago
  36. d3d004d last nail into error_msg() (de)capitalization by Denis Vlasenko · 18 years ago
  37. 2fe7b73 ...and yet another small fix. Ouch... by Denis Vlasenko · 18 years ago
  38. ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
  39. f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
  40. c6f188d silly size savings and capitalization fixes by Denis Vlasenko · 18 years ago
  41. 703aa13 watch: fix warning getty: fix breakage; fix excessive stack usage by Denis Vlasenko · 18 years ago
  42. f24e1f4 cp: add support for -s, -l. Fix free(nonmalloc) bug. by Denis Vlasenko · 18 years ago
  43. 8d73c35 watch: execute command thru shell, not fork/exec. Other fixes by Denis Vlasenko · 18 years ago
  44. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  45. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  46. 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
  47. 372686b cut, mount: small improvements by Denis Vlasenko · 18 years ago
  48. 1114de7 od: provide full-blown od from coreutils if CONFIG_DESKTOP by Denis Vlasenko · 18 years ago
  49. ca3c981 start_stop_daemon: add -N <nice> compat by Denis Vlasenko · 18 years ago
  50. 7039a66 correct largefile support, add comments about it. by Denis Vlasenko · 18 years ago
  51. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  52. 5625415 dd: make it recognize not only 'k' but 'K' too; by Denis Vlasenko · 18 years ago
  53. de59c0f httpd: add -u user[:grp] support by Denis Vlasenko · 18 years ago
  54. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  55. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  56. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  57. 4092082 rename bb_default_error_retval -> xfunc_error_retval by Denis Vlasenko · 18 years ago
  58. fe54458 runit/chpst: "change process state" utility by Denis Vlasenko · 18 years ago
  59. b97c984 sed: unbreak multiple -e, -f option handling (my fault) by Denis Vlasenko · 18 years ago
  60. 97a8dd3 g[un]zip: add support for -v (verbose). by Denis Vlasenko · 18 years ago
  61. 7021016 wc: optionally support very large files in wc by Denis Vlasenko · 18 years ago
  62. 3ed001f wc: reduce source cruft, make it so that "wc -c" (one option, no filenames) by Denis Vlasenko · 18 years ago
  63. a959588 Yet another silly little byte saving. couldn't -> cannot by Denis Vlasenko · 18 years ago
  64. 5241766 Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.c by Denis Vlasenko · 18 years ago
  65. ce97960 usage.h: remove ugly tricks. We have USE_FEATURE_xxx now. by Denis Vlasenko · 18 years ago
  66. c16bd21 silly switch style fix by Denis Vlasenko · 18 years ago
  67. 29d94b9 Another attempt at untangling the logic so the compiler can follow it and not by Rob Landley · 18 years ago
  68. c290563 remove unneeded #includes, fix indentation by Denis Vlasenko · 18 years ago
  69. b97f07f Follow-up to 16172: this also doesn't produce a warning for me on gcc 4.1, by Rob Landley · 18 years ago
  70. 3503ff7 - pull r15578 from busybox_scratch branch: by Bernhard Reutner-Fischer · 18 years ago
  71. 42f6702 - silence gcc warning about a funcptr possibly being used uninitialized. by Bernhard Reutner-Fischer · 18 years ago
  72. a658577 - fix embarrassing typo of mine. Closes bug #1038 by Bernhard Reutner-Fischer · 18 years ago
  73. 79deb66 stty: fix few bugs found in testing by Denis Vlasenko · 18 years ago
  74. debaf2f stty: reorder code, reducing need in forward declarations. by Denis Vlasenko · 18 years ago
  75. 20b253d stty: convert "enum mode_type" into unnamed enum by Denis Vlasenko · 18 years ago
  76. 8971cda stty: reduce #ifdef forest by Denis Vlasenko · 18 years ago
  77. e40c04b stty: simplify linewrapping code a bit by Denis Vlasenko · 18 years ago
  78. 9efb070 stty: style fixes by Denis Vlasenko · 18 years ago
  79. 7eab79a stty: fix a longstanding FIXME (was able to die half-way setting term params) by Denis Vlasenko · 18 years ago
  80. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  81. 7fee0c4 - fix copy'n paste errors that got introduced when switching to the shorter boilerplate. by Bernhard Reutner-Fischer · 18 years ago
  82. 9cac521 using [xa]sprintf for string concatenation is neat and saves by Denis Vlasenko · 18 years ago
  83. bd8f43d few random readability enhansements. No code changes by Denis Vlasenko · 18 years ago
  84. a980165 getty, sulogin: convert to using bb_msg for syslog output by Denis Vlasenko · 18 years ago
  85. 21afc7d uuencode: common implementation for wget and uuencode (closing bug 694) by Denis Vlasenko · 18 years ago
  86. 73561cc - pull from busybox_scratch: r15829:15850 by Bernhard Reutner-Fischer · 18 years ago
  87. ecb2957 "Jordan Crouse" <jordan.crouse@amd.com> says: by Rob Landley · 18 years ago
  88. d591a36 - merge -r15463:15564 from busybox_scratch branch through these changesets: by Bernhard Reutner-Fischer · 18 years ago
  89. 519d7df Another whack at scripts/individual. Now builds 212 applets. by Rob Landley · 18 years ago
  90. 236c675 Teach md5sum and sha1sum to work the way other applets do so I don't have to by Rob Landley · 18 years ago
  91. 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
  92. 86b4d64 These should have been part of 15767 too. by Rob Landley · 18 years ago
  93. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  94. 565bc33 Remove code that can't be reached. by Rob Landley · 18 years ago
  95. 7cc6b69 Patch from Shaun Jackman, set optind by hand if we don't call getopt. by Rob Landley · 18 years ago
  96. 8840759 move lchown/chown define out of specific files and into platform.h where it belongs by Mike Frysinger · 18 years ago
  97. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  98. 91ed1a4 Patch from Suresh Rajashekara moving comments and #includes and such around. by Rob Landley · 18 years ago
  99. 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
  100. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago