aboutsummaryrefslogtreecommitdiff
path: root/miscutils
AgeCommit message (Expand)Author
2015-10-27fbsplash: use virtual y size in mmap size calculationsTimo Teräs
2015-10-25tweak defconfigDenys Vlasenko
2015-10-13*: more BUILD_BUG_ON conversionsDenys Vlasenko
2015-10-11randconfig fixDenys Vlasenko
2015-10-09use auto_string() where appropriate to kill a few staticsDenys Vlasenko
2015-10-08join some common strings, -400 bytesDenys Vlasenko
2015-10-07build system: -fno-builtin-printfDenys Vlasenko
2015-09-21i2c-tools: rename remaining definesBartosz Golaszewski
2015-09-21i2c-tools: remove duplicate definitionsBartosz Golaszewski
2015-08-16less: fix botched attempt to use last columnRon Yorston
2015-08-03less: further tweaks to regular file detectionRon Yorston
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-21less: improvements to verbose status messagesRon Yorston
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-13Removes stray empty line from codeManinder 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-05-25typo fixesManinder Singh
2015-05-25dc: fix "dc p" prinitng bogus dataDenys Vlasenko
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-04-02*: Switch to POSIX utmpx APIBernhard Reutner-Fischer
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2015-02-18trivial code shrinkDenys Vlasenko
2015-02-16dc: tweak parsingBernhard Reutner-Fischer
2015-02-10i2cget, i2cset, i2cdetect, i2cdump: new appletsBartosz Golaszewski
2015-01-30ubiattach: add option -OMicke Prag
2014-12-18nanddump: don't show --bb in usage when disabledBaruch Siach
2014-12-17nandwrite: fix build when long options are disabledBaruch Siach
2014-12-10flashcp: change BUFSIZE to 4kJacob Kjaergaard
2014-11-30man: do not mangle $MANPATH in memoryDenys Vlasenko
2014-11-27man: accept a list of dirs in $MANPATHDenys Vlasenko
2014-09-25ubiupdatevol: fix -t to not require an option. Closes 7466Denys Vlasenko
2014-09-23less: make -E workAaro Koskinen
2014-09-22less: trivial code shrinkDenys Vlasenko
2014-09-22less: move "retry-on-EAGAIN" logic closer to read opsDenys Vlasenko
2014-09-21less: disable "suppress empty wraparound" optimizationDenys Vlasenko
2014-08-31taskset: fix logic error in "if it doesn't start with 0x..."Denys Vlasenko