aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* udhcpc: dns labels can actually start with a numberArthur Gautier2015-07-301-4/+0
* less: improvements to verbose status messagesRon Yorston2015-07-211-14/+69
* sync: add support for -d -f FILEDenys Vlasenko2015-07-214-11/+75
* Remove old_e2fsprogs/*Denys Vlasenko2015-07-19133-40044/+0
* libbb: add a function to make a copy of a region of memoryRon Yorston2015-07-198-17/+13
* less: correctly account for tabs when rewrapping linesRon Yorston2015-07-191-1/+3
* less: fix display of line numbersRon Yorston2015-07-191-24/+11
* less: document -S flag and make it independently configurableRon Yorston2015-07-191-4/+18
* ash: use alloca to get rid of setjmpRon Yorston2015-07-131-34/+2
* fix file modeDenys Vlasenko2015-07-131-0/+0
* ash: remove parsebackquote flagRon Yorston2015-07-133-7/+3
* Removes stray empty line from codeManinder Singh2015-07-1328-46/+0
* applets: Add installation of individual binariesClayton Shotwell2015-07-012-2/+28
* ps: fix SEGV on narrow screens. closes 8176Denys Vlasenko2015-07-011-5/+7
* ipaddress: better formatting, no code changesDenys Vlasenko2015-07-011-6/+10
* ip addr: support change and replace commandsMichael Tokarev2015-07-012-9/+13
* fix whitespacesManinder Singh2015-06-071-1/+1
* fix if(p)/free(p) constructManinder Singh2015-06-074-14/+7
* i2cdetect: use break instead of goto in list_i2c_busses_and_exit()Bartosz Golaszewski2015-06-071-2/+1
* i2cdump: code reworkBartosz Golaszewski2015-06-071-149/+167
* i2cdetect: add a check for (mode == DETECT_MODE_AUTO)Bartosz Golaszewski2015-06-071-1/+3
* i2cdetect: don't scan non-regular addresses without the '-a' optionBartosz Golaszewski2015-06-071-2/+4
* i2cdetect: don't die on addresses already in use by driversBartosz Golaszewski2015-06-071-12/+19
* chown: fix help textJunling Zheng2015-06-071-1/+1
* truncate: do not die when a file doesn't exist and no-create flag is onAri Sundholm2015-05-251-5/+15
* Print one less newline at the end of bb_show_usage()Denys Vlasenko2015-05-251-1/+1
* typo fixesManinder Singh2015-05-2517-24/+24
* dc: fix "dc p" prinitng bogus dataDenys Vlasenko2015-05-251-2/+8
* tc: fix print_rateDenys Vlasenko2015-05-241-7/+7
* hush: add recent ash tests to hush testsuite too (they all pass for hush)Denys Vlasenko2015-05-1818-0/+29
* 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