1. ca50caa shell: some additions to *sh-misc/* tests by Denys Vlasenko · 7 years ago
  2. b920a38 tar: postpone creation of symlinks with "suspicious" targets. Closes 8411 by Denys Vlasenko · 7 years ago
  3. c810978 udhcpc: downgrade "MAC X:X:X:X:X:X" message to log2 level by Denys Vlasenko · 7 years ago
  4. 4a1d8f6 ash: add most of hush process subst tests by Denys Vlasenko · 7 years ago
  5. 621fc50 hush: fix a case when redirect to a closed fd #1 is not restoring (closing) it by Denys Vlasenko · 7 years ago
  6. b72f1ef udhcpc[6]: downgrade "adapter index N" messages to log2 level by Denys Vlasenko · 7 years ago
  7. de6cb41 udhcpc[6]: fix messages referring to select() while we use poll() by Denys Vlasenko · 7 years ago
  8. e34dbc4 ash: add all hush parsing tests to ast tests by Denys Vlasenko · 7 years ago
  9. 0675b03 hush: use mempcpy where useful by Denys Vlasenko · 7 years ago
  10. 94af83e ash: fix for last commit by Denys Vlasenko · 7 years ago
  11. 5ace96a ash: use mempcpy() in more places by Denys Vlasenko · 7 years ago
  12. e4f6bfd zcip: fix slow environment leak by Denys Vlasenko · 7 years ago
  13. bbf17bb crond: do not assume setenv() does not leak by Denys Vlasenko · 7 years ago
  14. ef0366e libbb: avoid malloc/free in bb_unsetenv() by Denys Vlasenko · 7 years ago
  15. c9e7843 crond: allow $SHELL and starting user's shell override DEFAULT_SHELL. Closes 6458 by Denys Vlasenko · 7 years ago
  16. da2244f ash: use mempcpy() where appropriate by Denys Vlasenko · 7 years ago
  17. fd5e66e basename: do not use argc by Denys Vlasenko · 7 years ago
  18. 578008a pgrep: fix "pgrep -v -P1"; also allow matching of comm - closes 10086 by Denys Vlasenko · 7 years ago
  19. 67d42df ping: fix help text to show what parameter -p takes by Denys Vlasenko · 7 years ago
  20. 0eed355 ash: suppress readonly1.tests false positive; add readonly0.tests by Denys Vlasenko · 7 years ago
  21. 42ba757 ash: improve set -x to quote strings as necessary by Denys Vlasenko · 7 years ago
  22. 168f0ef udhcpc[6]: on log level 1, three messages about raw socket is overkill by Denys Vlasenko · 7 years ago
  23. a680f40 ping: better config help text for FEATURE_FANCY_PING by Denys Vlasenko · 7 years ago
  24. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  25. 75d151e libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMA by Denys Vlasenko · 7 years ago
  26. ad37abf unzip: sanitize filename length: malloc(1234mb) is not funny by Denys Vlasenko · 7 years ago
  27. 997ad2c unzip: implement -j, closes 9126 by Denys Vlasenko · 7 years ago
  28. bff9bbc unzip: robustify overwrite checks by Denys Vlasenko · 7 years ago
  29. 13ae85e unzip: support symlinks. Closes 10031 by Denys Vlasenko · 7 years ago
  30. ebe3c35 bzcat,zcat: simplify code if gunzip/bunzip2 is not selected by Denys Vlasenko · 7 years ago
  31. eae1268 shell: optional support for read -t N.NNN, closes 10101 by Denys Vlasenko · 7 years ago
  32. 82dcc3b bootchartd: fix typo in comment by Denys Vlasenko · 7 years ago
  33. 9e2e0ff bootchartd: prevent premature stop by device mapper by Uwe Geuder · 7 years ago
  34. 1ef3ce9 sparc: needs -fPIC by Denys Vlasenko · 7 years ago
  35. 61f9d76 swapon/swapoff: trim config help text by Denys Vlasenko · 7 years ago
  36. ae178ce Update remaining menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  37. a165603 od_bloaty: fix floating point output by Ron Yorston · 7 years ago
  38. 9880f86 hdparm: remove contradicting size info in config help by Denys Vlasenko · 7 years ago
  39. 8ecd861 ash: remove contradicting size info in config help by Denys Vlasenko · 7 years ago
  40. f9d656f hush: remove contradicting size info in config help by Denys Vlasenko · 7 years ago
  41. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  42. 483405a Tweaks from mass recompile for 1.27.1 release by Denys Vlasenko · 7 years ago
  43. d2c15bc hush: tweak "help" output by Denys Vlasenko · 7 years ago
  44. 513a245 printf: fix format string sanity check by Ron Yorston · 7 years ago
  45. cf51109 hush: fix readonly2.tests failure by Denys Vlasenko · 7 years ago
  46. f645e15 hush: another testcase for "READONLY_VAR=VAL BLTIN ..." by Denys Vlasenko · 7 years ago
  47. 5b2cc0a hush: do not assign to readonly VAR in "VAR=VAL CMD" syntax too by Denys Vlasenko · 7 years ago
  48. 38ef39a hush: add readonly testcase, fix fallout by Denys Vlasenko · 7 years ago
  49. 3bab36b hush: convert exp/ro/local parameters to bitfields in one flag param by Denys Vlasenko · 7 years ago
  50. 6b0695b hush: HUSH_READONLY depends on HUSH by Denys Vlasenko · 7 years ago
  51. 6b48e1f hush: forgot to emit error on (failing) second "readonly VAR=VAL" by Denys Vlasenko · 7 years ago
  52. b95ee96 hush: smaller code in !READONLY configs by Denys Vlasenko · 7 years ago
  53. 1e66042 hush: implement "readonly" builtin by Denys Vlasenko · 7 years ago
  54. 826360f ash: more general format ${var:EXPR:EXPR} by Denys Vlasenko · 7 years ago
  55. 4f8079d ash: "you disabled math" is wrong: user did not disable it, builder of ash did by Denys Vlasenko · 7 years ago
  56. 0ba80e4 hush: small fix to last commit by Denys Vlasenko · 7 years ago
  57. e32b650 hush: support ${VAR:N:-M} by Denys Vlasenko · 7 years ago
  58. 203fd7b shells: expand TODO comments, no code changes by Denys Vlasenko · 7 years ago
  59. 68e9805 ttysize: if stdin is not tty, try stdout, then stderr by Denys Vlasenko · 7 years ago
  60. b24e55d hush: fix "cmd1 && cmd2 &" handling on NOMMU by Denys Vlasenko · 7 years ago
  61. c49638b arch: new applet (same as unmae -m). ~30 bytes. by Denys Vlasenko · 7 years ago
  62. 9f904a2 shell: and_or_and_backgrounding.tests is no longer "UNFIXED BUG" by Denys Vlasenko · 7 years ago
  63. ee553b9 hush: fix and_or_and_backgrounding.tests failure by Denys Vlasenko · 7 years ago
  64. 2c8929c config: reorder items in "Busybox Settings", improve help by Denys Vlasenko · 7 years ago
  65. a3df2fa config: merge "Busybox Settings" and "Busybox Library Tuning" into one menu by Denys Vlasenko · 7 years ago
  66. 2c1258c Move get_unaligned_le32() macros to platform.h by Denys Vlasenko · 7 years ago
  67. 08dfafc fix more instances of ": $((a++))" in shell scripts by Denys Vlasenko · 7 years ago
  68. ed2b922 make_single_applets: fix ": $((fail++))" expansion error by Kang-Che Sung · 7 years ago
  69. c4ddf04 config: fix tab-damaged help text by Denys Vlasenko · 7 years ago
  70. 3d7ec48 tls: remove last int16 local variables in pstm code by Denys Vlasenko · 7 years ago
  71. 79376ec tls: fix pstm asm constraint problem by Denys Vlasenko · 7 years ago
  72. 367a55c build system: FEATURE_LIBBUSYBOX_STATIC - try to pull libc/libm into libbusybox by Denys Vlasenko · 7 years ago
  73. 8ea061e blkdiscard: provide our own BLK[SEC]DISCARD if necessary by Denys Vlasenko · 7 years ago
  74. 9887f93 tls: fix build problem on non-static i386 by Denys Vlasenko · 7 years ago
  75. e9a25ac Makefile: include per-arch Makefile before Makefile.flags by Thomas Petazzoni · 7 years ago
  76. e5b1f5a copyfd: guard use of munmap() with #if (windows builds need this) by Johannes Schindelin · 7 years ago
  77. 9d4dc84 ash: protect WIFSTOPPED use with #if JOBS by Johannes Schindelin · 7 years ago
  78. 7d7c7bb libbb: hide getnetbyaddr() inside "#if ENABLE_FEATURE_ETC_NETWORKS" block by Denys Vlasenko · 7 years ago
  79. 2ed74e2 hush: make "wait %1" work even if the job is dead by Denys Vlasenko · 7 years ago
  80. 0c5657e hush: remove superfluous comparison by Denys Vlasenko · 7 years ago
  81. 7b6e8f3 uuencode: allow space instead of "`" as padding char. Closes 10046 by Denys Vlasenko · 7 years ago
  82. 90678f0 xxd: allow "-" as file name meaning stdin by Denys Vlasenko · 7 years ago
  83. 63214a6 libbb/dump: allow skipping over stdin too by Denys Vlasenko · 7 years ago
  84. 5f7904b libbb/dump: fix a few broken commits and shrink code by Denys Vlasenko · 7 years ago
  85. a03ac60 libbb: safe_write should not return EINTR by Denys Vlasenko · 7 years ago
  86. d5b98e2 dd: fix status=none. Closes 10066 by Denys Vlasenko · 7 years ago
  87. 9fda609 hush: add support for "set -e" by Denys Vlasenko · 7 years ago
  88. 75e90b1 cat: fix "cat -An" ignoring -n; make numbering go througn all files by Denys Vlasenko · 7 years ago
  89. cc86b2a add-remove-shell: fix crash when shell is already added by Timo Teräs · 7 years ago
  90. a2bdc5c cat: allow compiling out -n and -b by Kang-Che Sung · 7 years ago
  91. 38d9669 unzip: TODO for symlink support by Denys Vlasenko · 7 years ago
  92. ce55284 inetd,mount: do not die if uclibc without RPC is detected by Denys Vlasenko · 7 years ago
  93. b057806 hush: add TODO for "set -e" by Denys Vlasenko · 7 years ago
  94. 9e55a15 hush: simplify insert_job_into_table() a bit by Denys Vlasenko · 7 years ago
  95. 1609629 hush: rename a few functions by Denys Vlasenko · 7 years ago
  96. 12a4f9a libbb: do not die if setgid/setuid(real_id) on startup fails by Denys Vlasenko · 7 years ago
  97. 9de9c87 shuf: fix random line selection. Closes 9971 by Denys Vlasenko · 7 years ago
  98. d18b200 crond: code shrink by Denys Vlasenko · 7 years ago
  99. 0b3b65f crond: move misplaced comment by Denys Vlasenko · 7 years ago
  100. 75fbea3 crond: support @daily etc by Denys Vlasenko · 7 years ago