aboutsummaryrefslogtreecommitdiff
path: root/TODO (unfollow)
Commit message (Expand)AuthorFilesLines
2015-07-19less: document -S flag and make it independently configurableRon Yorston1-4/+18
2015-07-13ash: use alloca to get rid of setjmpRon Yorston1-34/+2
2015-07-13fix file modeDenys Vlasenko1-0/+0
2015-07-13ash: remove parsebackquote flagRon Yorston3-7/+3
2015-07-13Removes stray empty line from codeManinder Singh28-46/+0
2015-07-01applets: Add installation of individual binariesClayton Shotwell2-2/+28
2015-07-01ps: fix SEGV on narrow screens. closes 8176Denys Vlasenko1-5/+7
2015-07-01ipaddress: better formatting, no code changesDenys Vlasenko1-6/+10
2015-07-01ip addr: support change and replace commandsMichael Tokarev2-9/+13
2015-06-07fix whitespacesManinder Singh1-1/+1
2015-06-07fix if(p)/free(p) constructManinder Singh4-14/+7
2015-06-07i2cdetect: use break instead of goto in list_i2c_busses_and_exit()Bartosz Golaszewski1-2/+1
2015-06-07i2cdump: code reworkBartosz Golaszewski1-149/+167
2015-06-07i2cdetect: add a check for (mode == DETECT_MODE_AUTO)Bartosz Golaszewski1-1/+3
2015-06-07i2cdetect: don't scan non-regular addresses without the '-a' optionBartosz Golaszewski1-2/+4
2015-06-07i2cdetect: don't die on addresses already in use by driversBartosz Golaszewski1-12/+19
2015-06-07chown: fix help textJunling Zheng1-1/+1
2015-05-25truncate: do not die when a file doesn't exist and no-create flag is onAri Sundholm1-5/+15
2015-05-25Print one less newline at the end of bb_show_usage()Denys Vlasenko1-1/+1
2015-05-25typo fixesManinder Singh17-24/+24
2015-05-25dc: fix "dc p" prinitng bogus dataDenys Vlasenko1-2/+8
2015-05-24tc: fix print_rateDenys Vlasenko1-7/+7
2015-05-18hush: add recent ash tests to hush testsuite too (they all pass for hush)Denys Vlasenko18-0/+29
2015-05-18testsuite: add some tests for ashRon Yorston10-0/+15
2015-05-18ash: fix breakage of ${v/pat/str}Ron Yorston1-51/+28
2015-05-18ash: move parse-time quote flag detection to run-timeRon Yorston5-98/+72
2015-05-18ash: remove arithmetic expansion collapsing at parse timeRon Yorston3-12/+11
2015-05-18ash: remove superfluous code in arithmetic modeRon Yorston1-5/+2
2015-05-18ash: do not expand tilde in parameter expansion within quotesRon Yorston3-5/+6
2015-05-18ash: perform tilde expansion in all parameter expansion wordsRon Yorston3-2/+5
2015-05-18ash: code shrink around varvalueRon Yorston1-46/+38
2015-05-13ash: explain what "local -" doesDenys Vlasenko1-1/+2
2015-05-13ash: consider "local -" case while iterating over local variables in mklocal.Eugene Rudoy1-1/+1
2015-05-12libbb: Enable support for !CONFIG_MULTIUSERDaniel Thompson1-2/+21
2015-05-11i2c-tools: only try /dev/i2c/* if opening /dev/i2c-* fails with ENOENTBartosz Golaszewski1-2/+6
2015-05-11i2c-tools: fix 'i2cdetect -l'Bartosz Golaszewski1-1/+4
2015-05-11bzcat.tests: Run both .gz and .bz2 tests, and add .Z testsThiago Jung Bauermann1-24/+50
2015-05-11tar: do not try to decode GNU extended headers as pax headersDenys Vlasenko1-11/+17
2015-05-03Conditionalize Bionic workarounds on __ANDROID_API__Matt Whitlock1-4/+10
2015-05-03Bionic lacks mempcpy; enable existing workaroundMatt Whitlock1-0/+1
2015-05-03libarchive: auto-detect .Z files as wellThiago Jung Bauermann1-0/+7
2015-05-03typo fixDenys Vlasenko1-1/+1
2015-05-03vi: basic undo feature shouldn't depend on yankmarkAndrew Fuller1-5/+5
2015-04-26gzip: add support for compression levels 4-9Aaro Koskinen1-10/+62
2015-04-26Bionic lacks tcdrain; provide a workaroundMatt Whitlock1-0/+5
2015-04-25Bionic lacks ttyname_r; provide a workaroundMatt Whitlock2-0/+26
2015-04-21special-case {true,false,test} --helpDenys Vlasenko4-28/+21
2015-04-20include: Fallback to UTMP unless there is UTMPX supportBernhard Reutner-Fischer1-1/+24
2015-04-20libbb: remove unnecessary argument to nonblock_immune_readRon Yorston3-8/+8
2015-04-19mdev: if a "future" mdev.seq is seen, do not overwrite it with oursDenys Vlasenko1-7/+22