aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * flashcp: pad output to BUFSIZE. Hopefully closes 5882Denys Vlasenko2013-01-231-11/+15
| * dc: code shrinkDenys Vlasenko2013-01-181-10/+10
| * whitespace fixes. no code changesDenys Vlasenko2013-01-155-22/+22
| * whitespace cleanup. no code changesDenys Vlasenko2013-01-143-23/+23
| * whitespace fixes. no code changesDenys Vlasenko2013-01-142-3/+3
| * CONFIG_PID_FILE_PATH: new configuration option for pidfile pathsAnthony G. Basile2012-12-192-1/+4
* | Merge branch 'busybox' into mergeRon Yorston2012-12-112-9/+8
|\|
| * fbsplash: fix regression from e4fa7b7Timo Teräs2012-10-171-3/+2
| * nanddump: invert the meaning of the -o parameter to match upstreamBaruch Siach2012-10-151-4/+4
| * nanddump: skip bad blocks when instructed to do soBaruch Siach2012-10-151-1/+1
| * nanddump: use the right operator of logic ANDBaruch Siach2012-10-151-1/+1