aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * man: default to asciiDenys Vlasenko2014-03-031-1/+2
| * zcat: complain if input is not compressedDenys Vlasenko2014-02-022-2/+2
| * less: accept and ignore -sDenys Vlasenko2014-01-221-6/+11
| * man: parse "DEFINE pager" in configJohn Spencer2014-01-221-7/+15
* | Merge branch 'busybox' into mergeRon Yorston2014-01-028-62/+54
|\|
| * Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko2013-11-291-4/+4
| * fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko2013-11-291-1/+1
| * devfsd: remove static variableDenys Vlasenko2013-11-261-9/+11
| * rfkill: use new-style config/kbuild/appletDenys Vlasenko2013-11-203-13/+17
| * wall,crontab: use xopen_as_uid_gid()Ryan Mallon2013-10-082-31/+2
| * wall: access FILE under real user's credentialsDenys Vlasenko2013-10-063-9/+24
* | Merge branch 'busybox' into mergeRon Yorston2013-08-275-137/+216
|\|
| * man: find posix man pagesJohn Spencer2013-08-251-1/+1
| * setsid: code shrink, expanded commentsDenys Vlasenko2013-08-071-2/+12
| * ubi_tools: fix typo in strcpyPaul B. Henson2013-08-041-1/+1
| * less: support "less 1<>TTY"Denys Vlasenko2013-08-041-4/+25
| * chrt: remove warning for _POSIX_PRIORITY_SCHEDULINGBernhard Reutner-Fischer2013-07-081-3/+0
| * ubi_tools: enhance -s option to allow size multiplier to match mtd-utilsDenys Vlasenko2013-06-301-1/+8
| * ubi_tools: add forgotten argv++Denys Vlasenko2013-06-301-1/+1
| * ubi_tools: extend supported volume size to 64 bits; shrink codeDenys Vlasenko2013-06-301-149/+154
| * ubimkvol: add -m option to create volume of maximum sizePaul B. Henson2013-06-301-6/+45
* | Merge branch 'busybox' into mergeRon Yorston2013-04-031-2/+2
|\|
| * setserial: Fix typo: s/baund_rate/baud_rate/gBernhard Reutner-Fischer2013-03-221-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2013-03-192-11/+12
|\|
| * flash_eraseall: implement -NAlexander Shiyan2013-03-151-7/+8
| * nanddump: fix build if nandwrite isn't enabledAlexander Shiyan2013-03-151-4/+4
* | Merge branch 'busybox' into mergeRon Yorston2013-02-0712-70/+77
|\|
| * flashcp: trivial code shrinkDenys Vlasenko2013-01-281-1/+1