1. 759ca8a sort: move misplaced comment by Denys Vlasenko · 7 years ago
  2. c29c2e6 sort: FEATURE_SORT_OPTIMIZE_MEMORY by Denys Vlasenko · 7 years ago
  3. 7bf304f stat: fix a typo: s/romfs/ramfs/, closes 10876 by Denys Vlasenko · 7 years ago
  4. 694bc06 md5sum: use config help text similar to other "sum" tools by Denys Vlasenko · 7 years ago
  5. e20a703 df: do "rootfs" check sooner by Denys Vlasenko · 7 years ago
  6. 58cd6e1 df: 4TB+ support on 32 bits arch by Denys Vlasenko · 7 years ago
  7. 3177626 od: move address_fmt[] from data to globals. 8 less bytes in data section by Denys Vlasenko · 7 years ago
  8. 2709acb sort: fix potentially buggy use of OPT_STR by Denys Vlasenko · 7 years ago
  9. 427ae18 sort: in -s handling, return 1/-1, not 1/0 compare result by Denys Vlasenko · 7 years ago
  10. 7d285c7 sort: fix -s. Closes 10671 by Denys Vlasenko · 7 years ago
  11. 7f44140 cp: fix option handling in non-longopt config by Denys Vlasenko · 7 years ago
  12. da49e70 cksum: code shrink by Denys Vlasenko · 7 years ago
  13. d15d7a0 cp: implement -T by Aaro Koskinen · 7 years ago
  14. 77a6678 dd: add 'fullblock' iflag by Nicholas Clark · 7 years ago
  15. 2b9a45b od_bloaty: fix debug code by Denys Vlasenko · 7 years ago
  16. 88663e4 mv: make it NOEXEC by Denys Vlasenko · 7 years ago
  17. 2c87677 dd: fixed partial count logic by Denys Vlasenko · 7 years ago
  18. 5afd63a dd: exit with 1 if last write was incomplete by Denys Vlasenko · 7 years ago
  19. 2f55404 mknod: better --help, much clearer code by Denys Vlasenko · 7 years ago
  20. c9807d7 nice: code shrink by Denys Vlasenko · 7 years ago
  21. b013bec chown: fix a mistake in opt_complementary change by Denys Vlasenko · 7 years ago
  22. 82d1c1f randomconfig fixes by Denys Vlasenko · 7 years ago
  23. 8d8ee91 env: -u option fails due to typo by Ron Yorston · 7 years ago
  24. d153521 df: Use statvfs instead of non-standard statfs by James Clarke · 7 years ago
  25. a02a4e9 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  26. ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  27. 6e2beb7 date: maybe_set_utc only once by Denys Vlasenko · 7 years ago
  28. 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
  29. 3f5ba0c stty: add cmspar, flusho, extproc attributes by Denys Vlasenko · 7 years ago
  30. 8187e01 *: use ESC define instead of "\033"; use ESC[m instead of ESC[0m by Denys Vlasenko · 7 years ago
  31. bc9bbeb libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1 by Denys Vlasenko · 7 years ago
  32. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  33. 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
  34. af5d008 expr: make it NOEXEC by Denys Vlasenko · 7 years ago
  35. fc9efcb df: make NOEXEC by Denys Vlasenko · 7 years ago
  36. 248a67f free,stat: make NOEXEC by Denys Vlasenko · 7 years ago
  37. 1a1203f users,w,who,uptime,renice: make NOEXEC by Denys Vlasenko · 7 years ago
  38. b9be780 sv,svc: fix NOEXEC fallout by Denys Vlasenko · 7 years ago
  39. 184c738 stty: fix bb_common_bufsiz1 use in NOEXEC by Denys Vlasenko · 7 years ago
  40. 692eeb8 stty: make in NOEXEC by Denys Vlasenko · 7 years ago
  41. 5c527dc make 17 state-changing execing applets (ex: "nice PROG ARGS") noexec by Denys Vlasenko · 7 years ago
  42. 6bec24c mktemp: make it NOEXEC by Denys Vlasenko · 7 years ago
  43. 39194f0 new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resize by Denys Vlasenko · 7 years ago
  44. 663ae52 config: FEDORA_COMPAT option (so far only tweaks uname) by Denys Vlasenko · 7 years ago
  45. 819b47a new NOFORKs: clear, nproc, tty, uname, arch, unlink, which by Denys Vlasenko · 7 years ago
  46. 7c40ddd NOFORK fixes by Denys Vlasenko · 7 years ago
  47. 95f7953 do not use `a' quoting style in comments by Denys Vlasenko · 7 years ago
  48. 18e781d config: do not use `a' quoting in help texts by Denys Vlasenko · 7 years ago
  49. 78b1b1b test: fix 4-argument case by Denys Vlasenko · 7 years ago
  50. b920a38 tar: postpone creation of symlinks with "suspicious" targets. Closes 8411 by Denys Vlasenko · 7 years ago
  51. fd5e66e basename: do not use argc by Denys Vlasenko · 7 years ago
  52. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  53. ae178ce Update remaining menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  54. a165603 od_bloaty: fix floating point output by Ron Yorston · 7 years ago
  55. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  56. 483405a Tweaks from mass recompile for 1.27.1 release by Denys Vlasenko · 7 years ago
  57. 513a245 printf: fix format string sanity check by Ron Yorston · 7 years ago
  58. c49638b arch: new applet (same as unmae -m). ~30 bytes. by Denys Vlasenko · 7 years ago
  59. 7b6e8f3 uuencode: allow space instead of "`" as padding char. Closes 10046 by Denys Vlasenko · 7 years ago
  60. d5b98e2 dd: fix status=none. Closes 10066 by Denys Vlasenko · 7 years ago
  61. 75e90b1 cat: fix "cat -An" ignoring -n; make numbering go througn all files by Denys Vlasenko · 7 years ago
  62. a2bdc5c cat: allow compiling out -n and -b by Kang-Che Sung · 7 years ago
  63. 9de9c87 shuf: fix random line selection. Closes 9971 by Denys Vlasenko · 7 years ago
  64. a8cf9c5 libbb: new function bb_getgroups() - allocating wrapper around getgroups() by Denys Vlasenko · 7 years ago
  65. 2599937 ls: fix support for long options when FEATURE_LS_COLOR is deselected by Laurent Bercot · 8 years ago
  66. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  67. d85352b factor: fix stray semicolon by Denys Vlasenko · 8 years ago
  68. 8352b71 factor: support "no-argvs" usage by Denys Vlasenko · 8 years ago
  69. 107159e factor: improve comments for sieving logic... also fix a typo by Denys Vlasenko · 8 years ago
  70. 021d504 factor: improve comments for sieving logic by Denys Vlasenko · 8 years ago
  71. c054822 factor: tweak comments by Denys Vlasenko · 8 years ago
  72. e31ca2e catv: convert this bbox-specific applet into "cat -v" by Denys Vlasenko · 8 years ago
  73. d9eb40c fix errors found with make_single_applets.sh by Denys Vlasenko · 8 years ago
  74. 0cecbe7 Sort more misplaced applets into coreutils or util-linux by Denys Vlasenko · 8 years ago
  75. 783d57a Sort some miscutils/ applets into coreutils or util-linux by Denys Vlasenko · 8 years ago
  76. 1bc0bd1 w: new applet, alias to "who -H" by Denys Vlasenko · 8 years ago
  77. a976aaa factor: remove debug code by Denys Vlasenko · 8 years ago
  78. 8a134ec libbb: move isqrt from factor, use it in diff too by Denys Vlasenko · 8 years ago
  79. 10673c4 factor: much faster, and very slightly larger isqrt() by Denys Vlasenko · 8 years ago
  80. cc1f8ba factor: don't be too clever in isqrt - be small instead by Denys Vlasenko · 8 years ago
  81. ad5394d factor: add code to test isqrt() correctness by Denys Vlasenko · 8 years ago
  82. dd3a395 factor: 25% faster sieving by Denys Vlasenko · 8 years ago
  83. 4908c79 factor: better comments, slightl more clever conversion even->odd by Denys Vlasenko · 8 years ago
  84. f428f1d factor: fix HALF_FMT usage by Denys Vlasenko · 8 years ago
  85. 12dc4fb factor: fix comments by Denys Vlasenko · 8 years ago
  86. bef1713 factor: a bit more simple isqrt by Denys Vlasenko · 8 years ago
  87. c6476dc factor: simpler isqrt by Denys Vlasenko · 8 years ago
  88. c804d4e factor: factor2 variable is unused now, drop it by Denys Vlasenko · 8 years ago
  89. 7e5f2f3 factor: expand comments by Denys Vlasenko · 8 years ago
  90. 1d232fd factor: 30% faster code (estimate max possible factor just once) by Denys Vlasenko · 8 years ago
  91. c1b5b2a nl: fix copyright message by Denys Vlasenko · 8 years ago
  92. ee7f75d factor: new applet by Denys Vlasenko · 8 years ago
  93. 87ae0fe nproc: new applet by Denys Vlasenko · 8 years ago
  94. 0f7f1ae shred: smaller code by Denys Vlasenko · 8 years ago
  95. 2f59bf3 shred: new applet by Denys Vlasenko · 8 years ago
  96. 19578b4 Add help text for 'uniq -i' by Jody Bruchon · 8 years ago
  97. e7ac7ab nl: use CONFIG_NL, not CONFIG_UNIQ by Denys Vlasenko · 8 years ago
  98. d88f94a nl: new applet; also implement cat -nb (similar functionality to nl) by Denys Vlasenko · 8 years ago
  99. 8808f7f uniq: add -i option to ignore case by Jody Bruchon · 8 years ago
  100. 876c121 whitespace fix by Denys Vlasenko · 8 years ago