aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-31diff: fix -B with single line changesAaro Koskinen
2015-07-31less: improve regular file detection in line counting codeDenys Vlasenko
2015-07-31less: allow use of last column of terminalRon Yorston
2015-07-31less: fix line number confusionRon Yorston
2015-07-31less: add a function to detect when display is at end of fileRon Yorston
2015-07-31less: rearrange detection of non-regular filesRon Yorston
2015-07-31less: move code to count lines into a separate functionRon Yorston
2015-07-31less: fix numeric inputRon Yorston
2015-07-31echo: make escape sequences depend on fancy modeMike Frysinger
2015-07-30fbset: fix rgba parsingLinus Walleij
2015-07-30udhcpc: dns labels can actually start with a numberArthur Gautier
2015-07-21less: improvements to verbose status messagesRon Yorston
2015-07-21sync: add support for -d -f FILEDenys Vlasenko
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