1. a2a9113 df: POSIXLY_CORRECT sets _default_ scale, -m/-h overrides it by Denys Vlasenko · 3 years, 6 months ago
  2. d71c789 shred: with -u, unlink file even if it is zero length by Denys Vlasenko · 3 years, 6 months ago
  3. ec3170a shred: implement -s SIZE by Denys Vlasenko · 3 years, 6 months ago
  4. c113796 env: implement -0 by Denys Vlasenko · 3 years, 6 months ago
  5. 91bc01c mv: implement -t and -T by Denys Vlasenko · 3 years, 6 months ago
  6. 894466c uniq: support -z by Denys Vlasenko · 3 years, 6 months ago
  7. e7a8e8e du: support -b "apparent size" by Denys Vlasenko · 3 years, 6 months ago
  8. e470004 shuf: simplify check that we have at least one FILE by Denys Vlasenko · 3 years, 6 months ago
  9. 1f60d88 *: more --help tweaks by Denys Vlasenko · 3 years, 6 months ago
  10. e2b9215 *: --help tweaks by Denys Vlasenko · 3 years, 6 months ago
  11. 643b308 base32/64: accept -i "skip bad chars" option (currently in effect unconditionally) by Denys Vlasenko · 3 years, 6 months ago
  12. 6f7b10c *: more --help tweaking by Denys Vlasenko · 3 years, 6 months ago
  13. 1849285 *: more --help tweaks, mostly expanding ts --help by Denys Vlasenko · 3 years, 6 months ago
  14. 6b6826f *: --help tweaks by Denys Vlasenko · 3 years, 6 months ago
  15. 08ea7be ls: trim --help text by Denys Vlasenko · 3 years, 6 months ago
  16. 3d9c649 ls: don't output any colors with TERM=dumb by Sören Tempel · 3 years, 7 months ago
  17. f193aea tail: do not lose the tail of old file if new file (-F) is detected by Denys Vlasenko · 3 years, 6 months ago
  18. e0ea125 tail: fix typo in variable name by Denys Vlasenko · 3 years, 6 months ago
  19. b9258b8 head,tail: trim --help text by Denys Vlasenko · 3 years, 6 months ago
  20. 7c813fb echo: fix !ENABLE_FEATURE_FANCY_ECHO build by Denys Vlasenko · 3 years, 8 months ago
  21. ba9f9c2 *: --help text tweaks by Denys Vlasenko · 3 years, 8 months ago
  22. 93f1255 touch: shorten --help text by Denys Vlasenko · 3 years, 8 months ago
  23. d156bcf touch: code shrink by Denys Vlasenko · 3 years, 8 months ago
  24. fe9507f touch: fix -am by Denys Vlasenko · 3 years, 8 months ago
  25. 4eb46e1 dd: support iflag=count_bytes by Rafał Miłecki · 3 years, 9 months ago
  26. 9c210f0 touch: fix previous commit by Denys Vlasenko · 3 years, 8 months ago
  27. 6b6ff80 touch: make FEATURE_TOUCH_NODEREF unconditional by Denys Vlasenko · 3 years, 8 months ago
  28. 3630054 touch: code shrink by Denys Vlasenko · 3 years, 8 months ago
  29. 6f63a2b touch: code shrink by Denys Vlasenko · 3 years, 8 months ago
  30. e3c6a09 touch: prevent usage of -r and -t at once by Xabier Oneca · 3 years, 8 months ago
  31. 79c92db touch: switch to using utimensat() and futimens() by Denys Vlasenko · 3 years, 8 months ago
  32. 1a18126 touch: unbreak -h by Denys Vlasenko · 3 years, 8 months ago
  33. 7ec2544 touch: remove unneeded GETOPT32 defines by Xabier Oneca · 3 years, 8 months ago
  34. de1a49c touch: fix atime set from reference file by Xabier Oneca · 3 years, 8 months ago
  35. 520bb3e touch: add SUSv3 options -a and -m by Xabier Oneca · 3 years, 8 months ago
  36. c2bd0b6 timeout,top,watch,ping: parse NN.N fractional duration in locales with other separators by Denys Vlasenko · 3 years, 9 months ago
  37. e880c9c echo: do not assume that free() leaves errno unmodified by Natanael Copa · 3 years, 11 months ago
  38. cad3fc7 libbb: introduce and use fputs_stdout by Ron Yorston · 3 years, 10 months ago
  39. c849e72 nl: ensure '-b n' option displays file content by Ron Yorston · 3 years, 11 months ago
  40. 28759d0 Fix mknod compilation on the FreeBSD by Alex Samorukov · 4 years ago
  41. 6297d66 factor: fix comment by Denys Vlasenko · 4 years ago
  42. 6452c30 factor: detect squares by Denys Vlasenko · 4 years ago
  43. 901d2c3 factor: fix typo in undef by Denys Vlasenko · 4 years ago
  44. 3e544d6 factor: code shrink by Denys Vlasenko · 4 years ago
  45. f079f91 factor: 30% faster trial division (better sieve) by Denys Vlasenko · 4 years ago
  46. a2f18d9 help text tweaks by Denys Vlasenko · 4 years ago
  47. 2aaacc1 dd: support for O_DIRECT i/o by Denys Vlasenko · 4 years ago
  48. 84d5edd help text: replace [OPTIONS] with actual options (if not too long) by Denys Vlasenko · 4 years ago
  49. 11f1a25 help text tweaks by Denys Vlasenko · 4 years ago
  50. 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
  51. ec16c03 libbb: introduce and use sleep1() by Denys Vlasenko · 4 years ago
  52. 32a8f70 libbb: in @SECONDS date format, use 64-bit time if libc allows by Denys Vlasenko · 4 years ago
  53. 4dee016 date: tweak --help: -D FMT is used for -s TIME as well by Denys Vlasenko · 4 years ago
  54. 56a5731 date: remove non-standard special-casing of date '+%f' by Denys Vlasenko · 4 years ago
  55. f26c566 date: trim --help (no need to show long opts) by Denys Vlasenko · 4 years ago
  56. 900eae1 date: support -Ins, more compatible timezone display in -I by Denys Vlasenko · 4 years, 1 month ago
  57. ab6991c date: for -uR and -uIh, timezone still have to be shown at +hhmm, not as abbreviation by Denys Vlasenko · 4 years, 1 month ago
  58. 818a4aa fix comments by Denys Vlasenko · 4 years, 1 month ago
  59. dc68a5d sha3sum: fix --help: -a does not depend on FEATURE_MD5_SHA1_SUM_CHECK by Denys Vlasenko · 4 years, 1 month ago
  60. cdab3c4 base32/64: decode in-place by Denys Vlasenko · 4 years, 1 month ago
  61. c8b3d9a base32/64: implement -w COL by Denys Vlasenko · 4 years, 1 month ago
  62. 2090048 base32: new applet by Denys Vlasenko · 4 years, 1 month ago
  63. d2241f5 shell: better support of [[ ]] bashism by Denys Vlasenko · 4 years, 1 month ago
  64. 085f19c uudecode: fix possible signed char bug by Denys Vlasenko · 4 years, 2 months ago
  65. 689d065 libbb: shrink recursive_action() by reducing memory pressure by Denys Vlasenko · 4 years, 2 months ago
  66. 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 4 months ago
  67. b2ab920 unexpand: correct behavior for --first-only --tabs=4 by Mark Edgar · 4 years, 7 months ago
  68. d3539be Remove stime() function calls by Alistair Francis · 5 years ago
  69. af6bc54 chgrp: correct the usage for non-desktop chgrp calls by Liu, Shuang (ADITG/ESM) · 5 years ago
  70. af7169b clang/llvm 9 fix - do not eliminate a store to a fake "const" by Denys Vlasenko · 5 years ago
  71. be5a505 Remove syscall wrappers around clock_gettime, closes 12091 by Denys Vlasenko · 5 years ago
  72. b7b7452 date: Use 64 prefix syscall if we have to by Alistair Francis · 5 years ago
  73. 71b268c ln: --no-target-directory implies --no-dereference by Kaarle Ritvanen · 5 years ago
  74. 427c12c tee: do not intercept SIGPIPE by Denys Vlasenko · 5 years ago
  75. b81f805 stat: print nanosecond times, fix printing of empty lines by Denys Vlasenko · 5 years ago
  76. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  77. 48eebc8 expand: add commented-out code to handle NULs by Denys Vlasenko · 6 years ago
  78. 9254925 expand,unexpand: drop broken test, add FIXME comment by Denys Vlasenko · 6 years ago
  79. 9501bc7 ls: fix SEGV when --color is used and ENABLE_LS_COLOR=n by Denys Vlasenko · 6 years ago
  80. 875ce09 dd: fix handling of short result of full_write(), closes 11711 by Denys Vlasenko · 6 years ago
  81. 94f607a ln: correct 'ln -T' usage message by John L. Hammond · 6 years ago
  82. e202638 stat: reduce storage for human-readable filesystem names by Ron Yorston · 6 years ago
  83. 2f28b2b fsync,sync: merge into one source module by Denys Vlasenko · 6 years ago
  84. 4f74bb6 fsync,sync: make them similar by Denys Vlasenko · 6 years ago
  85. 4a67486 top: tweak --help by Denys Vlasenko · 6 years ago
  86. e563f9e du: don't count duplicate arguments. Closes 5288 by Ron Yorston · 6 years ago
  87. d712edc dd: add 'oflag=append' by Rostislav Skudnov · 6 years ago
  88. ecf02e8 date: improve help text for -D by Denys Vlasenko · 6 years ago
  89. edca770 sleep: support "inf" by Denys Vlasenko · 6 years ago
  90. f83292c ls: make -i compatible with coreutils: don't follow symlink by default by Martijn Dekker · 6 years ago
  91. b86b39b config: more tweaks by Denys Vlasenko · 6 years ago
  92. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  93. c100535 cat,nl: fix handling of open errors by Denys Vlasenko · 6 years ago
  94. 93ef5dd printf: fix printf "%u\n" +18446744073709551614 by Denys Vlasenko · 6 years ago
  95. 9ab5a8d dd: do not have 'ocount' variable if ibs/obs support is not enabled by Denys Vlasenko · 6 years ago
  96. 3f6a978 dd: add 'oflag=seek_bytes' by Rostislav Skudnov · 6 years ago
  97. 3db4e7f printf: fix printing +-prefixed numbers by Bernhard Reutner-Fischer · 6 years ago
  98. 349d72c unzip: use printable_string() for printing filenames by Denys Vlasenko · 6 years ago
  99. c9720a7 timeout: fix arguments to match coreutils by Denys Vlasenko · 6 years ago
  100. 4c20d9f extend fractional duration support to "top -d N.N" and "timeout" by Denys Vlasenko · 6 years ago