1. 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
  2. ec16c03 libbb: introduce and use sleep1() by Denys Vlasenko · 4 years ago
  3. 32a8f70 libbb: in @SECONDS date format, use 64-bit time if libc allows by Denys Vlasenko · 4 years ago
  4. 4dee016 date: tweak --help: -D FMT is used for -s TIME as well by Denys Vlasenko · 4 years ago
  5. 56a5731 date: remove non-standard special-casing of date '+%f' by Denys Vlasenko · 4 years, 1 month ago
  6. f26c566 date: trim --help (no need to show long opts) by Denys Vlasenko · 4 years, 1 month ago
  7. 900eae1 date: support -Ins, more compatible timezone display in -I by Denys Vlasenko · 4 years, 1 month ago
  8. 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
  9. 818a4aa fix comments by Denys Vlasenko · 4 years, 1 month ago
  10. dc68a5d sha3sum: fix --help: -a does not depend on FEATURE_MD5_SHA1_SUM_CHECK by Denys Vlasenko · 4 years, 1 month ago
  11. cdab3c4 base32/64: decode in-place by Denys Vlasenko · 4 years, 1 month ago
  12. c8b3d9a base32/64: implement -w COL by Denys Vlasenko · 4 years, 1 month ago
  13. 2090048 base32: new applet by Denys Vlasenko · 4 years, 1 month ago
  14. d2241f5 shell: better support of [[ ]] bashism by Denys Vlasenko · 4 years, 1 month ago
  15. 085f19c uudecode: fix possible signed char bug by Denys Vlasenko · 4 years, 2 months ago
  16. 689d065 libbb: shrink recursive_action() by reducing memory pressure by Denys Vlasenko · 4 years, 2 months ago
  17. 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 4 months ago
  18. b2ab920 unexpand: correct behavior for --first-only --tabs=4 by Mark Edgar · 4 years, 7 months ago
  19. d3539be Remove stime() function calls by Alistair Francis · 5 years ago
  20. af6bc54 chgrp: correct the usage for non-desktop chgrp calls by Liu, Shuang (ADITG/ESM) · 5 years ago
  21. af7169b clang/llvm 9 fix - do not eliminate a store to a fake "const" by Denys Vlasenko · 5 years ago
  22. be5a505 Remove syscall wrappers around clock_gettime, closes 12091 by Denys Vlasenko · 5 years ago
  23. b7b7452 date: Use 64 prefix syscall if we have to by Alistair Francis · 5 years ago
  24. 71b268c ln: --no-target-directory implies --no-dereference by Kaarle Ritvanen · 5 years ago
  25. 427c12c tee: do not intercept SIGPIPE by Denys Vlasenko · 5 years ago
  26. b81f805 stat: print nanosecond times, fix printing of empty lines by Denys Vlasenko · 5 years ago
  27. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  28. 48eebc8 expand: add commented-out code to handle NULs by Denys Vlasenko · 6 years ago
  29. 9254925 expand,unexpand: drop broken test, add FIXME comment by Denys Vlasenko · 6 years ago
  30. 9501bc7 ls: fix SEGV when --color is used and ENABLE_LS_COLOR=n by Denys Vlasenko · 6 years ago
  31. 875ce09 dd: fix handling of short result of full_write(), closes 11711 by Denys Vlasenko · 6 years ago
  32. 94f607a ln: correct 'ln -T' usage message by John L. Hammond · 6 years ago
  33. e202638 stat: reduce storage for human-readable filesystem names by Ron Yorston · 6 years ago
  34. 2f28b2b fsync,sync: merge into one source module by Denys Vlasenko · 6 years ago
  35. 4f74bb6 fsync,sync: make them similar by Denys Vlasenko · 6 years ago
  36. 4a67486 top: tweak --help by Denys Vlasenko · 6 years ago
  37. e563f9e du: don't count duplicate arguments. Closes 5288 by Ron Yorston · 6 years ago
  38. d712edc dd: add 'oflag=append' by Rostislav Skudnov · 6 years ago
  39. ecf02e8 date: improve help text for -D by Denys Vlasenko · 6 years ago
  40. edca770 sleep: support "inf" by Denys Vlasenko · 6 years ago
  41. f83292c ls: make -i compatible with coreutils: don't follow symlink by default by Martijn Dekker · 6 years ago
  42. b86b39b config: more tweaks by Denys Vlasenko · 6 years ago
  43. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  44. c100535 cat,nl: fix handling of open errors by Denys Vlasenko · 6 years ago
  45. 93ef5dd printf: fix printf "%u\n" +18446744073709551614 by Denys Vlasenko · 6 years ago
  46. 9ab5a8d dd: do not have 'ocount' variable if ibs/obs support is not enabled by Denys Vlasenko · 6 years ago
  47. 3f6a978 dd: add 'oflag=seek_bytes' by Rostislav Skudnov · 6 years ago
  48. 3db4e7f printf: fix printing +-prefixed numbers by Bernhard Reutner-Fischer · 6 years ago
  49. 349d72c unzip: use printable_string() for printing filenames by Denys Vlasenko · 6 years ago
  50. c9720a7 timeout: fix arguments to match coreutils by Denys Vlasenko · 6 years ago
  51. 4c20d9f extend fractional duration support to "top -d N.N" and "timeout" by Denys Vlasenko · 6 years ago
  52. a380aac ls: When -h is passed, the total should also be in human units by Lauri Kasanen · 6 years ago
  53. d01c9aa cp: placate gcc8 by Denys Vlasenko · 6 years ago
  54. 1fbb73f cp: add missing quote in config snippet by Denys Vlasenko · 6 years ago
  55. 79fb6ac cp: optional --reflink support by Denys Vlasenko · 6 years ago
  56. cbe8c65 sort: add -V "sort version" by Denys Vlasenko · 6 years ago
  57. 4a85d56 nproc: implement --all --ignore=N by haroon maqsood · 6 years ago
  58. 34254f9 install: fix "-D -t DIR1/DIR2/DIR3" creating only DIR1/DIR2, closes 11106 by Denys Vlasenko · 6 years ago
  59. 43b17b1 restore documentation on the build config language by Kartik Agaram · 7 years ago
  60. 7471621 realpath,readlink -f: coreutils compat, closes 11021 by Denys Vlasenko · 7 years ago
  61. d80eecb cat: fix cat -e and cat -v erroneously numbering 1st line by Denys Vlasenko · 7 years ago
  62. 3632cb1 shell: add comments about [[, no code changes by Denys Vlasenko · 7 years ago
  63. 38ccd6a bzip2: fix two crashes on corrupted archives by Denys Vlasenko · 7 years ago
  64. 7bcde5f libbb.h: always include sys/resource.h by Denys Vlasenko · 7 years ago
  65. 77cb6b9 libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confirmation by Denys Vlasenko · 7 years ago
  66. d1d6d9c sort: smaller and more agressive FEATURE_SORT_OPTIMIZE_MEMORY by Denys Vlasenko · 7 years ago
  67. 759ca8a sort: move misplaced comment by Denys Vlasenko · 7 years ago
  68. c29c2e6 sort: FEATURE_SORT_OPTIMIZE_MEMORY by Denys Vlasenko · 7 years ago
  69. 7bf304f stat: fix a typo: s/romfs/ramfs/, closes 10876 by Denys Vlasenko · 7 years ago
  70. 694bc06 md5sum: use config help text similar to other "sum" tools by Denys Vlasenko · 7 years ago
  71. e20a703 df: do "rootfs" check sooner by Denys Vlasenko · 7 years ago
  72. 58cd6e1 df: 4TB+ support on 32 bits arch by Denys Vlasenko · 7 years ago
  73. 3177626 od: move address_fmt[] from data to globals. 8 less bytes in data section by Denys Vlasenko · 7 years ago
  74. 2709acb sort: fix potentially buggy use of OPT_STR by Denys Vlasenko · 7 years ago
  75. 427ae18 sort: in -s handling, return 1/-1, not 1/0 compare result by Denys Vlasenko · 7 years ago
  76. 7d285c7 sort: fix -s. Closes 10671 by Denys Vlasenko · 7 years ago
  77. 7f44140 cp: fix option handling in non-longopt config by Denys Vlasenko · 7 years ago
  78. da49e70 cksum: code shrink by Denys Vlasenko · 7 years ago
  79. d15d7a0 cp: implement -T by Aaro Koskinen · 7 years ago
  80. 77a6678 dd: add 'fullblock' iflag by Nicholas Clark · 7 years ago
  81. 2b9a45b od_bloaty: fix debug code by Denys Vlasenko · 7 years ago
  82. 88663e4 mv: make it NOEXEC by Denys Vlasenko · 7 years ago
  83. 2c87677 dd: fixed partial count logic by Denys Vlasenko · 7 years ago
  84. 5afd63a dd: exit with 1 if last write was incomplete by Denys Vlasenko · 7 years ago
  85. 2f55404 mknod: better --help, much clearer code by Denys Vlasenko · 7 years ago
  86. c9807d7 nice: code shrink by Denys Vlasenko · 7 years ago
  87. b013bec chown: fix a mistake in opt_complementary change by Denys Vlasenko · 7 years ago
  88. 82d1c1f randomconfig fixes by Denys Vlasenko · 7 years ago
  89. 8d8ee91 env: -u option fails due to typo by Ron Yorston · 7 years ago
  90. d153521 df: Use statvfs instead of non-standard statfs by James Clarke · 7 years ago
  91. a02a4e9 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  92. ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  93. 6e2beb7 date: maybe_set_utc only once by Denys Vlasenko · 7 years ago
  94. 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
  95. 3f5ba0c stty: add cmspar, flusho, extproc attributes by Denys Vlasenko · 7 years ago
  96. 8187e01 *: use ESC define instead of "\033"; use ESC[m instead of ESC[0m by Denys Vlasenko · 7 years ago
  97. bc9bbeb libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1 by Denys Vlasenko · 7 years ago
  98. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  99. 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
  100. af5d008 expr: make it NOEXEC by Denys Vlasenko · 7 years ago