aboutsummaryrefslogtreecommitdiff
path: root/LICENSE (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-18hush: do not assign to readonly VAR in "VAR=VAL CMD" syntax tooDenys Vlasenko3-12/+33
2017-07-18hush: add readonly testcase, fix falloutDenys Vlasenko3-9/+53
2017-07-18hush: convert exp/ro/local parameters to bitfields in one flag paramDenys Vlasenko1-46/+35
2017-07-17hush: HUSH_READONLY depends on HUSHDenys Vlasenko1-0/+1
2017-07-17hush: forgot to emit error on (failing) second "readonly VAR=VAL"Denys Vlasenko1-3/+2
2017-07-17hush: smaller code in !READONLY configsDenys Vlasenko1-4/+7
2017-07-17hush: implement "readonly" builtinDenys Vlasenko1-36/+63
2017-07-17ash: more general format ${var:EXPR:EXPR}Denys Vlasenko3-17/+73
2017-07-17ash: "you disabled math" is wrong: user did not disable it, builder of ash didDenys Vlasenko1-1/+1
2017-07-17hush: small fix to last commitDenys Vlasenko1-1/+1
2017-07-17hush: support ${VAR:N:-M}Denys Vlasenko3-23/+72
2017-07-17shells: expand TODO comments, no code changesDenys Vlasenko2-5/+27
2017-07-16ttysize: if stdin is not tty, try stdout, then stderrDenys Vlasenko1-2/+5
2017-07-16hush: fix "cmd1 && cmd2 &" handling on NOMMUDenys Vlasenko1-9/+13
2017-07-16arch: new applet (same as unmae -m). ~30 bytes.Denys Vlasenko1-69/+96
2017-07-15shell: and_or_and_backgrounding.tests is no longer "UNFIXED BUG"Denys Vlasenko2-2/+0
2017-07-15hush: fix and_or_and_backgrounding.tests failureDenys Vlasenko5-1/+71
2017-07-15config: reorder items in "Busybox Settings", improve helpDenys Vlasenko1-63/+69
2017-07-15config: merge "Busybox Settings" and "Busybox Library Tuning" into one menuDenys Vlasenko3-53/+59
2017-07-15Move get_unaligned_le32() macros to platform.hDenys Vlasenko3-9/+17
2017-07-15fix more instances of ": $((a++))" in shell scriptsDenys Vlasenko3-8/+8
2017-07-15make_single_applets: fix ": $((fail++))" expansion errorKang-Che Sung1-3/+3
2017-07-15config: fix tab-damaged help textDenys Vlasenko1-4/+3
2017-07-15tls: remove last int16 local variables in pstm codeDenys Vlasenko4-4/+4
2017-07-15tls: fix pstm asm constraint problemDenys Vlasenko3-6/+7
2017-07-15build system: FEATURE_LIBBUSYBOX_STATIC - try to pull libc/libm into libbusyboxDenys Vlasenko2-29/+32
2017-07-15blkdiscard: provide our own BLK[SEC]DISCARD if necessaryDenys Vlasenko1-0/+7
2017-07-15tls: fix build problem on non-static i386Denys Vlasenko1-1/+3
2017-07-15Makefile: include per-arch Makefile before Makefile.flagsThomas Petazzoni1-2/+2
2017-07-15copyfd: guard use of munmap() with #if (windows builds need this)Johannes Schindelin1-0/+3
2017-07-15ash: protect WIFSTOPPED use with #if JOBSJohannes Schindelin1-3/+9
2017-07-14libbb: hide getnetbyaddr() inside "#if ENABLE_FEATURE_ETC_NETWORKS" blockDenys Vlasenko1-27/+19
2017-07-14hush: make "wait %1" work even if the job is deadDenys Vlasenko1-39/+52
2017-07-14hush: remove superfluous comparisonDenys Vlasenko1-1/+1
2017-07-14uuencode: allow space instead of "`" as padding char. Closes 10046Denys Vlasenko1-3/+9
2017-07-14xxd: allow "-" as file name meaning stdinDenys Vlasenko1-4/+6
2017-07-14libbb/dump: allow skipping over stdin tooDenys Vlasenko1-20/+13
2017-07-14libbb/dump: fix a few broken commits and shrink codeDenys Vlasenko1-10/+10
2017-07-14libbb: safe_write should not return EINTRDenys Vlasenko1-2/+10
2017-07-14dd: fix status=none. Closes 10066Denys Vlasenko1-4/+3
2017-07-14hush: add support for "set -e"Denys Vlasenko7-21/+96
2017-07-14cat: fix "cat -An" ignoring -n; make numbering go througn all filesDenys Vlasenko3-35/+30
2017-07-14add-remove-shell: fix crash when shell is already addedTimo Teräs1-1/+1
2017-07-14cat: allow compiling out -n and -bKang-Che Sung1-21/+38
2017-07-11unzip: TODO for symlink supportDenys Vlasenko1-0/+21
2017-07-10inetd,mount: do not die if uclibc without RPC is detectedDenys Vlasenko2-2/+4
2017-07-10hush: add TODO for "set -e"Denys Vlasenko1-0/+17
2017-07-10hush: simplify insert_job_into_table() a bitDenys Vlasenko1-15/+12
2017-07-10hush: rename a few functionsDenys Vlasenko1-10/+10
2017-07-10libbb: do not die if setgid/setuid(real_id) on startup failsDenys Vlasenko1-2/+15