1. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  2. 7ae93f0 - FIXME: someone broke diff -r by Bernhard Reutner-Fischer · 18 years ago
  3. b05955e work around gcc's false warning by Denis Vlasenko · 18 years ago
  4. 8336f08 diff: small optimizations; do not try to diff non-seekable stream by Denis Vlasenko · 18 years ago
  5. ea9e35f - minor shrinkage: -25 bytes or so. by Bernhard Reutner-Fischer · 18 years ago
  6. a9b60e9 new libbb func: xmalloc_realpath (+ use it where makes sense) by Denis Vlasenko · 18 years ago
  7. 6eebed5 chown: fix handling of "user.group" notation by Denis Vlasenko · 18 years ago
  8. ace35ee Remove networking/libiproute/linux/pkt_sched.h by Denis Vlasenko · 18 years ago
  9. a71199e str2u() is only used when FEATURE_SORT_BIG is enabled by Mike Frysinger · 18 years ago
  10. 6dc6ebb awk: undo locale setting for numbers - or else parsing by Denis Vlasenko · 18 years ago
  11. b2abef3 stty: fix width of a field for ppc32 by Denis Vlasenko · 18 years ago
  12. 98ee06d stop using __u32 etc. uint32_t is there for a reason by Denis Vlasenko · 18 years ago
  13. 5dd7686 Yann E. MORIN. writes: i pity the fool who doesnt use the z length modifier with size_t types by Mike Frysinger · 18 years ago
  14. 3bba545 done a dozen of randconfig test. guess what? ALL failed... by Denis Vlasenko · 18 years ago
  15. 7fa0fca fix build without shadow support by Denis Vlasenko · 18 years ago
  16. 9a44c4f bb_xget[pw/gr]nam were horribly misnamed - fixed. by Denis Vlasenko · 18 years ago
  17. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  18. 9ac9e55 sum: 40% size reduction (-300 bytes) find: one_char -> LONE_CHAR by Denis Vlasenko · 18 years ago
  19. e31f721 tail: -50 text bytes by Denis Vlasenko · 18 years ago
  20. 0849207 convert "negaite" config option into reversed (INCLUDE_SUSv2) by Denis Vlasenko · 18 years ago
  21. afc9ff9 removal of commented-out cruft by Denis Vlasenko · 18 years ago
  22. 714701c tar et al: die if bb_copyfd_size copies less than asked for. by Denis Vlasenko · 18 years ago
  23. e865e81 less: stop dying on bad regexps, quietly pipe data w/o by Denis Vlasenko · 18 years ago
  24. bf66fbc introduce LONE_CHAR (optimized strcmp with one-char string) by Denis Vlasenko · 18 years ago
  25. 6910741 tail: fix tail +N by Denis Vlasenko · 18 years ago
  26. b95636c remove casts from xmalloc() by Denis Vlasenko · 18 years ago
  27. 83e5d6f A bunch of defined(__GLIBC__) added. static-linking warning expanded by Denis Vlasenko · 18 years ago
  28. f42ff90 du: dietlibc compat fix, style fixes. Thanks to sampo@symlabs.com. by Denis Vlasenko · 18 years ago
  29. 0f5905e od: remove bug-for-bug compat (because the bug was fixed in coreuitls) by Denis Vlasenko · 18 years ago
  30. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  31. 6a1d661 diff: fix -q exit code last_char_is: sacrifice 9 bytes but avoid double-scan by Denis Vlasenko · 18 years ago
  32. 56b9569 - minor shrinkage by Bernhard Reutner-Fischer · 18 years ago
  33. 5b6f776 - remove warning about unused depth parameter in add_to_dirlist() by Bernhard Reutner-Fischer · 18 years ago
  34. 35a4bbe date: -R shouldn't use locale by Denis Vlasenko · 18 years ago
  35. 91d4a2d - commentary typo by Bernhard Reutner-Fischer · 18 years ago
  36. 2425bdc od: fix buglet in --traditional, microoptimization, by Denis Vlasenko · 18 years ago
  37. c61852a fix support for globally disabling --long-options. by Denis Vlasenko · 18 years ago
  38. 601ae13 od: sometime ago I landed BIG od implementation by Denis Vlasenko · 18 years ago
  39. d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
  40. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  41. 459903b Provide our own isdigit macro. saves more than 400 bytes. by Denis Vlasenko · 18 years ago
  42. d686a04 safe_strtoXX interface proved to be a bit unconvenient. by Denis Vlasenko · 18 years ago
  43. 664733f sort: two small optimizations by Denis Vlasenko · 18 years ago
  44. 0d42ddf sort: reformat entire file wrt style. by Denis Vlasenko · 18 years ago
  45. cf749bc small fixes: by Denis Vlasenko · 18 years ago
  46. 2d27e4c tee: fix bug: argv[-1] is a no-no! by Denis Vlasenko · 18 years ago
  47. 5dd27b1 dd: support >2gb values for seek, skip, count by Denis Vlasenko · 18 years ago
  48. cf30cc8 header_verbose_list: stop truncating file size in listing by Denis Vlasenko · 18 years ago
  49. 1462192 md5sum: make -c grok formats like "68b329da9893e34099c7d8ad5cb9c940 *foo". by Denis Vlasenko · 18 years ago
  50. 5d148e2 httpd: fix cgi-bin/index.cgi support, add example of it, by Denis Vlasenko · 18 years ago
  51. fcdb00f httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! by Denis Vlasenko · 18 years ago
  52. 22dcd04 mkdir: style fix by Denis Vlasenko · 18 years ago
  53. 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
  54. e766715 - end may be used uninitialized. by Bernhard Reutner-Fischer · 18 years ago
  55. 9225854 mostly style fixes by Denis Vlasenko · 18 years ago
  56. 3b8ff68 dd: fix bugs: always assumed conv=sync, died on write errors by Denis Vlasenko · 18 years ago
  57. 656f746 ls: silly comment fixes by Denis Vlasenko · 18 years ago
  58. 8c0c119 chmod: typo in comments by Denis Vlasenko · 18 years ago
  59. 94cf69f ls: cleanup part 2. ifdef forest is much less scary now :) by Denis Vlasenko · 18 years ago
  60. 5c75960 ls: cleanup part 1 by Denis Vlasenko · 18 years ago
  61. 8c35d65 recursive_action: add depth param chmod: match coreutils versus following links by Denis Vlasenko · 18 years ago
  62. e80e2a3 chgrp: just call chown! :) by Denis Vlasenko · 18 years ago
  63. 51b4c92 chown: add -vcf support if CONFIG_DESKTOP chmod: stop following symlinks by Denis Vlasenko · 18 years ago
  64. fefb279 chmod: support -vcf if CONFIG_DESKTOP by Denis Vlasenko · 18 years ago
  65. dca0b70 reshuffle libbb.h contents so that order of decls makes sense by Denis Vlasenko · 18 years ago
  66. 621204b get_terminal_width_height: do not pass insanely large values by Denis Vlasenko · 18 years ago
  67. d3d004d last nail into error_msg() (de)capitalization by Denis Vlasenko · 18 years ago
  68. 2fe7b73 ...and yet another small fix. Ouch... by Denis Vlasenko · 18 years ago
  69. ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
  70. f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
  71. c6f188d silly size savings and capitalization fixes by Denis Vlasenko · 18 years ago
  72. 703aa13 watch: fix warning getty: fix breakage; fix excessive stack usage by Denis Vlasenko · 18 years ago
  73. f24e1f4 cp: add support for -s, -l. Fix free(nonmalloc) bug. by Denis Vlasenko · 18 years ago
  74. 8d73c35 watch: execute command thru shell, not fork/exec. Other fixes by Denis Vlasenko · 18 years ago
  75. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  76. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  77. 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
  78. 372686b cut, mount: small improvements by Denis Vlasenko · 18 years ago
  79. 1114de7 od: provide full-blown od from coreutils if CONFIG_DESKTOP by Denis Vlasenko · 18 years ago
  80. ca3c981 start_stop_daemon: add -N <nice> compat by Denis Vlasenko · 18 years ago
  81. 7039a66 correct largefile support, add comments about it. by Denis Vlasenko · 18 years ago
  82. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  83. 5625415 dd: make it recognize not only 'k' but 'K' too; by Denis Vlasenko · 18 years ago
  84. de59c0f httpd: add -u user[:grp] support by Denis Vlasenko · 18 years ago
  85. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  86. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  87. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  88. 4092082 rename bb_default_error_retval -> xfunc_error_retval by Denis Vlasenko · 18 years ago
  89. fe54458 runit/chpst: "change process state" utility by Denis Vlasenko · 18 years ago
  90. b97c984 sed: unbreak multiple -e, -f option handling (my fault) by Denis Vlasenko · 18 years ago
  91. 97a8dd3 g[un]zip: add support for -v (verbose). by Denis Vlasenko · 18 years ago
  92. 7021016 wc: optionally support very large files in wc by Denis Vlasenko · 18 years ago
  93. 3ed001f wc: reduce source cruft, make it so that "wc -c" (one option, no filenames) by Denis Vlasenko · 18 years ago
  94. a959588 Yet another silly little byte saving. couldn't -> cannot by Denis Vlasenko · 18 years ago
  95. 5241766 Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.c by Denis Vlasenko · 18 years ago
  96. ce97960 usage.h: remove ugly tricks. We have USE_FEATURE_xxx now. by Denis Vlasenko · 18 years ago
  97. c16bd21 silly switch style fix by Denis Vlasenko · 18 years ago
  98. 29d94b9 Another attempt at untangling the logic so the compiler can follow it and not by Rob Landley · 18 years ago
  99. c290563 remove unneeded #includes, fix indentation by Denis Vlasenko · 18 years ago
  100. b97f07f Follow-up to 16172: this also doesn't produce a warning for me on gcc 4.1, by Rob Landley · 18 years ago