aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * more bionic fixesDenys Vlasenko2016-03-141-1/+1
| * fixes for problems found by bionic buildDenys Vlasenko2016-03-141-10/+16
| * inotifyd: swap meaning of 'y' and 'm' events in help text. Closes 8726Denys Vlasenko2016-03-061-2/+2
| * taskset: fix non-fancy cpuset printing on big-endianArnout Vandecappelle (Essensium/Mind)2016-02-261-19/+18
* | Merge branch 'busybox' into mergeRon Yorston2016-02-222-14/+27
|\|
| * setsid: implement -cDenys Vlasenko2016-01-171-6/+13
| * nandwrite: implement -n (read/write without ecc)Aaro Koskinen2016-01-021-8/+14
* | Merge branch 'busybox' into mergeRon Yorston2015-11-061-14/+23
|\|
| * i2c_tools: suppress "'blen' may be used uninitialized in this function"Denys Vlasenko2015-11-011-1/+3
| * i2cdump: display the numeric value for block read ioctl() errorsBartosz Golaszewski2015-11-011-2/+4
| * i2cdump: bail-out if block read failsBartosz Golaszewski2015-11-011-5/+8
| * i2cdump: use I2C block mode for the 'i' mode parameterBartosz Golaszewski2015-11-011-1/+1
| * i2cdump: don't read block data in non-block modesBartosz Golaszewski2015-11-011-1/+2
| * i2cdetect: coding style: add a space after 'for'Bartosz Golaszewski2015-11-011-1/+1
| * i2cdetect: fix address skipping in auto modeBartosz Golaszewski2015-11-011-6/+7
* | Merge branch 'busybox' into mergeRon Yorston2015-10-312-14/+4
|\|
| * fbsplash: use virtual y size in mmap size calculationsTimo Teräs2015-10-271-1/+1
| * tweak defconfigDenys Vlasenko2015-10-251-13/+3
* | Merge branch 'busybox' into mergeRon Yorston2015-10-192-8/+5
|\|
| * *: more BUILD_BUG_ON conversionsDenys Vlasenko2015-10-132-8/+5
* | Merge branch 'busybox' into mergeRon Yorston2015-10-134-194/+96
|\|
| * randconfig fixDenys Vlasenko2015-10-111-1/+2
| * use auto_string() where appropriate to kill a few staticsDenys Vlasenko2015-10-091-10/+9
| * join some common strings, -400 bytesDenys Vlasenko2015-10-081-18/+18
| * build system: -fno-builtin-printfDenys Vlasenko2015-10-072-42/+42
| * i2c-tools: rename remaining definesBartosz Golaszewski2015-09-211-23/+23
| * i2c-tools: remove duplicate definitionsBartosz Golaszewski2015-09-211-100/+2
| * less: fix botched attempt to use last columnRon Yorston2015-08-161-14/+14
* | less: fix bugs in terminal width handlingRon Yorston2015-08-061-14/+14
* | less: port to WIN32 and enable by defaultRon Yorston2015-08-061-0/+84
* | Merge branch 'busybox' into mergeRon Yorston2015-08-042-106/+222
|\|
| * less: further tweaks to regular file detectionRon Yorston2015-08-031-11/+5
| * less: improve regular file detection in line counting codeDenys Vlasenko2015-07-311-19/+28
| * less: allow use of last column of terminalRon Yorston2015-07-311-10/+10
| * less: fix line number confusionRon Yorston2015-07-311-37/+82
| * less: add a function to detect when display is at end of fileRon Yorston2015-07-311-13/+12
| * less: rearrange detection of non-regular filesRon Yorston2015-07-311-8/+15
| * less: move code to count lines into a separate functionRon Yorston2015-07-311-24/+28
| * less: fix numeric inputRon Yorston2015-07-311-1/+1
| * less: improvements to verbose status messagesRon Yorston2015-07-211-14/+69
| * libbb: add a function to make a copy of a region of memoryRon Yorston2015-07-191-2/+2
| * less: correctly account for tabs when rewrapping linesRon Yorston2015-07-191-1/+3
| * less: fix display of line numbersRon Yorston2015-07-191-24/+11
| * less: document -S flag and make it independently configurableRon Yorston2015-07-191-4/+18
* | Merge branch 'busybox' into mergeRon Yorston2015-07-144-169/+202
|\|
| * Removes stray empty line from codeManinder Singh2015-07-131-1/+0
| * i2cdetect: use break instead of goto in list_i2c_busses_and_exit()Bartosz Golaszewski2015-06-071-2/+1
| * i2cdump: code reworkBartosz Golaszewski2015-06-071-149/+167
| * i2cdetect: add a check for (mode == DETECT_MODE_AUTO)Bartosz Golaszewski2015-06-071-1/+3
| * i2cdetect: don't scan non-regular addresses without the '-a' optionBartosz Golaszewski2015-06-071-2/+4