1. bd14770 shell/math.c: small code shrink; fixed incomprehensible comments by Denys Vlasenko · 14 years ago
  2. 51850c8 shell: small code shrink by Denys Vlasenko · 14 years ago
  3. b771c65 shell: shrink arith code; and prepare for returning text error codes by Denys Vlasenko · 14 years ago
  4. 99862cb hush: optional support for history saving by Denys Vlasenko · 14 years ago
  5. 5a0d899 smemcap: use correct tar magic by Denys Vlasenko · 14 years ago
  6. 7dd61e3 *: s/perror/bb_simple_perror_msg/g by Marek Polacek · 14 years ago
  7. 80d80ba Fixed a couple of failing tar tests by Dan Fandrich · 14 years ago
  8. 819cacf busybox: add "busybox --list[-full]" to help text by Denys Vlasenko · 14 years ago
  9. de8c3f6 hush: move the EXIT trap comment. no code changes by Denys Vlasenko · 14 years ago
  10. a110c90 hush: fix EXIT trap display inside exit trap handler by Denys Vlasenko · 14 years ago
  11. 2d8187c shell/match.c: shrink by dropping double bool inversion by Denys Vlasenko · 14 years ago
  12. acd5bc8 hush: fix handling of \" in quoted/unquoted `cmd` by Denys Vlasenko · 14 years ago
  13. 958581a ash: shrink by folding an if check into setprompt; unindent big block by Denys Vlasenko · 14 years ago
  14. 6040fe8 ash: add missing casts to match CTLfoo; add TODO comments by Denys Vlasenko · 14 years ago
  15. 5277a9d hush: remove forgotten commented-out block. no code changes by Denys Vlasenko · 14 years ago
  16. 4f87049 hush: do fewer strdups in % and hash expansions by Denys Vlasenko · 14 years ago
  17. d98e5c6 hush: better function and parameter names by Denys Vlasenko · 14 years ago
  18. cc46173 hush: fixes to testsuite by Denys Vlasenko · 14 years ago
  19. ebee410 hush: fix var_bash5.tests failure by Denys Vlasenko · 14 years ago
  20. 14e289b hush: fix var_bash3.tests failure by Denys Vlasenko · 14 years ago
  21. a769e02 hush: remove useless ESC_GLOB_CHARS clears/resotres by Denys Vlasenko · 14 years ago
  22. bfc02a7 hush: fix a bug where expand_one_var wasn't restoring 1st char of the encoded $var by Denys Vlasenko · 14 years ago
  23. 101a4e3 hush: make parse_dollar flag quited status regardless of glob escaping status by Denys Vlasenko · 14 years ago
  24. 5b6210c hush: simplification in parse_stream, parse_stream_dquoted by Denys Vlasenko · 14 years ago
  25. 850b15b hush: simplify parse_stream_dquoted by Denys Vlasenko · 14 years ago
  26. 77a7b55 hush: straighten out the logic in parse_stream by Denys Vlasenko · 14 years ago
  27. 77d4872 Avoid side effects in putc(), which may be implemented as a macro by Dan Fandrich · 14 years ago
  28. 95d48f2 hush: eliminate redundant parameter of expand_vars_to_list() by Denys Vlasenko · 14 years ago
  29. 5b686cb hush: replace flag bytes in struct o_string with bit flags by Denys Vlasenko · 14 years ago
  30. 9b78255 hush: remove unused enum typedef by Denys Vlasenko · 14 years ago
  31. 1fd3d94 hush: fix set -- q w e; (IFS='' echo "$*"; IFS=''; echo "$*"); echo "$*" by Denys Vlasenko · 14 years ago
  32. b103fb1 nc: show help text on bad parameters by Denys Vlasenko · 14 years ago
  33. d55f599 lineedit: do not hang on error, but return error indicator. by Denys Vlasenko · 14 years ago
  34. 8b2f13d shell: unify endofname() in hush and ash by Denys Vlasenko · 14 years ago
  35. 27c56f1 hush: a few relatively trivial simplifications by Denys Vlasenko · 14 years ago
  36. da463fb hush: style cleanups. no code changes by Denys Vlasenko · 14 years ago
  37. f38b912 Again fix license line format by Denys Vlasenko · 14 years ago
  38. 571c5ab blockdev: code shrink by Denys Vlasenko · 14 years ago
  39. a35dfe6 blockdev: make "blockdev --rereadpt /dev/sda EXTRA_ARG" complain. +6 bytes. by Denys Vlasenko · 14 years ago
  40. 3d4a8f8 made 3 license strings to follow the usual form ("or later" bit is not changed!) by Denys Vlasenko · 14 years ago
  41. 264bdad blockdev: -2 bytes by Denys Vlasenko · 14 years ago
  42. b4e6b41 tweak blockdev's help text by Denys Vlasenko · 14 years ago
  43. b156000 tweak udhcpd help text by Denys Vlasenko · 14 years ago
  44. 289aff8 blockdev: new applet by Sergey Naumov · 14 years ago
  45. 605067b hush: revert a recent buggy change which resulted in two HUSH_VERSIONs by Denys Vlasenko · 14 years ago
  46. 83b900f fix typo in comment by Denys Vlasenko · 14 years ago
  47. c3adfac hush: fix another corner case with backslashes in heredocs by Denys Vlasenko · 14 years ago
  48. 77b32cc hush: fix backslash and terminator handling in <<[-]["]heredoc["] by Denys Vlasenko · 14 years ago
  49. c49d2d9 hush: fix globbing+backslashes in unquoted $var expansion by Denys Vlasenko · 14 years ago
  50. d383b49 hush: remove disabled CMD_SINGLEWORD_NOGLOB_COND, rename o_glob->perform_glob by Denys Vlasenko · 14 years ago
  51. 96f064d shell: remove lash and bbsh by Denys Vlasenko · 14 years ago
  52. e09bff3 runit_lib: remove/inline a few more things by Denys Vlasenko · 14 years ago
  53. 8d789e4 tar: add a test for extraction of read-only directory by Dan Fandrich · 14 years ago
  54. 6957d79 remove redundant ENABLE_DESKTOP in procps/ps.c by Cristian Ionescu-Idbohrn · 14 years ago
  55. b36abf2 hush: big reordering: move parser functions to the beginning. no code changes by Denys Vlasenko · 14 years ago
  56. 38292b6 hush: rename o_quoted to has_quoted_part; small code shrink by Denys Vlasenko · 14 years ago
  57. f2dc20c hush: move variable expansion into a separate function. No logic changes by Denys Vlasenko · 14 years ago
  58. 36f774a hush: add support for ${var/pattern/repl}, conditional on bash compat by Denys Vlasenko · 14 years ago
  59. 701e127 hush: optimize #[#] and %[%] for speed. size -2 bytes. by Denys Vlasenko · 14 years ago
  60. e298ce6 hush: fix handling of backslashes in variable assignment by Denys Vlasenko · 14 years ago
  61. 8ae6e9b lzop: fix misordered "v=NULL; free(v)", small code shrink by Denys Vlasenko · 14 years ago
  62. 0d7cb4c fix false positive in testsuite/tar.tests by Denys Vlasenko · 14 years ago
  63. eb2bf5b Fix some test cases by Dan Fandrich · 14 years ago
  64. 2ab3acb ifupdown: %client%, not %clientid% by Denys Vlasenko · 14 years ago
  65. 3926363 lineedit: on tab completion, show filenames obly in all cases (bash compat) by Denys Vlasenko · 14 years ago
  66. 76939e7 lineedit: allocate matchBuf only temporarily: saves MAX_LINELEN bytes by Denys Vlasenko · 14 years ago
  67. ba0e103 lineedit: de-indent large block in input_tab. No logic changes. by Denys Vlasenko · 14 years ago
  68. a46e16e lineedit: rename tmp -> chosen_match; small code shrink by Denys Vlasenko · 14 years ago
  69. 9b56bf5 lineedit: stop using permanent int_buf[] (16k!): allocate it by Denys Vlasenko · 14 years ago
  70. 81254ed lineedit: remove pos_buf[] array (up to 16k!); fix compat bugs by Denys Vlasenko · 14 years ago
  71. 3c460b0 lineedit: return prefix len from tab completion helpers by Denys Vlasenko · 14 years ago
  72. 2679e3c lineedit: clean up tab completion code (variable reuse, comments) by Denys Vlasenko · 14 years ago
  73. 57ea9b4 preparatory cleanup patch for tab completion fixes by Denys Vlasenko · 14 years ago
  74. 7063e86 lineedit: small readability improvement (same code) by Denys Vlasenko · 14 years ago
  75. 61a36af lineedit: fix completion with Unicode chars by Denys Vlasenko · 14 years ago
  76. b068bd7 lineedit: preparatory cleanup patch for Unicode completion fix by Denys Vlasenko · 14 years ago
  77. 7aa6304 libbb: xfunc_error_retval can be a byte by Denys Vlasenko · 14 years ago
  78. 6f80fe7 uudecode,base64: code shrink by Denys Vlasenko · 14 years ago
  79. 0004e99 better shared strings trick by Denys Vlasenko · 14 years ago
  80. 9dc0412 getty: small code shrink by Denys Vlasenko · 14 years ago
  81. a61ff51 find: add rudimentary support for -exec {} + by Denys Vlasenko · 14 years ago
  82. ee06264 base64: new applet by Denys Vlasenko · 14 years ago
  83. 8d3e225 libbb: add xfstat function by Denys Vlasenko · 14 years ago
  84. 4e7dd3c mkswap: clear 1st kilobyte. Closes bug 1831 by Denys Vlasenko · 14 years ago
  85. c71ec70 iplink: another compat #ifndef/#define tweak by Denys Vlasenko · 14 years ago
  86. 0ff78a0 ash: small code shrink (-21 bytes) by Denys Vlasenko · 14 years ago
  87. f7a8433 ash: add another ${v/a/b} test we currently fail by Denys Vlasenko · 14 years ago
  88. 25b4755 typo fix in comment by Denys Vlasenko · 14 years ago
  89. d493e93 remove stray debugging stuff by Denys Vlasenko · 14 years ago
  90. 9ce07e7 bbconfig: add COMPRESS_BBCONFIG option by Denys Vlasenko · 14 years ago
  91. 7715b48 nandwrite: always check the first erase block by Baruch Siach · 14 years ago
  92. b32a543 nandwrite: complain on malformed -s NUM by Denys Vlasenko · 14 years ago
  93. a78227d nandwrite: allow hex values in the -s parameter by Baruch Siach · 14 years ago
  94. cc13153 showkey: code shrink by Denys Vlasenko · 14 years ago
  95. 140ac91 testsuite: show the number of failures after a test run by Dan Fandrich · 14 years ago
  96. 91234b9 typo fixes in config help text by Denys Vlasenko · 14 years ago
  97. 0834a6d pmap: new applet. +1k. by Alexander Shishkin · 14 years ago
  98. 74c992a ntpd: with -q, exit after 60 seconds even if time is not synced. by Denys Vlasenko · 14 years ago
  99. 1cd0d86 modutils: explain why we no longer quote params by Denys Vlasenko · 14 years ago
  100. 1396221 insmod: Do not add a pair of "" around the arguments of the module. by Carmelo AMOROSO · 14 years ago