1. 9b70f19 bc: convert all status codes, remove bc_err_msgs[], bc_vm_error(), bc_vm_posixError() by Denys Vlasenko · 6 years ago
  2. 60cf747 bc: convert all non-POSIX BC_STATUS_foo codes by Denys Vlasenko · 6 years ago
  3. d38af48 bc: convert BC_STATUS_EXEC_SIGNAL - its message string was never used by Denys Vlasenko · 6 years ago
  4. abbc433 bc: convert BC_STATUS_PARSE_NO_AUTO by Denys Vlasenko · 6 years ago
  5. 04a1c76 bc: convert BC_STATUS_EXEC_MISMATCHED_PARAMS and BC_STATUS_EXEC_UNDEFINED_FUNC by Denys Vlasenko · 6 years ago
  6. a02f844 bc: BC_STATUS_VEC_ITEM_EXISTS is not a real error code, its message was never used by Denys Vlasenko · 6 years ago
  7. bc5ce66 bc: simplify bc_lex_comment() by Denys Vlasenko · 6 years ago
  8. c1c2470 bc: handle BIN_FILE and LEX_BAD_CHAR errors at the site of detection by Denys Vlasenko · 6 years ago
  9. d4744ad bc: eliminate BC_STATUS_INPUT_EOF by Denys Vlasenko · 6 years ago
  10. cfdc133 bc: handle "limits" and "quit" immediately at parse time by Denys Vlasenko · 6 years ago
  11. 01cabaf bc": drop unused error codes and strings by Denys Vlasenko · 6 years ago
  12. b8860a8 bc: remove "error ids": serve no useful purpose, error message should be explanatory enough by Denys Vlasenko · 6 years ago
  13. 1f67e93 bc: reduce forward declarations by Denys Vlasenko · 6 years ago
  14. d9d6655 bc: use smaller datatypes for limits, match GNU bc 'limits' output by Denys Vlasenko · 6 years ago
  15. 416ce76 bc: better handle optional args of bc_program_pushVar() by Denys Vlasenko · 6 years ago
  16. 9721f6c bc: tweak help text by Denys Vlasenko · 6 years ago
  17. a0c421c bc: simplify bc_vm_stdin() by Denys Vlasenko · 6 years ago
  18. 71e1fc6 bc: only check for ^C in bc_program_exec() main loop by Denys Vlasenko · 6 years ago
  19. df51539 bc: simpler calling convention for bc_read_file(), bc_program_search() by Denys Vlasenko · 6 years ago
  20. e3b4f23 bc: bc_num_ulong2num(), bc_program_pushGlobal(), bc_program_stackLen() never fail by Denys Vlasenko · 6 years ago
  21. a1d3ca2 bc: stop passing around pointers to G.prog, they are all constant by Denys Vlasenko · 6 years ago
  22. f6c1da5 bc: select parse_init() and parse_expr() using IS_BC, not function pointers by Denys Vlasenko · 6 years ago
  23. 785e4b3 bc: propagate fixed arguments into callees by Denys Vlasenko · 6 years ago
  24. ab3c568 bc: simplify ^C handling by Denys Vlasenko · 6 years ago
  25. 6d9146a bc: convert to "G trick" - this returns bc to zero bss increase by Denys Vlasenko · 6 years ago
  26. 5a9fef5 bc: simplify, and restore ^C, fix ^D handling by Denys Vlasenko · 6 years ago
  27. 00d7779 bc: simplify, stop testing for IO errors on every output by Denys Vlasenko · 6 years ago
  28. ef869ec bc: fix warnings, initial cleanups by Denys Vlasenko · 6 years ago
  29. 01055ba bc: new applet, throws warning by Gavin Howard · 6 years ago
  30. c339c7f libarchive: add a function to unpack embedded data by Ron Yorston · 6 years ago
  31. ca2f831 hexedit: fixes for redraw and down movement causing SEGV on attempt to access by Denys Vlasenko · 6 years ago
  32. 43b17b1 restore documentation on the build config language by Kartik Agaram · 7 years ago
  33. 058a153 less: fix fallout from "use common routine to set raw termios" by Denys Vlasenko · 7 years ago
  34. 50aea27 less: remove unnecessary message by Denys Vlasenko · 7 years ago
  35. 3694150 less: implement -F by Aaro Koskinen · 7 years ago
  36. 38ccd6a bzip2: fix two crashes on corrupted archives by Denys Vlasenko · 7 years ago
  37. 7bcde5f libbb.h: always include sys/resource.h by Denys Vlasenko · 7 years ago
  38. bae8fc4 xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copy by Denys Vlasenko · 7 years ago
  39. 77cb6b9 libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confirmation by Denys Vlasenko · 7 years ago
  40. a82fe67 fbsplash: support configurable image position by Peter Korsgaard · 7 years ago
  41. 0e0209a less: accept -R option. Closes 10816 by Denys Vlasenko · 7 years ago
  42. ddacb03 libbb: commonalize a bit of little-endian CRC32 table generation code by Denys Vlasenko · 7 years ago
  43. 14bc965 less: fix help text conditional for -R by Denys Vlasenko · 7 years ago
  44. 8528d3d less: optional support of -R by Denys Vlasenko · 7 years ago
  45. 586f1ee nandwrite: cope with old headers which have no MTD_FILE_MODE_RAW by Denys Vlasenko · 7 years ago
  46. 38da4c4 config: add size estimations for a few applets by Denys Vlasenko · 7 years ago
  47. 83c99ab less: code shrink by Denys Vlasenko · 7 years ago
  48. d3a7e88 time: fix build for toolchains without O_CLOEXEC by Denys Vlasenko · 7 years ago
  49. 045327a lsscsi: fix xchdir("..") from symlink in /sys/bus/scsi/devices by Markus Gothe · 7 years ago
  50. 2ab9403 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  51. ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  52. b5d9ba8 i2cset: fix 'i' & 's' modes (3 extra bytes were sent) by Avi Fishman · 7 years ago
  53. 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
  54. aaaaaa5 less,microcom,lineedit: use common routine to set raw termios by Denys Vlasenko · 7 years ago
  55. e58b447 hexedit: code shrink by Denys Vlasenko · 7 years ago
  56. f3fa865 hexedit: fixes to "goto address" code by Denys Vlasenko · 7 years ago
  57. 9a4100c hexedit: position in correct column on "goto" command by Denys Vlasenko · 7 years ago
  58. 44cb166 hexedit: code shrink by Denys Vlasenko · 7 years ago
  59. 8838c6d hexdump: code shrink by Denys Vlasenko · 7 years ago
  60. d54f58d hexedit: implement "[enter] goto offset" key by Denys Vlasenko · 7 years ago
  61. 363fb5e hexedit: restore screen on exit by Denys Vlasenko · 7 years ago
  62. d72e804 hexedit: optimize output buffering by Denys Vlasenko · 7 years ago
  63. 6264301 hexedit: implement page up/down by Denys Vlasenko · 7 years ago
  64. 8187e01 *: use ESC define instead of "\033"; use ESC[m instead of ESC[0m by Denys Vlasenko · 7 years ago
  65. 136946c hexedit: smarter redraw by Denys Vlasenko · 7 years ago
  66. 73af705 hexedit: new applet by Denys Vlasenko · 7 years ago
  67. b278ac0 setfattr: new applet by Denys Vlasenko · 7 years ago
  68. 9d858f5 chat: do not die when HANGUP param is missing. Closes 10016 by Denys Vlasenko · 7 years ago
  69. f27e150 i2c_tools: tweak --help text by Denys Vlasenko · 7 years ago
  70. 0d1eaf4 i2c-tools: don't include linux/i2c-dev.h by Bartosz Golaszewski · 7 years ago
  71. 3a7b0fb i2c-tools: remove unneeded include by Bartosz Golaszewski · 7 years ago
  72. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  73. 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
  74. 00677b5 *: fix up use of "getopt_longopts" for longopts not in getopt applet by Denys Vlasenko · 7 years ago
  75. 1a1203f users,w,who,uptime,renice: make NOEXEC by Denys Vlasenko · 7 years ago
  76. 798b945 ubi tools: ubiupdatevol supports "-" input and actually respects -s SIZE by Denys Vlasenko · 7 years ago
  77. b34eb4a ubiupdatevol: fix bug with -sSIZE: was ignoring IMAGE_FILE by Denys Vlasenko · 7 years ago
  78. 115e0a7 ubi_tools: a bit smaller applet resolution code by Denys Vlasenko · 7 years ago
  79. 9536ef7 makedevs: make it NOEXEC by Denys Vlasenko · 7 years ago
  80. ed7d118 adjtimex: make it NOFORK by Denys Vlasenko · 7 years ago
  81. c8e2931 adjtimex: zero-fill whole structure, to be on the safe side by Denys Vlasenko · 7 years ago
  82. a894a4b raidautorun: make it NOEXEC by Denys Vlasenko · 7 years ago
  83. 97b738d setserial: make it NOEXEC by Denys Vlasenko · 7 years ago
  84. 08e66a8 setserial: code shrink, better --help text by Denys Vlasenko · 7 years ago
  85. 3239ab8 lspci,lsscsi,lsusb: make them NOEXEC by Denys Vlasenko · 7 years ago
  86. 20077c1 libbb: make trim() return pointer to terminating NUL by Denys Vlasenko · 7 years ago
  87. 9c49d6e partprobe: make it NOEXEC by Denys Vlasenko · 7 years ago
  88. 83d7785 runlevel: make it NOEXEC by Denys Vlasenko · 7 years ago
  89. 74c05f5 chat: trim help text by Denys Vlasenko · 7 years ago
  90. 4dc8669 microcom: require exactly one non-option by Denys Vlasenko · 7 years ago
  91. 39194f0 new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resize by Denys Vlasenko · 7 years ago
  92. 95f7953 do not use `a' quoting style in comments by Denys Vlasenko · 7 years ago
  93. 5b3cbe3 config: more tweaking of help texts by Denys Vlasenko · 7 years ago
  94. 68b653b config: trim/improve item names and help texts, take 2 by Denys Vlasenko · 7 years ago
  95. bbf17bb crond: do not assume setenv() does not leak by Denys Vlasenko · 7 years ago
  96. c9e7843 crond: allow $SHELL and starting user's shell override DEFAULT_SHELL. Closes 6458 by Denys Vlasenko · 7 years ago
  97. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  98. ae178ce Update remaining menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  99. 9880f86 hdparm: remove contradicting size info in config help by Denys Vlasenko · 7 years ago
  100. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago