1. 54cf511 sort: fix multiple -k (was ignoring all except last) by Denis Vlasenko · 18 years ago
  2. 6089c2c diff: fix access past end of array by Denis Vlasenko · 18 years ago
  3. 6ca0444 syslogd: fix "readpath bug" by using readlink instead by Denis Vlasenko · 18 years ago
  4. 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 18 years ago
  5. cbd6e65 - fix buglet introduced in r17351 in find_param(). Closes #1193 by Bernhard Reutner-Fischer · 18 years ago
  6. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  7. 6a1829d - include busybox.h before looking at an eventual #if ENABLE_DESKTOP by Bernhard Reutner-Fischer · 18 years ago
  8. a41fdf3 preparatory patch for -Wwrite-strings #1 by Denis Vlasenko · 18 years ago
  9. e06bed3 use bb_sanitize_stdio() where appropriate by Denis Vlasenko · 18 years ago
  10. cd75a96 - sum -r TODO should not print the filename as oposed to -s by Bernhard Reutner-Fischer · 18 years ago
  11. fc7f922 find: fix -mtime, -mmin, -perm (+ add symbolic perm handling) by Denis Vlasenko · 18 years ago
  12. 84d2d49 - remove nested function. Saves ~30 bytes. by Bernhard Reutner-Fischer · 18 years ago
  13. d19f4aa - small size tweak by Bernhard Reutner-Fischer · 18 years ago
  14. 1118a1d - make pre SUSv3 option handling dependant on INCLUDE_SUSv2 by Bernhard Reutner-Fischer · 18 years ago
  15. 8b1ae45 - small size tweak by Bernhard Reutner-Fischer · 18 years ago
  16. b31c252 - reuse retval for the option handling. by Bernhard Reutner-Fischer · 18 years ago
  17. 088a212 - small size tweaks by Bernhard Reutner-Fischer · 18 years ago
  18. ca5b352 - make read_stduu() and read_base64() void, small size tweaks by Bernhard Reutner-Fischer · 18 years ago
  19. d58c194 - small size tweak by Bernhard Reutner-Fischer · 18 years ago
  20. e055443 ls: stop doing time() for each file in "ls -l" by Denis Vlasenko · 18 years ago
  21. 2405ad6 ls: use get_cached_username/groupname by Denis Vlasenko · 18 years ago
  22. 1a250d9 - reinstate paranoia check in wrapf(). by Bernhard Reutner-Fischer · 18 years ago
  23. 41aaefc stop using global variable needlessly by Denis Vlasenko · 18 years ago
  24. 79cc559 - remove superfluous define that expanded to "!strcmp" - remove some dead code by Bernhard Reutner-Fischer · 18 years ago
  25. 8eb0549 - reuse return code of vsnprintf to avoid pulling in strlen by Bernhard Reutner-Fischer · 18 years ago
  26. 94feb1c - merge display_changed() and display_all() by Bernhard Reutner-Fischer · 18 years ago
  27. d4a745c - peruse get_terminal_width_height and remove legacy code for ancient by Bernhard Reutner-Fischer · 18 years ago
  28. a6e31ad - rewrite find_param to use index_in_str_array by Bernhard Reutner-Fischer · 18 years ago
  29. 4950f01 - manually inline tty_value_to_baud and remove string_to_baud_or_die (cleanup) by Bernhard Reutner-Fischer · 18 years ago
  30. 21fc740 - constify some read-only members and remove superfluous casts (cleanup) by Bernhard Reutner-Fischer · 18 years ago
  31. 4fa566d - reuse option_mask32 for state-handling in main by Bernhard Reutner-Fischer · 18 years ago
  32. 150f402 whitespace fixes (leading spaces to tab) by Denis Vlasenko · 18 years ago
  33. 3a34d0c random small size optimizations by Denis Vlasenko · 18 years ago
  34. 21b080d stty: fix bug reported by Paul Albrecht <albrecht@rdi1.com> - by Denis Vlasenko · 18 years ago
  35. f8abc10 stty: rearrange functions, avoiding the need in forward declarations. by Denis Vlasenko · 18 years ago
  36. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  37. 7ae93f0 - FIXME: someone broke diff -r by Bernhard Reutner-Fischer · 18 years ago
  38. b05955e work around gcc's false warning by Denis Vlasenko · 18 years ago
  39. 8336f08 diff: small optimizations; do not try to diff non-seekable stream by Denis Vlasenko · 18 years ago
  40. ea9e35f - minor shrinkage: -25 bytes or so. by Bernhard Reutner-Fischer · 18 years ago
  41. a9b60e9 new libbb func: xmalloc_realpath (+ use it where makes sense) by Denis Vlasenko · 18 years ago
  42. 6eebed5 chown: fix handling of "user.group" notation by Denis Vlasenko · 18 years ago
  43. ace35ee Remove networking/libiproute/linux/pkt_sched.h by Denis Vlasenko · 18 years ago
  44. a71199e str2u() is only used when FEATURE_SORT_BIG is enabled by Mike Frysinger · 18 years ago
  45. 6dc6ebb awk: undo locale setting for numbers - or else parsing by Denis Vlasenko · 18 years ago
  46. b2abef3 stty: fix width of a field for ppc32 by Denis Vlasenko · 18 years ago
  47. 98ee06d stop using __u32 etc. uint32_t is there for a reason by Denis Vlasenko · 18 years ago
  48. 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
  49. 3bba545 done a dozen of randconfig test. guess what? ALL failed... by Denis Vlasenko · 18 years ago
  50. 7fa0fca fix build without shadow support by Denis Vlasenko · 18 years ago
  51. 9a44c4f bb_xget[pw/gr]nam were horribly misnamed - fixed. by Denis Vlasenko · 18 years ago
  52. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  53. 9ac9e55 sum: 40% size reduction (-300 bytes) find: one_char -> LONE_CHAR by Denis Vlasenko · 18 years ago
  54. e31f721 tail: -50 text bytes by Denis Vlasenko · 18 years ago
  55. 0849207 convert "negaite" config option into reversed (INCLUDE_SUSv2) by Denis Vlasenko · 18 years ago
  56. afc9ff9 removal of commented-out cruft by Denis Vlasenko · 18 years ago
  57. 714701c tar et al: die if bb_copyfd_size copies less than asked for. by Denis Vlasenko · 18 years ago
  58. e865e81 less: stop dying on bad regexps, quietly pipe data w/o by Denis Vlasenko · 18 years ago
  59. bf66fbc introduce LONE_CHAR (optimized strcmp with one-char string) by Denis Vlasenko · 18 years ago
  60. 6910741 tail: fix tail +N by Denis Vlasenko · 18 years ago
  61. b95636c remove casts from xmalloc() by Denis Vlasenko · 18 years ago
  62. 83e5d6f A bunch of defined(__GLIBC__) added. static-linking warning expanded by Denis Vlasenko · 18 years ago
  63. f42ff90 du: dietlibc compat fix, style fixes. Thanks to sampo@symlabs.com. by Denis Vlasenko · 18 years ago
  64. 0f5905e od: remove bug-for-bug compat (because the bug was fixed in coreuitls) by Denis Vlasenko · 18 years ago
  65. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  66. 6a1d661 diff: fix -q exit code last_char_is: sacrifice 9 bytes but avoid double-scan by Denis Vlasenko · 18 years ago
  67. 56b9569 - minor shrinkage by Bernhard Reutner-Fischer · 18 years ago
  68. 5b6f776 - remove warning about unused depth parameter in add_to_dirlist() by Bernhard Reutner-Fischer · 18 years ago
  69. 35a4bbe date: -R shouldn't use locale by Denis Vlasenko · 18 years ago
  70. 91d4a2d - commentary typo by Bernhard Reutner-Fischer · 18 years ago
  71. 2425bdc od: fix buglet in --traditional, microoptimization, by Denis Vlasenko · 18 years ago
  72. c61852a fix support for globally disabling --long-options. by Denis Vlasenko · 18 years ago
  73. 601ae13 od: sometime ago I landed BIG od implementation by Denis Vlasenko · 18 years ago
  74. d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
  75. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  76. 459903b Provide our own isdigit macro. saves more than 400 bytes. by Denis Vlasenko · 18 years ago
  77. d686a04 safe_strtoXX interface proved to be a bit unconvenient. by Denis Vlasenko · 18 years ago
  78. 664733f sort: two small optimizations by Denis Vlasenko · 18 years ago
  79. 0d42ddf sort: reformat entire file wrt style. by Denis Vlasenko · 18 years ago
  80. cf749bc small fixes: by Denis Vlasenko · 18 years ago
  81. 2d27e4c tee: fix bug: argv[-1] is a no-no! by Denis Vlasenko · 18 years ago
  82. 5dd27b1 dd: support >2gb values for seek, skip, count by Denis Vlasenko · 18 years ago
  83. cf30cc8 header_verbose_list: stop truncating file size in listing by Denis Vlasenko · 18 years ago
  84. 1462192 md5sum: make -c grok formats like "68b329da9893e34099c7d8ad5cb9c940 *foo". by Denis Vlasenko · 18 years ago
  85. 5d148e2 httpd: fix cgi-bin/index.cgi support, add example of it, by Denis Vlasenko · 18 years ago
  86. fcdb00f httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! by Denis Vlasenko · 18 years ago
  87. 22dcd04 mkdir: style fix by Denis Vlasenko · 18 years ago
  88. 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
  89. e766715 - end may be used uninitialized. by Bernhard Reutner-Fischer · 18 years ago
  90. 9225854 mostly style fixes by Denis Vlasenko · 18 years ago
  91. 3b8ff68 dd: fix bugs: always assumed conv=sync, died on write errors by Denis Vlasenko · 18 years ago
  92. 656f746 ls: silly comment fixes by Denis Vlasenko · 18 years ago
  93. 8c0c119 chmod: typo in comments by Denis Vlasenko · 18 years ago
  94. 94cf69f ls: cleanup part 2. ifdef forest is much less scary now :) by Denis Vlasenko · 18 years ago
  95. 5c75960 ls: cleanup part 1 by Denis Vlasenko · 18 years ago
  96. 8c35d65 recursive_action: add depth param chmod: match coreutils versus following links by Denis Vlasenko · 18 years ago
  97. e80e2a3 chgrp: just call chown! :) by Denis Vlasenko · 18 years ago
  98. 51b4c92 chown: add -vcf support if CONFIG_DESKTOP chmod: stop following symlinks by Denis Vlasenko · 18 years ago
  99. fefb279 chmod: support -vcf if CONFIG_DESKTOP by Denis Vlasenko · 18 years ago
  100. dca0b70 reshuffle libbb.h contents so that order of decls makes sense by Denis Vlasenko · 18 years ago