1. d5fe880 cp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug 1470 by Denis Vlasenko · 17 years ago
  2. 3b92eaa sort: -z outputs NUL terminated lines. Closes bug 1591. by Denis Vlasenko · 17 years ago
  3. a985d30 - spelling fixes by Bernhard Reutner-Fischer · 17 years ago
  4. 1e2a7e4 test: fix mishandling of 'test ! arg1 op arg2 more args'; add testsuite by Denis Vlasenko · 17 years ago
  5. 97bd0e0 README: doccument the need of CONFIG_DESKTOP by Denis Vlasenko · 17 years ago
  6. f8157ca nohup: compat patch by Christoph Gysin <mailinglist.cache at gmail.com> by Denis Vlasenko · 17 years ago
  7. 847fa77 *: tidy up usage of char **environ by Denis Vlasenko · 17 years ago
  8. da42bd5 stty: fix mishandling of 'control' keywords (Ralf Friedl <Ralf.Friedl@online.de>) by Denis Vlasenko · 17 years ago
  9. de24bd9 tac: handle NULs properly. +145 bytes by Denis Vlasenko · 17 years ago
  10. 474d1c5 whitespace fixes by Denis Vlasenko · 17 years ago
  11. 482f2b3 tac: *really* add tac.c now by Denis Vlasenko · 17 years ago
  12. bcd5fc1 tac: new applet. ~240 bytes. by Denis Vlasenko · 17 years ago
  13. f7be20e nameif: extended matching (Nico Erfurth <masta@perlgolf.de>) *: whitespace fixes by Denis Vlasenko · 17 years ago
  14. e4bc603 od: reduce data/bss usage (code size went down too) by Denis Vlasenko · 17 years ago
  15. e2532ab dd: fix a bug where we don't report write errors testsuite: small cleanup by Denis Vlasenko · 17 years ago
  16. 6672c8e test: stop using lots of bss. by Denis Vlasenko · 17 years ago
  17. c253778 touch: accept and ignore -f by Denis Vlasenko · 17 years ago
  18. dd8bbfd stty: reorganize data tables - save 0.5k by Denis Vlasenko · 17 years ago
  19. fe5e23b remove echo_main -> bb_echo indirection by Denis Vlasenko · 17 years ago
  20. 3831c91 cut: add proper stdout error handling, fix "-" handling; modest code shrink by Denis Vlasenko · 17 years ago
  21. 7d75a96 ash: fix bug where redirection of closed fd was leaving it open afterwards. by Denis Vlasenko · 17 years ago
  22. 2a587df stty: mark variable as static by Denis Vlasenko · 17 years ago
  23. 7c2db5c - use standard-imposed constants some more by Bernhard Reutner-Fischer · 17 years ago
  24. a702457 - remove most of the forward declarations. No obj-code changes. by Bernhard Reutner-Fischer · 17 years ago
  25. e897988 - add note about SUSv3 missing options. by Bernhard Reutner-Fischer · 17 years ago
  26. 01cd957 who: add -a (by Tito) by Denis Vlasenko · 17 years ago
  27. 6d38dc3 df: add -a df: don't special case rootfs and /dev/root by Denis Vlasenko · 17 years ago
  28. f430cdb df: add -i (conditional on CONFIG) uasge: trim a bit by Denis Vlasenko · 17 years ago
  29. 8d0a734 tr: more of code shrink (getopt32-ification) by Denis Vlasenko · 17 years ago
  30. 3d46167 tr: better comments, small code shrink by Denis Vlasenko · 17 years ago
  31. a89d50f tr: properly detect read errors (Fernando Silveira <fsilveira@gmail.com>) by Denis Vlasenko · 17 years ago
  32. 05c8c4f who: code shrink by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  33. e5569cb who: fix wrong date/time field size by Denis Vlasenko · 17 years ago
  34. b4f608d readlink: realpath requires PATH_MAX, bb_common_bufsiz1 can be too small by Denis Vlasenko · 17 years ago
  35. 6bef3d1 fbset: fix buglet where we were using wrong pointer by Denis Vlasenko · 17 years ago
  36. 5576136 fixes revealed by randomconfig run by Denis Vlasenko · 17 years ago
  37. 2ea8c40 stty: incorporate strings into struct instead of keeping pointers there. by Denis Vlasenko · 17 years ago
  38. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  39. 91e5203 stat: code shrink; stop using bss; stop using strncat incorrectly by Denis Vlasenko · 17 years ago
  40. 91e80c2 delete now unused check_header_gzip.c sum: do not use uintmax needlessly by Denis Vlasenko · 17 years ago
  41. 226002e tail: sizeof(buf) is sizeof(char*)! must be BUFSIZ by Denis Vlasenko · 17 years ago
  42. 368a12e tail: work correctly on /proc files (Kazuo TAKADA <kztakada@sm.sony.co.jp>) by Denis Vlasenko · 17 years ago
  43. feb7ae7 printf("%s\n") -> puts() by Denis Vlasenko · 17 years ago
  44. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  45. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  46. 4dd4e6d install: fix bug in "install -c file dir" (tries to copy dir into dir too) by Denis Vlasenko · 17 years ago
  47. ea7645b cp: -r and -R imply -d (coreutils compat) by Denis Vlasenko · 17 years ago
  48. 818322b *: kill bb_get_last_path_component, replace with two functions by Denis Vlasenko · 17 years ago
  49. fc5d159 test: correct confusing placement of "const" by Denis Vlasenko · 17 years ago
  50. 0beaff8 update Glenn McGrath's email address by Denis Vlasenko · 17 years ago
  51. 21b83cf du: remove statics (by Bernhard Fischer <rep.dot.nop@gmail.com>) by Denis Vlasenko · 17 years ago
  52. 614aca6 install: shrink a bit, fix two buglets by Denis Vlasenko · 17 years ago
  53. 30bab71 make copy_file() a bit easier to understand, and smaller by Denis Vlasenko · 17 years ago
  54. 6666ac4 cp,mv: simpler arg[cv] handling -> smallish code savings by Denis Vlasenko · 17 years ago
  55. 45946f8 runit/*: get rid of tai[a] time abstraction, it's too bloaty. by Denis Vlasenko · 17 years ago
  56. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  57. a0319ba hdparm: shrink rodata by ~250 bytes by Denis Vlasenko · 17 years ago
  58. 6a2f7f4 whitespace fixes, no code changes by Denis Vlasenko · 17 years ago
  59. dbe6e66 trylink: automatically use custom link script if user provides one by Denis Vlasenko · 17 years ago
  60. 3952f20 expand, unexpand: new applets from Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  61. 08294db df: match coreutils behavior of wrapping lines if filesystem name is too long. by Denis Vlasenko · 17 years ago
  62. 319f8eb httpd: round down sendfile byte count to 64k *: style fixes by Denis Vlasenko · 17 years ago
  63. e324184 s/#ifdef CONFIG_/#if ENABLE_/g by Denis Vlasenko · 17 years ago
  64. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  65. f893da8 ls,ps,watch: measure terminal width on fd 0, not 1 by Denis Vlasenko · 17 years ago
  66. 501bfe2 stat: fix option -Z segv (bug 1454) by Denis Vlasenko · 17 years ago
  67. 8e209c3 catv: catv without arguments was trying to use environ as argv. by Denis Vlasenko · 17 years ago
  68. e013475 env: micro-optimization by Denis Vlasenko · 17 years ago
  69. 980864d dd: use unsigned printf specifier for # of blocks by Denis Vlasenko · 17 years ago
  70. 2b03e5e dd: fix newly introduced bug (introduced by me) by Denis Vlasenko · 17 years ago
  71. f868963 multiplier suffixes are short, store them directly in struct suffix_mult by Denis Vlasenko · 17 years ago
  72. 7587870 dd: fix bug where we assume count=INT_MAX when count is unspecified; by Denis Vlasenko · 17 years ago
  73. 3734b94 bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one; by Denis Vlasenko · 17 years ago
  74. 661f6fa cal: small code shrink by Denis Vlasenko · 17 years ago
  75. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  76. bcb66ec od: shrink a bit by Denis Vlasenko · 17 years ago
  77. bdc88fd rework long option handling. saves ~1.2k by Denis Vlasenko · 17 years ago
  78. b71c668 style fix (stray space before ';') by Denis Vlasenko · 17 years ago
  79. 0919657 libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options by Denis Vlasenko · 17 years ago
  80. fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  81. d166f83 md5_sha1_sum: fix mishandling when run as /bin/md5sum (with path) by Denis Vlasenko · 17 years ago
  82. c6753c1 expr: small code shrink by Denis Vlasenko · 17 years ago
  83. dc757aa introduce and use bb_basename() by Denis Vlasenko · 17 years ago
  84. e8240f1 uuencode: shrink by Denis Vlasenko · 18 years ago
  85. 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 18 years ago
  86. 88308fe test: suppress gcc warning telnetd: do not use suferfluous static variable. by Denis Vlasenko · 18 years ago
  87. b304ead test: shrink a bit by Denis Vlasenko · 18 years ago
  88. 931de89 random shrinkage of statics, -60 bytes saved by Denis Vlasenko · 18 years ago
  89. bb98db2 echo: fix yet another buglet in non-fancy echo by Denis Vlasenko · 18 years ago
  90. a6163ca install: fix install a b /a/link/to/dir by Denis Vlasenko · 18 years ago
  91. be99243 - fix test -f ./exists by Bernhard Reutner-Fischer · 18 years ago
  92. fdcbc4e - fix testing primary expressions like '"-u" = "-u"' by Bernhard Reutner-Fischer · 18 years ago
  93. 16d58d7 catv: was abusing xopen, should not die on err, but warn only. by Denis Vlasenko · 18 years ago
  94. cc5e090 move several applets to more correct ex-project. No code changes. by Denis Vlasenko · 18 years ago
  95. aa198dd uudecode: nuke duplicate base64_table[]. saves 65 bytes by Denis Vlasenko · 18 years ago
  96. a7c5d2c getopt_mk_fifo_nod: heed warning by Denis Vlasenko · 18 years ago
  97. def8260 - fix invocation without any argument by Bernhard Reutner-Fischer · 18 years ago
  98. dc4ab54 test: fix thinko in previous commit by Denis Vlasenko · 18 years ago
  99. 89bca27 test: recognize /path/to/[ case too by Denis Vlasenko · 18 years ago
  100. 1622cb8 - i need this disabled code for testing a patch. Please leave it in. by Bernhard Reutner-Fischer · 18 years ago