1. bae8fc4 xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copy by Denys Vlasenko · 7 years ago
  2. 77cb6b9 libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confirmation by Denys Vlasenko · 7 years ago
  3. a82fe67 fbsplash: support configurable image position by Peter Korsgaard · 7 years ago
  4. 0e0209a less: accept -R option. Closes 10816 by Denys Vlasenko · 7 years ago
  5. ddacb03 libbb: commonalize a bit of little-endian CRC32 table generation code by Denys Vlasenko · 7 years ago
  6. 14bc965 less: fix help text conditional for -R by Denys Vlasenko · 7 years ago
  7. 8528d3d less: optional support of -R by Denys Vlasenko · 7 years ago
  8. 586f1ee nandwrite: cope with old headers which have no MTD_FILE_MODE_RAW by Denys Vlasenko · 7 years ago
  9. 38da4c4 config: add size estimations for a few applets by Denys Vlasenko · 7 years ago
  10. 83c99ab less: code shrink by Denys Vlasenko · 7 years ago
  11. d3a7e88 time: fix build for toolchains without O_CLOEXEC by Denys Vlasenko · 7 years ago
  12. 045327a lsscsi: fix xchdir("..") from symlink in /sys/bus/scsi/devices by Markus Gothe · 7 years ago
  13. 2ab9403 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  14. ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  15. b5d9ba8 i2cset: fix 'i' & 's' modes (3 extra bytes were sent) by Avi Fishman · 7 years ago
  16. 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
  17. aaaaaa5 less,microcom,lineedit: use common routine to set raw termios by Denys Vlasenko · 7 years ago
  18. e58b447 hexedit: code shrink by Denys Vlasenko · 7 years ago
  19. f3fa865 hexedit: fixes to "goto address" code by Denys Vlasenko · 7 years ago
  20. 9a4100c hexedit: position in correct column on "goto" command by Denys Vlasenko · 7 years ago
  21. 44cb166 hexedit: code shrink by Denys Vlasenko · 7 years ago
  22. 8838c6d hexdump: code shrink by Denys Vlasenko · 7 years ago
  23. d54f58d hexedit: implement "[enter] goto offset" key by Denys Vlasenko · 7 years ago
  24. 363fb5e hexedit: restore screen on exit by Denys Vlasenko · 7 years ago
  25. d72e804 hexedit: optimize output buffering by Denys Vlasenko · 7 years ago
  26. 6264301 hexedit: implement page up/down by Denys Vlasenko · 7 years ago
  27. 8187e01 *: use ESC define instead of "\033"; use ESC[m instead of ESC[0m by Denys Vlasenko · 7 years ago
  28. 136946c hexedit: smarter redraw by Denys Vlasenko · 7 years ago
  29. 73af705 hexedit: new applet by Denys Vlasenko · 7 years ago
  30. b278ac0 setfattr: new applet by Denys Vlasenko · 7 years ago
  31. 9d858f5 chat: do not die when HANGUP param is missing. Closes 10016 by Denys Vlasenko · 7 years ago
  32. f27e150 i2c_tools: tweak --help text by Denys Vlasenko · 7 years ago
  33. 0d1eaf4 i2c-tools: don't include linux/i2c-dev.h by Bartosz Golaszewski · 7 years ago
  34. 3a7b0fb i2c-tools: remove unneeded include by Bartosz Golaszewski · 7 years ago
  35. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  36. 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
  37. 00677b5 *: fix up use of "getopt_longopts" for longopts not in getopt applet by Denys Vlasenko · 7 years ago
  38. 1a1203f users,w,who,uptime,renice: make NOEXEC by Denys Vlasenko · 7 years ago
  39. 798b945 ubi tools: ubiupdatevol supports "-" input and actually respects -s SIZE by Denys Vlasenko · 7 years ago
  40. b34eb4a ubiupdatevol: fix bug with -sSIZE: was ignoring IMAGE_FILE by Denys Vlasenko · 7 years ago
  41. 115e0a7 ubi_tools: a bit smaller applet resolution code by Denys Vlasenko · 7 years ago
  42. 9536ef7 makedevs: make it NOEXEC by Denys Vlasenko · 7 years ago
  43. ed7d118 adjtimex: make it NOFORK by Denys Vlasenko · 7 years ago
  44. c8e2931 adjtimex: zero-fill whole structure, to be on the safe side by Denys Vlasenko · 7 years ago
  45. a894a4b raidautorun: make it NOEXEC by Denys Vlasenko · 7 years ago
  46. 97b738d setserial: make it NOEXEC by Denys Vlasenko · 7 years ago
  47. 08e66a8 setserial: code shrink, better --help text by Denys Vlasenko · 7 years ago
  48. 3239ab8 lspci,lsscsi,lsusb: make them NOEXEC by Denys Vlasenko · 7 years ago
  49. 20077c1 libbb: make trim() return pointer to terminating NUL by Denys Vlasenko · 7 years ago
  50. 9c49d6e partprobe: make it NOEXEC by Denys Vlasenko · 7 years ago
  51. 83d7785 runlevel: make it NOEXEC by Denys Vlasenko · 7 years ago
  52. 74c05f5 chat: trim help text by Denys Vlasenko · 7 years ago
  53. 4dc8669 microcom: require exactly one non-option by Denys Vlasenko · 7 years ago
  54. 39194f0 new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resize by Denys Vlasenko · 7 years ago
  55. 95f7953 do not use `a' quoting style in comments by Denys Vlasenko · 7 years ago
  56. 5b3cbe3 config: more tweaking of help texts by Denys Vlasenko · 7 years ago
  57. 68b653b config: trim/improve item names and help texts, take 2 by Denys Vlasenko · 7 years ago
  58. bbf17bb crond: do not assume setenv() does not leak by Denys Vlasenko · 7 years ago
  59. c9e7843 crond: allow $SHELL and starting user's shell override DEFAULT_SHELL. Closes 6458 by Denys Vlasenko · 7 years ago
  60. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  61. ae178ce Update remaining menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  62. 9880f86 hdparm: remove contradicting size info in config help by Denys Vlasenko · 7 years ago
  63. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  64. 68e9805 ttysize: if stdin is not tty, try stdout, then stderr by Denys Vlasenko · 7 years ago
  65. d18b200 crond: code shrink by Denys Vlasenko · 8 years ago
  66. 0b3b65f crond: move misplaced comment by Denys Vlasenko · 8 years ago
  67. 75fbea3 crond: support @daily etc by Denys Vlasenko · 8 years ago
  68. 1572f52 watchdog: do not use argc, other cleanups by Denys Vlasenko · 8 years ago
  69. 31c7650 watchdog: stop watchdog first on startup by Matt Spinler · 8 years ago
  70. 1b84f4a beep: disallow FEATURE_BEEP_FREQ = 0 in configuration by Denys Vlasenko · 8 years ago
  71. 3c9688e makedevs: code shrink by Denys Vlasenko · 8 years ago
  72. 3532e60 makedevs: allow much longer filenames by Denys Vlasenko · 8 years ago
  73. a1a3b59 time: inplement -f FMT by Denys Vlasenko · 8 years ago
  74. 5fe5be2 time: implement -a, -o FILE by Tommi Rantala · 8 years ago
  75. 854174f time: document -p in usage by Tommi Rantala · 8 years ago
  76. 9c7ee14 lsscsi: new applet by Markus Gothe · 8 years ago
  77. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  78. 783d57a Sort some miscutils/ applets into coreutils or util-linux by Denys Vlasenko · 8 years ago
  79. ac47a00 partprobe: new applet by Denys Vlasenko · 8 years ago
  80. 8762512 Replace int -> uint to avoid signed integer overflow by Rostislav Skudnov · 8 years ago
  81. d6ace66 taskset: simplify code a bit; tweak --help by Denys Vlasenko · 8 years ago
  82. 8666391 taskset: separate "current" and "new" strings by Denys Vlasenko · 8 years ago
  83. ef0e76c taskset: rewrite to be task size-agnostic by Denys Vlasenko · 8 years ago
  84. 205d48e *: add comment about APPLET_ODDNAME format by Denys Vlasenko · 8 years ago
  85. f3d705f make --help texts smaller by Denys Vlasenko · 8 years ago
  86. bbc7bee make --help texts more uniform by Denys Vlasenko · 8 years ago
  87. 01ccdd1 libbb: consolidate the code to set termios unbuffered mode by Denys Vlasenko · 8 years ago
  88. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  89. 1d3a04a Code style fixes, no code changes by Denys Vlasenko · 8 years ago
  90. 2c769c6 makedevs: make special node creation idempotent by Denys Vlasenko · 8 years ago
  91. e5dd71f Remove trailing empty lines by Denys Vlasenko · 8 years ago
  92. f88e3bf Convert all miscutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  93. fb4da16 Split miscutils/Config.src items into miscutils/*.c files by Denys Vlasenko · 8 years ago
  94. 2e6af54 man: remove -Tascii from nroff invocation by Denys Vlasenko · 8 years ago
  95. 7c3c92c man: make width selection more thorough; explain how to override it by Denys Vlasenko · 8 years ago
  96. a92a749 man: allow nroff and tbl commands be overridden; unmangle writing to files by Denys Vlasenko · 8 years ago
  97. 69312e8 strings: implement -t radix by Tito Ragusa · 8 years ago
  98. 7fa799a less: switch off nonblock on kbd_fd before exit by Denys Vlasenko · 8 years ago
  99. 3c0e579 less: fall back to using fd #1 for keyboard reading. Closes 9231 by Denys Vlasenko · 8 years ago
  100. 6b76e23 man: fix parsing of "DEFINE pager xyz". Closes 8976 by Denys Vlasenko · 8 years ago