1. 5d725fd ps: implement -o sid by Denys Vlasenko · 7 years ago
  2. 147d2ce standalone shell / prefer_applets: fix "exe" in comm fields by Denys Vlasenko · 7 years ago
  3. 00a1dbd ash: make tryexec(cmd) parameter const char by Denys Vlasenko · 7 years ago
  4. f128bdb shell: make standalone shell tab-complete "busybox" by Denys Vlasenko · 7 years ago
  5. be366e5 ash: support platforms that don't have '%m' printf specifier by Ron Yorston · 7 years ago
  6. 619d9b5 ash: less hackish implementation of evaltreenr() by Denys Vlasenko · 7 years ago
  7. 46f3f16 unzip: fix regression on big-endian machines by Natanael Copa · 7 years ago
  8. 5b3cbe3 config: more tweaking of help texts by Denys Vlasenko · 7 years ago
  9. e9a5a69 rdate: tweak comments, no code changes by Denys Vlasenko · 7 years ago
  10. 1d8df52 inetd: improve --helpt text and config help text. by Denys Vlasenko · 7 years ago
  11. 2e01eec tweak examples/var_service/* by Denys Vlasenko · 7 years ago
  12. 6bdcee8 ed: fix "\n" removal in command line; make "w" set "dirty = 0" by Denys Vlasenko · 7 years ago
  13. 7d2f33d ed: code shrink by Denys Vlasenko · 7 years ago
  14. 5ea5069 ed: fix --help and reorder functions, no code changes by Denys Vlasenko · 7 years ago
  15. 8cae43c swapon: do not use FEATURE_MOUNT_LABEL, have your own FEATURE_SWAPONOFF_LABEL by Denys Vlasenko · 7 years ago
  16. 68b653b config: trim/improve item names and help texts, take 2 by Denys Vlasenko · 7 years ago
  17. 86d5bf4 config: trim/improve item names and help texts. by Denys Vlasenko · 7 years ago
  18. 488e609 ash: force inlining of a trivial function by Denys Vlasenko · 7 years ago
  19. b8c0bc1 ash: revert previous implementation of "A=1 A=2 B=$A cmd" code by Denys Vlasenko · 7 years ago
  20. d04fc71 ash: [VAR] Fix loss of variables when hash collides by Denys Vlasenko · 7 years ago
  21. 85241c7 ash: [VAR] Do not poplocalvars prematurely on regular utilities by Denys Vlasenko · 7 years ago
  22. 484fc20 ash: [VAR] Fix poplocalvar on abnormal exit from function by Denys Vlasenko · 7 years ago
  23. 981a056 ash: [VAR] Replace cmdenviron with localvars by Denys Vlasenko · 7 years ago
  24. d5b500c ash: [VAR] Fix poplocalvar leak by Denys Vlasenko · 7 years ago
  25. b8ab27b ash: [VAR] Add localvars nesting by Denys Vlasenko · 7 years ago
  26. cf3a796 ash: alloc slightly smaller buffer in cvtnum(); faster unsetvar() by Denys Vlasenko · 7 years ago
  27. b31b61b ash: fix redir_leak.tests if STANDALONE=y by Denys Vlasenko · 7 years ago
  28. b0648b0 shell: remove ${#+} tests, it is not a valid construct by Denys Vlasenko · 7 years ago
  29. 2093ad2 hush: fix ${##}, ${#?}, ${#!} handling by Denys Vlasenko · 7 years ago
  30. 1e3e2cc ash: [SHELL] Optimize dash -c "command" to avoid a fork by Denys Vlasenko · 7 years ago
  31. 86981e3 ash: allow "trap NUM [SIG]..." syntax by Denys Vlasenko · 7 years ago
  32. f1a5cb0 ash: [REDIR] Replace GPL noclobberopen code with the FreeBSD version by Denys Vlasenko · 7 years ago
  33. 2990aa4 ash: sync up with dash with respect to redirection escaping by Denys Vlasenko · 7 years ago
  34. b28d4c3 ash: [VAR] Move unsetvar functionality into setvareq by Denys Vlasenko · 7 years ago
  35. be669fa ash: import param_expand_default.tests from hush by Denys Vlasenko · 7 years ago
  36. 645c697 hush: treat ${#?} as "length of $?" by Denys Vlasenko · 7 years ago
  37. 6492538 ash: add a few tests from hush-vars/* by Denys Vlasenko · 7 years ago
  38. 73c47f6 volume_id: enable minix detection by Denys Vlasenko · 7 years ago
  39. 5c123ac ash: fix comment, no code changes by Denys Vlasenko · 7 years ago
  40. 8d2191c ash: copy three tests from hush_test/hush-signals/* by Denys Vlasenko · 7 years ago
  41. ca50caa shell: some additions to *sh-misc/* tests by Denys Vlasenko · 7 years ago
  42. b920a38 tar: postpone creation of symlinks with "suspicious" targets. Closes 8411 by Denys Vlasenko · 7 years ago
  43. c810978 udhcpc: downgrade "MAC X:X:X:X:X:X" message to log2 level by Denys Vlasenko · 7 years ago
  44. 4a1d8f6 ash: add most of hush process subst tests by Denys Vlasenko · 7 years ago
  45. 621fc50 hush: fix a case when redirect to a closed fd #1 is not restoring (closing) it by Denys Vlasenko · 7 years ago
  46. b72f1ef udhcpc[6]: downgrade "adapter index N" messages to log2 level by Denys Vlasenko · 7 years ago
  47. de6cb41 udhcpc[6]: fix messages referring to select() while we use poll() by Denys Vlasenko · 7 years ago
  48. e34dbc4 ash: add all hush parsing tests to ast tests by Denys Vlasenko · 7 years ago
  49. 0675b03 hush: use mempcpy where useful by Denys Vlasenko · 7 years ago
  50. 94af83e ash: fix for last commit by Denys Vlasenko · 7 years ago
  51. 5ace96a ash: use mempcpy() in more places by Denys Vlasenko · 7 years ago
  52. e4f6bfd zcip: fix slow environment leak by Denys Vlasenko · 7 years ago
  53. bbf17bb crond: do not assume setenv() does not leak by Denys Vlasenko · 7 years ago
  54. ef0366e libbb: avoid malloc/free in bb_unsetenv() by Denys Vlasenko · 7 years ago
  55. c9e7843 crond: allow $SHELL and starting user's shell override DEFAULT_SHELL. Closes 6458 by Denys Vlasenko · 7 years ago
  56. da2244f ash: use mempcpy() where appropriate by Denys Vlasenko · 7 years ago
  57. fd5e66e basename: do not use argc by Denys Vlasenko · 7 years ago
  58. 578008a pgrep: fix "pgrep -v -P1"; also allow matching of comm - closes 10086 by Denys Vlasenko · 7 years ago
  59. 67d42df ping: fix help text to show what parameter -p takes by Denys Vlasenko · 7 years ago
  60. 0eed355 ash: suppress readonly1.tests false positive; add readonly0.tests by Denys Vlasenko · 7 years ago
  61. 42ba757 ash: improve set -x to quote strings as necessary by Denys Vlasenko · 7 years ago
  62. 168f0ef udhcpc[6]: on log level 1, three messages about raw socket is overkill by Denys Vlasenko · 7 years ago
  63. a680f40 ping: better config help text for FEATURE_FANCY_PING by Denys Vlasenko · 7 years ago
  64. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  65. 75d151e libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMA by Denys Vlasenko · 7 years ago
  66. ad37abf unzip: sanitize filename length: malloc(1234mb) is not funny by Denys Vlasenko · 7 years ago
  67. 997ad2c unzip: implement -j, closes 9126 by Denys Vlasenko · 7 years ago
  68. bff9bbc unzip: robustify overwrite checks by Denys Vlasenko · 7 years ago
  69. 13ae85e unzip: support symlinks. Closes 10031 by Denys Vlasenko · 7 years ago
  70. ebe3c35 bzcat,zcat: simplify code if gunzip/bunzip2 is not selected by Denys Vlasenko · 7 years ago
  71. eae1268 shell: optional support for read -t N.NNN, closes 10101 by Denys Vlasenko · 7 years ago
  72. 82dcc3b bootchartd: fix typo in comment by Denys Vlasenko · 7 years ago
  73. 9e2e0ff bootchartd: prevent premature stop by device mapper by Uwe Geuder · 7 years ago
  74. 1ef3ce9 sparc: needs -fPIC by Denys Vlasenko · 7 years ago
  75. 61f9d76 swapon/swapoff: trim config help text by Denys Vlasenko · 7 years ago
  76. ae178ce Update remaining menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  77. a165603 od_bloaty: fix floating point output by Ron Yorston · 7 years ago
  78. 9880f86 hdparm: remove contradicting size info in config help by Denys Vlasenko · 7 years ago
  79. 8ecd861 ash: remove contradicting size info in config help by Denys Vlasenko · 7 years ago
  80. f9d656f hush: remove contradicting size info in config help by Denys Vlasenko · 7 years ago
  81. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  82. 483405a Tweaks from mass recompile for 1.27.1 release by Denys Vlasenko · 7 years ago
  83. d2c15bc hush: tweak "help" output by Denys Vlasenko · 7 years ago
  84. 513a245 printf: fix format string sanity check by Ron Yorston · 7 years ago
  85. cf51109 hush: fix readonly2.tests failure by Denys Vlasenko · 7 years ago
  86. f645e15 hush: another testcase for "READONLY_VAR=VAL BLTIN ..." by Denys Vlasenko · 7 years ago
  87. 5b2cc0a hush: do not assign to readonly VAR in "VAR=VAL CMD" syntax too by Denys Vlasenko · 7 years ago
  88. 38ef39a hush: add readonly testcase, fix fallout by Denys Vlasenko · 7 years ago
  89. 3bab36b hush: convert exp/ro/local parameters to bitfields in one flag param by Denys Vlasenko · 7 years ago
  90. 6b0695b hush: HUSH_READONLY depends on HUSH by Denys Vlasenko · 7 years ago
  91. 6b48e1f hush: forgot to emit error on (failing) second "readonly VAR=VAL" by Denys Vlasenko · 7 years ago
  92. b95ee96 hush: smaller code in !READONLY configs by Denys Vlasenko · 7 years ago
  93. 1e66042 hush: implement "readonly" builtin by Denys Vlasenko · 7 years ago
  94. 826360f ash: more general format ${var:EXPR:EXPR} by Denys Vlasenko · 7 years ago
  95. 4f8079d ash: "you disabled math" is wrong: user did not disable it, builder of ash did by Denys Vlasenko · 7 years ago
  96. 0ba80e4 hush: small fix to last commit by Denys Vlasenko · 7 years ago
  97. e32b650 hush: support ${VAR:N:-M} by Denys Vlasenko · 7 years ago
  98. 203fd7b shells: expand TODO comments, no code changes by Denys Vlasenko · 7 years ago
  99. 68e9805 ttysize: if stdin is not tty, try stdout, then stderr by Denys Vlasenko · 7 years ago
  100. b24e55d hush: fix "cmd1 && cmd2 &" handling on NOMMU by Denys Vlasenko · 7 years ago