aboutsummaryrefslogtreecommitdiff
path: root/miscutils
AgeCommit message (Expand)Author
2016-03-14more bionic fixesDenys Vlasenko
2016-03-14fixes for problems found by bionic buildDenys Vlasenko
2016-03-06inotifyd: swap meaning of 'y' and 'm' events in help text. Closes 8726Denys Vlasenko
2016-02-26taskset: fix non-fancy cpuset printing on big-endianArnout Vandecappelle (Essensium/Mind)
2016-01-17setsid: implement -cDenys Vlasenko
2016-01-02nandwrite: implement -n (read/write without ecc)Aaro Koskinen
2015-11-01i2c_tools: suppress "'blen' may be used uninitialized in this function"Denys Vlasenko
2015-11-01i2cdump: display the numeric value for block read ioctl() errorsBartosz Golaszewski
2015-11-01i2cdump: bail-out if block read failsBartosz Golaszewski
2015-11-01i2cdump: use I2C block mode for the 'i' mode parameterBartosz Golaszewski
2015-11-01i2cdump: don't read block data in non-block modesBartosz Golaszewski
2015-11-01i2cdetect: coding style: add a space after 'for'Bartosz Golaszewski
2015-11-01i2cdetect: fix address skipping in auto modeBartosz Golaszewski
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