summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2015-08-16less: fix botched attempt to use last columnRon Yorston1-14/+14
2015-08-03less: further tweaks to regular file detectionRon Yorston1-11/+5
2015-07-31less: improve regular file detection in line counting codeDenys Vlasenko1-19/+28
2015-07-31less: allow use of last column of terminalRon Yorston1-10/+10
2015-07-31less: fix line number confusionRon Yorston1-37/+82
2015-07-31less: add a function to detect when display is at end of fileRon Yorston1-13/+12
2015-07-31less: rearrange detection of non-regular filesRon Yorston1-8/+15
2015-07-31less: move code to count lines into a separate functionRon Yorston1-24/+28
2015-07-31less: fix numeric inputRon Yorston1-1/+1
2015-07-21less: improvements to verbose status messagesRon Yorston1-14/+69
2015-07-19libbb: add a function to make a copy of a region of memoryRon Yorston8-17/+13
2015-07-19less: correctly account for tabs when rewrapping linesRon Yorston1-1/+3
2015-07-19less: fix display of line numbersRon Yorston1-24/+11
2015-07-19less: document -S flag and make it independently configurableRon Yorston1-4/+18
2015-07-13Removes stray empty line from codeManinder Singh28-46/+0
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-05-25typo fixesManinder Singh17-24/+24
2015-05-25dc: fix "dc p" prinitng bogus dataDenys Vlasenko1-2/+8
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-04-02*: Switch to POSIX utmpx APIBernhard Reutner-Fischer9-52/+56
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2015-02-18trivial code shrinkDenys Vlasenko4-13/+14
2015-02-16dc: tweak parsingBernhard Reutner-Fischer2-30/+83
2015-02-10i2cget, i2cset, i2cdetect, i2cdump: new appletsBartosz Golaszewski1-0/+1396
2015-01-30ubiattach: add option -OMicke Prag1-4/+8
2014-12-18nanddump: don't show --bb in usage when disabledBaruch Siach1-1/+3
2014-12-17nandwrite: fix build when long options are disabledBaruch Siach1-3/+4
2014-12-10flashcp: change BUFSIZE to 4kJacob Kjaergaard1-1/+1
2014-11-30man: do not mangle $MANPATH in memoryDenys Vlasenko1-3/+5
2014-11-26man: accept a list of dirs in $MANPATHDenys Vlasenko1-37/+49
2014-09-25ubiupdatevol: fix -t to not require an option. Closes 7466Denys Vlasenko1-9/+14
2014-09-23less: make -E workAaro Koskinen1-1/+8
2014-09-22less: trivial code shrinkDenys Vlasenko1-4/+3
2014-09-22less: move "retry-on-EAGAIN" logic closer to read opsDenys Vlasenko3-32/+29
2014-09-21less: disable "suppress empty wraparound" optimizationDenys Vlasenko1-0/+6
2014-08-30taskset: fix logic error in "if it doesn't start with 0x..."Denys Vlasenko1-1/+1
2014-08-17taskset: support CPU masks for more than 64 CPUsDenys Vlasenko4-25/+79
2014-08-06Bionic changes for tty related appletsTanguy Pruvot11-21/+70
2014-08-05Android: update busybox def PATH and cron folderTanguy Pruvot5-3/+15
2014-08-01Fix remaining bionic warningsTanguy Pruvot23-35/+52
2014-06-25nanddump: change default to --bb=skipbadRichard Genoud1-1/+1
2014-06-25nanddump: kill -b Omit bad blockRichard Genoud1-26/+12
2014-06-25nanddump: add options --bb=skipbad and padbadRichard Genoud1-9/+56
2014-06-25nanddump: correct rounding to next page (lead to infinite loop)Richard Genoud1-2/+2
2014-05-02Fix compile failuresDenys Vlasenko2-1/+3
[prev] [next]