- 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
- 1572f52 watchdog: do not use argc, other cleanups by Denys Vlasenko · 7 years ago
- 31c7650 watchdog: stop watchdog first on startup by Matt Spinler · 7 years ago
- 1b84f4a beep: disallow FEATURE_BEEP_FREQ = 0 in configuration by Denys Vlasenko · 7 years ago
- 1310263 hush: explain why wait5.tests is failing by Denys Vlasenko · 7 years ago
- 840a435 hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?" by Denys Vlasenko · 7 years ago
- 2db7461 hush: fix two redirection testcase failures by Denys Vlasenko · 7 years ago
- 69a5ec9 main: fix the case where user has "halt" as login shell. Closes 9986 by Denys Vlasenko · 7 years ago
- b0c0b6d setpriv: remove dependency on libcap headers by Denys Vlasenko · 7 years ago
- 2bfe783 setpriv: factor out capability name printing by Denys Vlasenko · 7 years ago
- cf5748c setpriv: code shrink, and grouping capability code together by Denys Vlasenko · 7 years ago
- 6842d00 setpriv: allow modifying ambient capabilities by Patrick Steinhardt · 7 years ago
- 0f49f6f setpriv: allow modifying inheritable caps by Patrick Steinhardt · 7 years ago
- 5e09874 setpriv: dump ambient capabilities by Patrick Steinhardt · 7 years ago
- f34c701 setpriv: dump capability bounding set by Patrick Steinhardt · 7 years ago
- ad63102 setpriv: dump inheritable capability set by Patrick Steinhardt · 7 years ago
- 10c53b8 setpriv: dump no-new-privs info by Patrick Steinhardt · 7 years ago
- 111cdcf shell: sync redir/* tests by Denys Vlasenko · 7 years ago
- 1ff1a75 ash: rename redir5.tests (hush has redir5.tests which is different) by Denys Vlasenko · 7 years ago
- 50b8b29 hush: add a TODO about redir3.tests failure by Denys Vlasenko · 7 years ago
- a107ef2 hush: rename hush-redir/redir3.tests (ash has redir3.tests which id different) by Denys Vlasenko · 7 years ago
- e59591a hush: Print error messages on shift -1 by Denys Vlasenko · 7 years ago
- 74d20e6 typo fix by Denys Vlasenko · 7 years ago
- 5dad7bd hush: implement negative start in the ${v: -n[:m]} idiom by Denys Vlasenko · 7 years ago
- 3234045 hush: "adopt" ash var-utf8-length.tests by Denys Vlasenko · 7 years ago