1. 22bb81f expand: use printable_string instead of hard-coding implementation by Michael Tokarev · 11 years ago
  2. 327f550 Use unsigned printf/scanf conversion where more appropriate by Denys Vlasenko · 11 years ago
  3. 6493801 tail compat: fix header printing for tail -f by Bartosz Golaszewski · 11 years ago
  4. b535207 touch: add conditional support for -h by Denys Vlasenko · 11 years ago
  5. 0ff0b32 dd: code shrink by Denys Vlasenko · 11 years ago
  6. 1b57fe1 dd: code shrink by Denys Vlasenko · 11 years ago
  7. f3114a3 dd: code shrink by Denys Vlasenko · 11 years ago
  8. 90e9cfd dd: remove FIXME comment which is fixed now. No code changes by Denys Vlasenko · 11 years ago
  9. 4502bb1 dd: code shrink by Denys Vlasenko · 11 years ago
  10. 5b9910f dd: fail if swab is attempted on odd-sized block by Denys Vlasenko · 11 years ago
  11. 8395bd3 dd: fix example in a comment. No code changes. by Denys Vlasenko · 11 years ago
  12. b941316 dd: support conv=swab by Denys Vlasenko · 11 years ago
  13. 4b1896c dd: do not reuse local variables for unrelated values. by Denys Vlasenko · 11 years ago
  14. 982e87f Whitespace fixes by Denys Vlasenko · 11 years ago
  15. bfa6ed1 catv: code shrink by Denys Vlasenko · 11 years ago
  16. 79c618c Refactor catv. Move visible() from stty to libbb. by Bartosz Golaszewski · 11 years ago
  17. c72b43c Commonalize typical [b,]k,m suffix struct by Denys Vlasenko · 11 years ago
  18. d87fcd4 tail: code shrink by Denys Vlasenko · 11 years ago
  19. 4f9fc1e foo*sum: Correct syntax error by Cristian Ionescu-Idbohrn · 11 years ago
  20. 6651e42 tail: track file size only in -f mode by Denys Vlasenko · 11 years ago
  21. cd8eece foo*sum: report I/O errors, don't merely exit with 1. by Denys Vlasenko · 11 years ago
  22. ae0cf2a stty: disable CIBAUD leak check - it is not necessary on Linux by Denys Vlasenko · 12 years ago
  23. e9581b6 stty: code shrink by Denys Vlasenko · 12 years ago
  24. 8f2cb7a libbb: introduce and use strftime_[YYYYMMDD]HHMMSS() by Denys Vlasenko · 12 years ago
  25. 1b49c25 readlink: note that our -f is really -e by Mike Frysinger · 12 years ago
  26. 445e754 platform: use KERNEL_VERSION to simplify uClibc version checking by Mike Frysinger · 12 years ago
  27. 9bbf6b9 hostid: do not output sign-extended host id. Closes 6056 by Denys Vlasenko · 12 years ago
  28. 3305c00 tail: make help text for -n +N syntax more correct by Denys Vlasenko · 12 years ago
  29. 40c6da4 head: support -n -NUM and -c -NUM by Denys Vlasenko · 12 years ago
  30. af0255f head,tail: use common suffix struct. simplify help text. by Denys Vlasenko · 12 years ago
  31. 6830ade whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  32. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  33. b8173b6 sha3sum: new applet by Lauri Kasanen · 12 years ago
  34. 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  35. 393c395 du: document incompatibility with standard tool by Denys Vlasenko · 12 years ago
  36. 9371043 fix unsafe bb_perror_msg(filename) calls by Denys Vlasenko · 12 years ago
  37. e3e0d2b tweak help text by Denys Vlasenko · 13 years ago
  38. a1ec841 android: fix 'stat', ifdef S_TYPEIS* in coreutiles/stat.c by Tias Guns · 13 years ago
  39. f1f8fca mv: accept but ignore -v by Simon B · 13 years ago
  40. 3698ed1 mkdir,rmdir: accept and ignore -v, --verbose by Simon B · 13 years ago
  41. 44642d1 ln: support -T and -v by Simon B · 13 years ago
  42. b110e1f who: fix typo in help text by Denys Vlasenko · 13 years ago
  43. 5377286 who,less: tweaked help text by Denys Vlasenko · 13 years ago
  44. 07fcaab test: "test !" was accessing argv past NULL - fix it. Closes 4832 by Denys Vlasenko · 13 years ago
  45. 0687a5b libbb: make xchroot do a chdir("/") after chroot by Denys Vlasenko · 13 years ago
  46. 69d81a1 printf: fix this case: printf "%b" '\0057usr\0057bin\n' by Denys Vlasenko · 13 years ago
  47. d4acaf7 printf: trim help text by Denys Vlasenko · 13 years ago
  48. 11e61d5 uudecode: tweak help text by Denys Vlasenko · 13 years ago
  49. fa737ce uuencode: tweak help text by Denys Vlasenko · 13 years ago
  50. b3439d4 cp: trim help text by Denys Vlasenko · 13 years ago
  51. bb9254a du: trim help text a bit more by Denys Vlasenko · 13 years ago
  52. 81b6bf1 du: remove stray whitespace in help text by Denys Vlasenko · 13 years ago
  53. 03a99e3 date: extend help text to explain compat date format. Closes 4820 by Denys Vlasenko · 13 years ago
  54. 694738f du: use long long for size field by Ian Wienand · 13 years ago
  55. af36ba2 mkdir: fix permissions on 64-bit platforms by Timo Teras · 13 years ago
  56. f282c6b libbb: remove is_directory's argument which is always NULL by Denys Vlasenko · 13 years ago
  57. fdf514f touch: add new option FEATURE_TOUCH_SUSV3 by walter harms · 13 years ago
  58. 3ef3cc5 touch: document -t DT option in help text by Denys Vlasenko · 13 years ago
  59. 73d249e whitespace fixes by Denys Vlasenko · 13 years ago
  60. 5dd1f47 stty: trim too verbose error messages (-40 bytes) by Denys Vlasenko · 13 years ago
  61. 5f92043 uudecode: fix buggy check for empty filename by Denys Vlasenko · 13 years ago
  62. 4c77ad7 pwd: implement -LP if DESKTOP by Denys Vlasenko · 13 years ago
  63. 1671424 add INIT_G()'s. No code changes. by Denys Vlasenko · 13 years ago
  64. 0851d12 tail: fix -c +N. Closes 4111 by Denys Vlasenko · 13 years ago
  65. b1611d9 hostid: fix behavior on identifiers starting with zeros by Pere Orga · 13 years ago
  66. b47b3ce randomconfig fixes by Denys Vlasenko · 13 years ago
  67. 89edf29 remove extra += who.o by Denys Vlasenko · 13 years ago
  68. 00103d3 df: more compatible -P behavior by Ralf Friedl · 13 years ago
  69. 7926b98 users: new applet. by Tito Ragusa · 13 years ago
  70. acff373 usleep: do not check for usleep error, it should never fail by Denys Vlasenko · 13 years ago
  71. e3f805c md5/shaNsum: make -c support a list of files by Lauri Kasanen · 13 years ago
  72. 52f4fe9 id: correct getgroups usage by Denys Vlasenko · 13 years ago
  73. d5ac9c8 groups: make it NOEXEC by Denys Vlasenko · 13 years ago
  74. 1e18a01 ls: fix HAVE_STRVERSCMP check; add check for older uclibc versions by Denys Vlasenko · 13 years ago
  75. 33092f1 groups: new applet by Tito Ragusa · 13 years ago
  76. 561f9c8 Add HAVE_STRVERSCMP, guard the only usage of strverscmp with #ifdef by Denys Vlasenko · 13 years ago
  77. 8ea683d ls: fix comment about -p (it's compatible now) by Denys Vlasenko · 14 years ago
  78. f194cc1 ls: make -v and -X actually work as intended by Denys Vlasenko · 14 years ago
  79. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  80. b808614 od: code shrink by Denys Vlasenko · 14 years ago
  81. d373355 od: another fix for --strings by Denys Vlasenko · 14 years ago
  82. 9d96e27 od: fix -S NUM to not print chars >0x80 by Denys Vlasenko · 14 years ago
  83. 3ef344b od: code shrink by Denys Vlasenko · 14 years ago
  84. 5c10fa5 od: code shrink, fix "od --traditional FILE" by Denys Vlasenko · 14 years ago
  85. 9e933d9 tail: optimize "tail -c HUGENUM REGULAR_FILE". Closes 3763. by Denys Vlasenko · 14 years ago
  86. 8dd29da ls: code shrink by Denys Vlasenko · 14 years ago
  87. 4029e21 ls: reorder and rename functions. No code changes by Denys Vlasenko · 14 years ago
  88. 2a81639 ls: reduce memory consumption and speed up (don't do redundant [l]stat) by Denys Vlasenko · 14 years ago
  89. 66ca241 ls: avoid forward declaration. No code changes by Denys Vlasenko · 14 years ago
  90. d27ac29 ls: code shrink by Denys Vlasenko · 14 years ago
  91. 279a7ac ls: fix help text: -w N is optional by Denys Vlasenko · 14 years ago
  92. 4ad95e6 ls: fix -p help text, improve comments and define names by Denys Vlasenko · 14 years ago
  93. 43a3d50 md5/sha1sum: better fix for small resource leak by Denys Vlasenko · 14 years ago
  94. 88a8384 md5/sha1sum: fix small resource leak by Alexey Fomenko · 14 years ago
  95. c13ee8c basename,dirname,freeramdisk,rx,raidautorun,runsv,chvt: skip "--" argument by Denys Vlasenko · 14 years ago
  96. 6a3e01d move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c editors/*.c loginutils/*.c mailutils/*.c by Pere Orga · 14 years ago
  97. fa9126e ls: better help text for -a and -A by Denys Vlasenko · 14 years ago
  98. 3442538 move help text from include/usage.src.h to coreutils/*.c by Pere Orga · 14 years ago
  99. f922154 dd: free allocated memory if CLEANUP enabled by Alexey Soloviev · 14 years ago
  100. b0e8ced ln: explain why we use xstrdup by Denys Vlasenko · 14 years ago