1. 92c6898 ls: handle -x through option_mask32, remove default -C from --help by Denys Vlasenko · 8 years ago
  2. 4cde4cc ls: handle -d and -R through option_mask32 by Denys Vlasenko · 8 years ago
  3. 96d9c5b ls: handle -p and -F through option_mask32 by Denys Vlasenko · 8 years ago
  4. 51b01fd ls: LIST_ID_NAME/ID_NUMERIC/LOPT/LONG are the same, merge as LONG by Denys Vlasenko · 8 years ago
  5. a1cbaca ls: make -Z output compatible with GNU coreutils 8.25 by Denys Vlasenko · 8 years ago
  6. 2c3131d ls: LIST_NLINKS/SIZE/DATE_TIME/SYMLINK are always the same, merge as LIST_LOPT by Denys Vlasenko · 8 years ago
  7. 5d43ddc ls: handle -s through option_mask32 by Denys Vlasenko · 8 years ago
  8. b60686c ls: handle -i through option_mask32 by Denys Vlasenko · 8 years ago
  9. f5bd6f6 ls: handle -a and -A through option_mask32 by Denys Vlasenko · 8 years ago
  10. 11540a8 ls: handle all sort options through option_mask32 by Denys Vlasenko · 8 years ago
  11. e1f90d1 ls: -1 should be ignored by -l (and options which imply -l) by Denys Vlasenko · 8 years ago
  12. f580baf ls: more correct handling of -c, -u by Denys Vlasenko · 8 years ago
  13. 194b2eb ls: replace -e with --full-time, add --group-directories-first, delete -K by Denys Vlasenko · 8 years ago
  14. bbc7bee make --help texts more uniform by Denys Vlasenko · 8 years ago
  15. ed15dde Move FEATURE_AUTOWIDTH config option to two applets which use it by Denys Vlasenko · 8 years ago
  16. 265062d shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_foo by Denys Vlasenko · 8 years ago
  17. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  18. 1cc6804 hush: make echo builtin optional by Denys Vlasenko · 8 years ago
  19. 1125d7d hush: kill builtin and kill %jobspec support by Denys Vlasenko · 8 years ago
  20. 0b88358 Make it possible to select "sh" and "bash" aliases without selecting ash or hush by Denys Vlasenko · 8 years ago
  21. e184a88 df: implement -B n<suff> and -B <suff> formats of -B option by Denys Vlasenko · 8 years ago
  22. 4bd0c2a fix musl problem with dirname, now for all users of bb_make_directory() by Denys Vlasenko · 8 years ago
  23. cf2600c install: fix musl problem with dirname by Denys Vlasenko · 8 years ago
  24. 15fb91c test: make [ and [[ forms individually selectable by Denys Vlasenko · 8 years ago
  25. 73f743a Remove remnants of disabled "length" applet by Denys Vlasenko · 8 years ago
  26. 7caf136 Make dos2unix/unix2dos independently selectable by Denys Vlasenko · 8 years ago
  27. af3f420 Convert all coreutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  28. 42eeb25 test: fix compile error in last commit by Denys Vlasenko · 8 years ago
  29. de89205 test: memory leak: free group id list by Denys Vlasenko · 8 years ago
  30. 7373759 fix "aloc" -> "alloc" typos by Denys Vlasenko · 8 years ago
  31. d811aaa sha3sum: fix config text (it's no longer only 512-bit) by Denys Vlasenko · 8 years ago
  32. 71a090f sha3: fix to conform to final SHA3 padding standard, add -a BITS option by Denys Vlasenko · 8 years ago
  33. e695ac9 typo fixes by Denys Vlasenko · 8 years ago
  34. b0056ea {md5,shaN}sum: make -c EMPTY fail by Denys Vlasenko · 8 years ago
  35. 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
  36. 8f4faa1 df: use f_frsize instead of f_bsize for correct sizes by Natanael Copa · 8 years ago
  37. 877dedb cp: add -u/--update and --remove-destination by Denys Vlasenko · 9 years ago
  38. 3e134eb *: slap on a few ALIGN1/2s where appropriate by Denys Vlasenko · 9 years ago
  39. 9de2e5a *: hopefully all setup_common_bufsiz() are in place by Denys Vlasenko · 9 years ago
  40. 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
  41. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  42. b14374a sort: "-o FILE", not "-o", is the syntax by Denys Vlasenko · 9 years ago
  43. c87e81f sort: help text does not need to say that -mST are supported but ignored by Denys Vlasenko · 9 years ago
  44. ea351b9 ls: fix columnar output. Closes 8731 by Denys Vlasenko · 9 years ago
  45. c30a5b1 dd: support iflag=skip_bytes by Rafał Miłecki · 9 years ago
  46. 4a79224 printf: short-circuit output when argument to %b includes \c by Ron Yorston · 9 years ago
  47. c7e47cf dos2unix: try to preserve ownership. closes 8311 by Denys Vlasenko · 9 years ago
  48. 6a70db8 truncate: use O_WRONLY|O_NONBLOCK by Mike Frysinger · 9 years ago
  49. e111a16 truncate: always set mode when opening file to avoid fortify errors by Ari Sundholm · 9 years ago
  50. ace8330 stat: make -f optional. This allows to build stat for non-linux systems by Denys Vlasenko · 9 years ago
  51. d683c5c tr: support octal ranges by Richard Genoud · 9 years ago
  52. 641caae libbb: factor out code which queries screen width by Denys Vlasenko · 9 years ago
  53. 0506e29 sort: fix ENDCHAR handling in "-kSTART,N.ENDCHAR" by Denys Vlasenko · 9 years ago
  54. d1ed3e6 sort: code shrink by Denys Vlasenko · 9 years ago
  55. fd19faf remove extra debug printout by Denys Vlasenko · 9 years ago
  56. 2e86a5c sort: fix key with delimiters breakage by Denys Vlasenko · 9 years ago
  57. 3d0805e libbb: make parse_chown_usergroup_or_die() set unspecified uid/gid to -1 by Denys Vlasenko · 9 years ago
  58. f3d58a2 od: get rid of (almost all) statics by Denys Vlasenko · 9 years ago
  59. 2735bc0 cpio: implement -R/--owner by Aaro Koskinen · 9 years ago
  60. 93dd9fd du: extra compat: with -k and -m, round sizes up by Denys Vlasenko · 9 years ago
  61. 0f296a3 libiproute: rename invarg(a,b) to invarg_1_to_2(a,b) by Denys Vlasenko · 9 years ago
  62. d60752f build system: -fno-builtin-printf by Denys Vlasenko · 9 years ago
  63. 5711a2a libbb: more compact API for bb_parse_mode() by Denys Vlasenko · 9 years ago
  64. 2b48c38 uudecode: tolerate text input with CR+LF line ends by Denys Vlasenko · 9 years ago
  65. 8aa7cf3 sort: fix -kN,M handling (was including last separator into the comparison) by Denys Vlasenko · 9 years ago
  66. 64ed5f0 uname: make OS name configurable by Ron Yorston · 9 years ago
  67. 670c3f7 echo: make escape sequences depend on fancy mode by Mike Frysinger · 9 years ago
  68. 35ae2cc sync: add support for -d -f FILE by Denys Vlasenko · 9 years ago
  69. 97f2f7c Removes stray empty line from code by Maninder Singh · 10 years ago
  70. 7db312a fix whitespaces by Maninder Singh · 10 years ago
  71. d291c2f chown: fix help text by Junling Zheng · 10 years ago
  72. fc3e40e truncate: do not die when a file doesn't exist and no-create flag is on by Ari Sundholm · 10 years ago
  73. 97c6491 typo fixes by Maninder Singh · 10 years ago
  74. de5edad special-case {true,false,test} --help by Denys Vlasenko · 10 years ago
  75. 86a7f18 *: Switch to POSIX utmpx API by Bernhard Reutner-Fischer · 10 years ago
  76. 1850d5e truncate: new applet by Denys Vlasenko · 10 years ago
  77. 8893023 dd: move suffix struct to xatonum.c by Ari Sundholm · 10 years ago
  78. 53e9c51 od: fix printing of high-bit chars by Ron Yorston · 10 years ago
  79. 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
  80. c5beaa0 ls: heed compiler warning by Denys Vlasenko · 10 years ago
  81. 0cb981c ls: trivial code shrink by Denys Vlasenko · 10 years ago
  82. 8e92df1 ls: fix year 9999 bug :) by Denys Vlasenko · 10 years ago
  83. f22a838 dd: add optional support for status=noxfer/none by Ari Sundholm · 10 years ago
  84. 86031a5 trim extra newlines in help texts by Denys Vlasenko · 10 years ago
  85. 054f5a5 install: fix help text by Denys Vlasenko · 10 years ago
  86. 0f78d61 install: implement -t DIR by Aaro Koskinen · 10 years ago
  87. fbdc167 df: fix -T option when ENABLE_FEATURE_HUMAN_READABLE=0 by Ari Sundholm · 10 years ago
  88. d0cdaca df: implement -T option by Ari Sundholm · 10 years ago
  89. 98654b9 test: fix mishandling of "test '(' = '('" and similar by Denys Vlasenko · 10 years ago
  90. 1b487ea stat: fix printing selinux context and null-dereference by Michael Gernoth · 10 years ago
  91. ea23c25 unlink: new applet by Isaac Dunham · 10 years ago
  92. 17f8418 Add conditional support for -v / --verbose by Denys Vlasenko · 11 years ago
  93. 69f9567 shuf: trim help text by Denys Vlasenko · 11 years ago
  94. 102f0d0 shuf: do not use strings for -i RANGE case by Denys Vlasenko · 11 years ago
  95. 190693c shuf: improve help text by Bartosz Golaszewski · 11 years ago
  96. 58adbb5 shuf: fix a segfault on 'shuf -e' by Bartosz Golaszewski · 11 years ago
  97. 2cdcb10 shuf: new applet by Denys Vlasenko · 11 years ago
  98. fca0ee5 ls: make "ls -s DIR" show total too. Clases 4946 by Denys Vlasenko · 11 years ago
  99. 69a12fa catv: suppress compiler warning by Denys Vlasenko · 11 years ago
  100. 29ed580 uname: fix up usage documentation by Mike Frysinger · 11 years ago