aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * i2cdetect: don't die on addresses already in use by driversBartosz Golaszewski2015-06-071-12/+19
| * typo fixesManinder Singh2015-05-251-1/+1
| * dc: fix "dc p" prinitng bogus dataDenys Vlasenko2015-05-251-2/+8
* | Enable seamless compression for WIN32Ron Yorston2015-05-271-0/+1
* | Merge branch 'busybox' into mergeFRPRon Yorston2015-05-185-23/+34
|\|
| * i2c-tools: only try /dev/i2c/* if opening /dev/i2c-* fails with ENOENTBartosz Golaszewski2015-05-111-2/+6
| * i2c-tools: fix 'i2cdetect -l'Bartosz Golaszewski2015-05-111-1/+4
| * *: Switch to POSIX utmpx APIBernhard Reutner-Fischer2015-04-024-20/+24
* | Merge branch 'busybox' into mergeRon Yorston2015-03-149-50/+1446
|\|
| * libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-127-19/+17
| * trivial code shrinkDenys Vlasenko2015-02-181-2/+3
| * dc: tweak parsingBernhard Reutner-Fischer2015-02-161-30/+27
| * i2cget, i2cset, i2cdetect, i2cdump: new appletsBartosz Golaszewski2015-02-101-0/+1396
| * ubiattach: add option -OMicke Prag2015-01-301-4/+8
* | Merge commit '1_23_0' into mergeTIG_1_23_0Ron Yorston2015-01-231-4/+7
|\|
| * nanddump: don't show --bb in usage when disabledBaruch Siach2014-12-181-1/+3
| * nandwrite: fix build when long options are disabledBaruch Siach2014-12-171-3/+4
* | Merge branch 'busybox' into mergeRon Yorston2014-12-142-42/+56
|\|
| * flashcp: change BUFSIZE to 4kJacob Kjaergaard2014-12-101-1/+1
| * man: do not mangle $MANPATH in memoryDenys Vlasenko2014-11-301-3/+5
| * man: accept a list of dirs in $MANPATHDenys Vlasenko2014-11-271-37/+49
* | Merge branch 'busybox' into mergeRon Yorston2014-10-065-64/+131
|\|
| * ubiupdatevol: fix -t to not require an option. Closes 7466Denys Vlasenko2014-09-251-9/+14
| * less: make -E workAaro Koskinen2014-09-231-1/+8
| * less: trivial code shrinkDenys Vlasenko2014-09-221-4/+3
| * less: move "retry-on-EAGAIN" logic closer to read opsDenys Vlasenko2014-09-221-26/+21
| * less: disable "suppress empty wraparound" optimizationDenys Vlasenko2014-09-211-0/+6
| * taskset: fix logic error in "if it doesn't start with 0x..."Denys Vlasenko2014-08-311-1/+1
| * taskset: support CPU masks for more than 64 CPUsDenys Vlasenko2014-08-173-24/+79
* | Merge branch 'busybox' into mergeRon Yorston2014-06-301-15/+48
|\|
| * nanddump: change default to --bb=skipbadRichard Genoud2014-06-251-1/+1
| * nanddump: kill -b Omit bad blockRichard Genoud2014-06-251-26/+12
| * nanddump: add options --bb=skipbad and padbadRichard Genoud2014-06-251-9/+56
| * nanddump: correct rounding to next page (lead to infinite loop)Richard Genoud2014-06-251-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2014-05-065-198/+232
|\|
| * Fix compile failuresDenys Vlasenko2014-05-021-1/+1
| * crond: implement "SHELL=prog" in crontab. Export LOGNAME as POSIX wantsDenys Vlasenko2014-04-301-24/+48
| * crond: simplify logging codeDenys Vlasenko2014-04-301-87/+88
| * libbb: make syslog level for bb_error_msg's configurable. use it in crondDenys Vlasenko2014-04-301-15/+8
| * crond: tweak help text, make course less crypticDenys Vlasenko2014-04-303-61/+68
| * adjtimex: make its help text and printed data a bit less crypticDenys Vlasenko2014-04-171-13/+12
| * less: fix bugs discovered with "git log -p | less -m" on kernel treeDenys Vlasenko2014-04-131-14/+24
* | Merge branch 'busybox' into mergeRon Yorston2014-03-113-16/+30
|\|