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