aboutsummaryrefslogtreecommitdiff
path: root/shell (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-29ash: remove old code to tab-complete 'busybox' in standalone shellRon Yorston1-8/+1
2017-07-29ps: tweak outdated comment, no code changesDenys Vlasenko1-5/+0
2017-07-29ps: implement -o sidDenys Vlasenko1-0/+6
2017-07-29standalone shell / prefer_applets: fix "exe" in comm fieldsDenys Vlasenko1-0/+18
2017-07-29ash: make tryexec(cmd) parameter const charDenys Vlasenko1-4/+4
2017-07-29shell: make standalone shell tab-complete "busybox"Denys Vlasenko2-6/+21
2017-07-28ash: support platforms that don't have '%m' printf specifierRon Yorston2-5/+21
2017-07-28ash: less hackish implementation of evaltreenr()Denys Vlasenko2-6/+21
2017-07-27unzip: fix regression on big-endian machinesNatanael Copa1-0/+1
2017-07-27config: more tweaking of help textsDenys Vlasenko4-6/+6
2017-07-27rdate: tweak comments, no code changesDenys Vlasenko1-5/+4
2017-07-27inetd: improve --helpt text and config help text.Denys Vlasenko2-12/+31
2017-07-27tweak examples/var_service/*Denys Vlasenko2-7/+9
2017-07-27ed: fix "\n" removal in command line; make "w" set "dirty = 0"Denys Vlasenko1-20/+24
2017-07-27Allow PREFER_APPLETS and SH_STANDALONE to be set separatelyRon Yorston2-8/+15
2017-07-27ed: code shrinkDenys Vlasenko1-51/+43
2017-07-27ed: fix --help and reorder functions, no code changesDenys Vlasenko1-548/+516
2017-07-27swapon: do not use FEATURE_MOUNT_LABEL, have your own FEATURE_SWAPONOFF_LABELDenys Vlasenko3-2/+11
2017-07-27config: trim/improve item names and help texts, take 2Denys Vlasenko16-74/+81
2017-07-27config: trim/improve item names and help texts.Denys Vlasenko2-53/+48
2017-07-26ash: force inlining of a trivial functionDenys Vlasenko1-1/+1
2017-07-26ash: revert previous implementation of "A=1 A=2 B=$A cmd" codeDenys Vlasenko1-47/+15
2017-07-26ash: [VAR] Fix loss of variables when hash collidesDenys Vlasenko1-10/+16
2017-07-26ash: [VAR] Do not poplocalvars prematurely on regular utilitiesDenys Vlasenko1-4/+6
2017-07-26ash: [VAR] Fix poplocalvar on abnormal exit from functionDenys Vlasenko1-5/+14
2017-07-26ash: [VAR] Replace cmdenviron with localvarsDenys Vlasenko1-27/+34
2017-07-26ash: [VAR] Fix poplocalvar leakDenys Vlasenko1-1/+2
2017-07-26ash: [VAR] Add localvars nestingDenys Vlasenko1-13/+44
2017-07-26ash: alloc slightly smaller buffer in cvtnum(); faster unsetvar()Denys Vlasenko1-9/+13
2017-07-26ash: fix redir_leak.tests if STANDALONE=yDenys Vlasenko1-0/+1
2017-07-26shell: remove ${#+} tests, it is not a valid constructDenys Vlasenko4-6/+16
2017-07-26hush: fix ${##}, ${#?}, ${#!} handlingDenys Vlasenko7-9/+106
2017-07-25ash: [SHELL] Optimize dash -c "command" to avoid a forkDenys Vlasenko1-7/+11
2017-07-25ash: allow "trap NUM [SIG]..." syntaxDenys Vlasenko4-5/+10
2017-07-25ash: [REDIR] Replace GPL noclobberopen code with the FreeBSD versionDenys Vlasenko1-64/+17
2017-07-25ash: sync up with dash with respect to redirection escapingDenys Vlasenko1-5/+1
2017-07-25ash: [VAR] Move unsetvar functionality into setvareqDenys Vlasenko6-46/+81
2017-07-25ash: import param_expand_default.tests from hushDenys Vlasenko3-2/+34
2017-07-25hush: treat ${#?} as "length of $?"Denys Vlasenko5-5/+115
2017-07-25ash: add a few tests from hush-vars/*Denys Vlasenko10-23/+283
2017-07-25volume_id: enable minix detectionDenys Vlasenko3-27/+35
2017-07-24ash: fix comment, no code changesDenys Vlasenko1-3/+0
2017-07-24ash: copy three tests from hush_test/hush-signals/*Denys Vlasenko6-0/+74
2017-07-24shell: some additions to *sh-misc/* testsDenys Vlasenko7-0/+34
2017-07-24tar: postpone creation of symlinks with "suspicious" targets. Closes 8411Denys Vlasenko6-36/+130
2017-07-24Post-merge fixesRon Yorston3-7/+10
2017-07-24udhcpc: downgrade "MAC X:X:X:X:X:X" message to log2 levelDenys Vlasenko1-1/+1
2017-07-24ash: add most of hush process subst testsDenys Vlasenko12-0/+89
2017-07-24hush: fix a case when redirect to a closed fd #1 is not restoring (closing) itDenys Vlasenko3-7/+35
2017-07-24udhcpc[6]: downgrade "adapter index N" messages to log2 levelDenys Vlasenko2-3/+3