aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* testsuite: add some tests for ashRon Yorston2015-05-1810-0/+15
* ash: fix breakage of ${v/pat/str}Ron Yorston2015-05-181-51/+28
* ash: move parse-time quote flag detection to run-timeRon Yorston2015-05-185-98/+72
* ash: remove arithmetic expansion collapsing at parse timeRon Yorston2015-05-183-12/+11
* ash: remove superfluous code in arithmetic modeRon Yorston2015-05-181-5/+2
* ash: do not expand tilde in parameter expansion within quotesRon Yorston2015-05-183-5/+6
* ash: perform tilde expansion in all parameter expansion wordsRon Yorston2015-05-183-2/+5
* ash: code shrink around varvalueRon Yorston2015-05-181-46/+38
* ash: explain what "local -" doesDenys Vlasenko2015-05-131-1/+2
* ash: consider "local -" case while iterating over local variables in mklocal.Eugene Rudoy2015-05-131-1/+1
* libbb: Enable support for !CONFIG_MULTIUSERDaniel Thompson2015-05-121-2/+21
* i2c-tools: only try /dev/i2c/* if opening /dev/i2c-* fails with ENOENTBartosz Golaszewski2015-05-111-2/+6
* i2c-tools: fix 'i2cdetect -l'Bartosz Golaszewski2015-05-111-1/+4
* bzcat.tests: Run both .gz and .bz2 tests, and add .Z testsThiago Jung Bauermann2015-05-111-24/+50
* tar: do not try to decode GNU extended headers as pax headersDenys Vlasenko2015-05-111-11/+17
* Conditionalize Bionic workarounds on __ANDROID_API__Matt Whitlock2015-05-031-4/+10
* Bionic lacks mempcpy; enable existing workaroundMatt Whitlock2015-05-031-0/+1
* libarchive: auto-detect .Z files as wellThiago Jung Bauermann2015-05-031-0/+7
* typo fixDenys Vlasenko2015-05-031-1/+1
* vi: basic undo feature shouldn't depend on yankmarkAndrew Fuller2015-05-031-5/+5
* gzip: add support for compression levels 4-9Aaro Koskinen2015-04-261-10/+62
* Bionic lacks tcdrain; provide a workaroundMatt Whitlock2015-04-261-0/+5
* Bionic lacks ttyname_r; provide a workaroundMatt Whitlock2015-04-252-0/+26
* special-case {true,false,test} --helpDenys Vlasenko2015-04-214-28/+21
* include: Fallback to UTMP unless there is UTMPX supportBernhard Reutner-Fischer2015-04-201-1/+24
* libbb: remove unnecessary argument to nonblock_immune_readRon Yorston2015-04-203-8/+8
* mdev: if a "future" mdev.seq is seen, do not overwrite it with oursDenys Vlasenko2015-04-191-7/+22
* mdev: improve loggingDenys Vlasenko2015-04-191-4/+8
* hush: document buggy handling of duplicate "local"Denys Vlasenko2015-04-182-0/+6
* ash: fix handling of duplicate "local"Denys Vlasenko2015-04-184-17/+42
* sed: implement ",+N" range endDenys Vlasenko2015-04-172-5/+68
* uevent: new appletDenys Vlasenko2015-04-161-0/+127
* find: fix regression in status processing for path argumentsFelix Fietkau2015-04-141-4/+2
* volume_id: fix a buglet introduced by is_prefixed_with() conversionAlfonso Ranieri2015-04-141-1/+1
* build system: make CONFIG_EXTRA_LDFLAGS go to LDFLAGS, not EXTRA_LDFLAGSDenys Vlasenko2015-04-142-1/+3
* update copyright yearsAaro Koskinen2015-04-021-1/+1
* *: Switch to POSIX utmpx APIBernhard Reutner-Fischer2015-04-029-52/+56
* update example ntp.scriptDenys Vlasenko2015-03-311-2/+19
* ftpd: change_identity() must be after chroot()Denys Vlasenko2015-03-311-20/+21
* typo fixDenys Vlasenko2015-03-261-1/+1
* truncate: new appletDenys Vlasenko2015-03-221-0/+77
* zcip: fix wrong comparison of source IP with our IPVladislav Grishenko2015-03-221-1/+1
* truncate: new appletAri Sundholm2015-03-222-1/+4
* dd: move suffix struct to xatonum.cAri Sundholm2015-03-223-25/+26
* logread: implement dumpfollow mode of operationPhil Sutter2015-03-221-5/+11
* ifupdown: shrink a messageDenys Vlasenko2015-03-221-1/+1
* ifupdown: correct ifstate update during 'ifup -a'. Closes 6212Frank Bergmann2015-03-221-3/+4
* ash: do not split the result of tilde expansionRon Yorston2015-03-221-3/+0
* trylink: respect compiler settings when probing featuresMike Frysinger2015-03-161-2/+2
* trylink: use mktemp instead of hardcoding pathsMike Frysinger2015-03-161-4/+4