aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libbb: avoid annoying blank line in help messageRon Yorston2017-07-291-2/+2
* platform.h: WIN32 doesn't support '%m' printf specifierRon Yorston2017-07-291-0/+1
* win32: add dummy sys/prctl.hRon Yorston2017-07-291-0/+0
* lineedit: fix incorrect conflict resolution in bb8d79ead mergeRon Yorston2017-07-291-38/+0
* ash: remove old code to tab-complete 'busybox' in standalone shellRon Yorston2017-07-292-18/+3
* Merge branch 'busybox' into mergeRon Yorston2017-07-29101-1101/+2017
|\
| * ps: tweak outdated comment, no code changesDenys Vlasenko2017-07-291-5/+0
| * ps: implement -o sidDenys Vlasenko2017-07-291-0/+6
| * standalone shell / prefer_applets: fix "exe" in comm fieldsDenys Vlasenko2017-07-291-0/+18
| * ash: make tryexec(cmd) parameter const charDenys Vlasenko2017-07-291-4/+4
| * shell: make standalone shell tab-complete "busybox"Denys Vlasenko2017-07-292-6/+21
| * ash: support platforms that don't have '%m' printf specifierRon Yorston2017-07-282-5/+21
| * ash: less hackish implementation of evaltreenr()Denys Vlasenko2017-07-282-6/+21
| * unzip: fix regression on big-endian machinesNatanael Copa2017-07-271-0/+1
| * config: more tweaking of help textsDenys Vlasenko2017-07-274-6/+6
| * rdate: tweak comments, no code changesDenys Vlasenko2017-07-271-5/+4
| * inetd: improve --helpt text and config help text.Denys Vlasenko2017-07-272-12/+31
| * tweak examples/var_service/*Denys Vlasenko2017-07-272-7/+9
| * ed: fix "\n" removal in command line; make "w" set "dirty = 0"Denys Vlasenko2017-07-271-20/+24
| * ed: code shrinkDenys Vlasenko2017-07-271-51/+43
| * ed: fix --help and reorder functions, no code changesDenys Vlasenko2017-07-271-548/+516
| * swapon: do not use FEATURE_MOUNT_LABEL, have your own FEATURE_SWAPONOFF_LABELDenys Vlasenko2017-07-273-2/+11
| * config: trim/improve item names and help texts, take 2Denys Vlasenko2017-07-2716-74/+81
| * config: trim/improve item names and help texts.Denys Vlasenko2017-07-272-53/+48
| * ash: force inlining of a trivial functionDenys Vlasenko2017-07-261-1/+1
| * ash: revert previous implementation of "A=1 A=2 B=$A cmd" codeDenys Vlasenko2017-07-261-47/+15
| * ash: [VAR] Fix loss of variables when hash collidesDenys Vlasenko2017-07-261-10/+16
| * ash: [VAR] Do not poplocalvars prematurely on regular utilitiesDenys Vlasenko2017-07-261-4/+6
| * ash: [VAR] Fix poplocalvar on abnormal exit from functionDenys Vlasenko2017-07-261-5/+14
| * ash: [VAR] Replace cmdenviron with localvarsDenys Vlasenko2017-07-261-27/+34
| * ash: [VAR] Fix poplocalvar leakDenys Vlasenko2017-07-261-1/+2
| * ash: [VAR] Add localvars nestingDenys Vlasenko2017-07-261-13/+44
| * ash: alloc slightly smaller buffer in cvtnum(); faster unsetvar()Denys Vlasenko2017-07-261-9/+13
| * ash: fix redir_leak.tests if STANDALONE=yDenys Vlasenko2017-07-261-0/+1
| * shell: remove ${#+} tests, it is not a valid constructDenys Vlasenko2017-07-264-6/+16
| * hush: fix ${##}, ${#?}, ${#!} handlingDenys Vlasenko2017-07-267-9/+106
| * ash: [SHELL] Optimize dash -c "command" to avoid a forkDenys Vlasenko2017-07-251-7/+11
| * ash: allow "trap NUM [SIG]..." syntaxDenys Vlasenko2017-07-254-5/+10
| * ash: [REDIR] Replace GPL noclobberopen code with the FreeBSD versionDenys Vlasenko2017-07-251-64/+17
| * ash: sync up with dash with respect to redirection escapingDenys Vlasenko2017-07-251-5/+1
| * ash: [VAR] Move unsetvar functionality into setvareqDenys Vlasenko2017-07-256-46/+81
| * ash: import param_expand_default.tests from hushDenys Vlasenko2017-07-253-2/+34
| * hush: treat ${#?} as "length of $?"Denys Vlasenko2017-07-255-5/+115
| * ash: add a few tests from hush-vars/*Denys Vlasenko2017-07-2510-23/+283
| * volume_id: enable minix detectionDenys Vlasenko2017-07-253-27/+35
| * ash: fix comment, no code changesDenys Vlasenko2017-07-241-3/+0
| * ash: copy three tests from hush_test/hush-signals/*Denys Vlasenko2017-07-246-0/+74
| * shell: some additions to *sh-misc/* testsDenys Vlasenko2017-07-247-0/+34
| * tar: postpone creation of symlinks with "suspicious" targets. Closes 8411Denys Vlasenko2017-07-246-36/+130
| * udhcpc: downgrade "MAC X:X:X:X:X:X" message to log2 levelDenys Vlasenko2017-07-241-1/+1