aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-19Remove old_e2fsprogs/*Denys Vlasenko
2015-07-19libbb: add a function to make a copy of a region of memoryRon Yorston
2015-07-19less: correctly account for tabs when rewrapping linesRon Yorston
2015-07-19less: fix display of line numbersRon Yorston
2015-07-19less: document -S flag and make it independently configurableRon Yorston
2015-07-13ash: use alloca to get rid of setjmpRon Yorston
2015-07-13fix file modeDenys Vlasenko
2015-07-13ash: remove parsebackquote flagRon Yorston
2015-07-13Removes stray empty line from codeManinder Singh
2015-07-01applets: Add installation of individual binariesClayton Shotwell
2015-07-01ps: fix SEGV on narrow screens. closes 8176Denys Vlasenko
2015-07-01ipaddress: better formatting, no code changesDenys Vlasenko
2015-07-01ip addr: support change and replace commandsMichael Tokarev
2015-06-07fix whitespacesManinder Singh
2015-06-07fix if(p)/free(p) constructManinder Singh
2015-06-07i2cdetect: use break instead of goto in list_i2c_busses_and_exit()Bartosz Golaszewski
2015-06-07i2cdump: code reworkBartosz Golaszewski
2015-06-07i2cdetect: add a check for (mode == DETECT_MODE_AUTO)Bartosz Golaszewski
2015-06-07i2cdetect: don't scan non-regular addresses without the '-a' optionBartosz Golaszewski
2015-06-07i2cdetect: don't die on addresses already in use by driversBartosz Golaszewski
2015-06-07chown: fix help textJunling Zheng
2015-05-25truncate: do not die when a file doesn't exist and no-create flag is onAri Sundholm
2015-05-25Print one less newline at the end of bb_show_usage()Denys Vlasenko
2015-05-25typo fixesManinder Singh
2015-05-25dc: fix "dc p" prinitng bogus dataDenys Vlasenko
2015-05-24tc: fix print_rateDenys Vlasenko
2015-05-18hush: add recent ash tests to hush testsuite too (they all pass for hush)Denys Vlasenko
2015-05-18testsuite: add some tests for ashRon Yorston
2015-05-18ash: fix breakage of ${v/pat/str}Ron Yorston
2015-05-18ash: move parse-time quote flag detection to run-timeRon Yorston
2015-05-18ash: remove arithmetic expansion collapsing at parse timeRon Yorston
2015-05-18ash: remove superfluous code in arithmetic modeRon Yorston
2015-05-18ash: do not expand tilde in parameter expansion within quotesRon Yorston
2015-05-18ash: perform tilde expansion in all parameter expansion wordsRon Yorston
2015-05-18ash: code shrink around varvalueRon Yorston
2015-05-13ash: explain what "local -" doesDenys Vlasenko
2015-05-13ash: consider "local -" case while iterating over local variables in mklocal.Eugene Rudoy
2015-05-12libbb: Enable support for !CONFIG_MULTIUSERDaniel Thompson
2015-05-11i2c-tools: only try /dev/i2c/* if opening /dev/i2c-* fails with ENOENTBartosz Golaszewski
2015-05-11i2c-tools: fix 'i2cdetect -l'Bartosz Golaszewski
2015-05-11bzcat.tests: Run both .gz and .bz2 tests, and add .Z testsThiago Jung Bauermann
2015-05-11tar: do not try to decode GNU extended headers as pax headersDenys Vlasenko
2015-05-03Conditionalize Bionic workarounds on __ANDROID_API__Matt Whitlock
2015-05-03Bionic lacks mempcpy; enable existing workaroundMatt Whitlock
2015-05-03libarchive: auto-detect .Z files as wellThiago Jung Bauermann
2015-05-03typo fixDenys Vlasenko
2015-05-03vi: basic undo feature shouldn't depend on yankmarkAndrew Fuller
2015-04-26gzip: add support for compression levels 4-9Aaro Koskinen
2015-04-26Bionic lacks tcdrain; provide a workaroundMatt Whitlock
2015-04-25Bionic lacks ttyname_r; provide a workaroundMatt Whitlock