| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | nanddump: add options --bb=skipbad and padbad | Richard Genoud | 2014-06-25 | 1 | -9/+56 |
| * | nanddump: correct rounding to next page (lead to infinite loop) | Richard Genoud | 2014-06-25 | 1 | -2/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-05-06 | 5 | -198/+232 |
|\| |
|
| * | Fix compile failures | Denys Vlasenko | 2014-05-02 | 1 | -1/+1 |
| * | crond: implement "SHELL=prog" in crontab. Export LOGNAME as POSIX wants | Denys Vlasenko | 2014-04-30 | 1 | -24/+48 |
| * | crond: simplify logging code | Denys Vlasenko | 2014-04-30 | 1 | -87/+88 |
| * | libbb: make syslog level for bb_error_msg's configurable. use it in crond | Denys Vlasenko | 2014-04-30 | 1 | -15/+8 |
| * | crond: tweak help text, make course less cryptic | Denys Vlasenko | 2014-04-30 | 3 | -61/+68 |
| * | adjtimex: make its help text and printed data a bit less cryptic | Denys Vlasenko | 2014-04-17 | 1 | -13/+12 |
| * | less: fix bugs discovered with "git log -p | less -m" on kernel tree | Denys Vlasenko | 2014-04-13 | 1 | -14/+24 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-03-11 | 3 | -16/+30 |
|\| |
|
| * | man: default to ascii | Denys Vlasenko | 2014-03-03 | 1 | -1/+2 |
| * | zcat: complain if input is not compressed | Denys Vlasenko | 2014-02-02 | 2 | -2/+2 |
| * | less: accept and ignore -s | Denys Vlasenko | 2014-01-22 | 1 | -6/+11 |
| * | man: parse "DEFINE pager" in config | John Spencer | 2014-01-22 | 1 | -7/+15 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-01-02 | 8 | -62/+54 |
|\| |
|
| * | Use unsigned printf/scanf conversion where more appropriate | Denys Vlasenko | 2013-11-29 | 1 | -4/+4 |
| * | fix assorted unused code and wrong format specs found by cppchekc (bug 6716) | Denys Vlasenko | 2013-11-29 | 1 | -1/+1 |
| * | devfsd: remove static variable | Denys Vlasenko | 2013-11-26 | 1 | -9/+11 |
| * | rfkill: use new-style config/kbuild/applet | Denys Vlasenko | 2013-11-20 | 3 | -13/+17 |
| * | wall,crontab: use xopen_as_uid_gid() | Ryan Mallon | 2013-10-08 | 2 | -31/+2 |
| * | wall: access FILE under real user's credentials | Denys Vlasenko | 2013-10-06 | 3 | -9/+24 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2013-08-27 | 5 | -137/+216 |
|\| |
|
| * | man: find posix man pages | John Spencer | 2013-08-25 | 1 | -1/+1 |
| * | setsid: code shrink, expanded comments | Denys Vlasenko | 2013-08-07 | 1 | -2/+12 |
| * | ubi_tools: fix typo in strcpy | Paul B. Henson | 2013-08-04 | 1 | -1/+1 |
| * | less: support "less 1<>TTY" | Denys Vlasenko | 2013-08-04 | 1 | -4/+25 |
| * | chrt: remove warning for _POSIX_PRIORITY_SCHEDULING | Bernhard Reutner-Fischer | 2013-07-08 | 1 | -3/+0 |
| * | ubi_tools: enhance -s option to allow size multiplier to match mtd-utils | Denys Vlasenko | 2013-06-30 | 1 | -1/+8 |
| * | ubi_tools: add forgotten argv++ | Denys Vlasenko | 2013-06-30 | 1 | -1/+1 |
| * | ubi_tools: extend supported volume size to 64 bits; shrink code | Denys Vlasenko | 2013-06-30 | 1 | -149/+154 |
| * | ubimkvol: add -m option to create volume of maximum size | Paul B. Henson | 2013-06-30 | 1 | -6/+45 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2013-04-03 | 1 | -2/+2 |
|\| |
|
| * | setserial: Fix typo: s/baund_rate/baud_rate/g | Bernhard Reutner-Fischer | 2013-03-22 | 1 | -2/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2013-03-19 | 2 | -11/+12 |
|\| |
|
| * | flash_eraseall: implement -N | Alexander Shiyan | 2013-03-15 | 1 | -7/+8 |
| * | nanddump: fix build if nandwrite isn't enabled | Alexander Shiyan | 2013-03-15 | 1 | -4/+4 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2013-02-07 | 12 | -70/+77 |
|\| |
|
| * | flashcp: trivial code shrink | Denys Vlasenko | 2013-01-28 | 1 | -1/+1 |
| * | flashcp: pad output to BUFSIZE. Hopefully closes 5882 | Denys Vlasenko | 2013-01-23 | 1 | -11/+15 |
| * | dc: code shrink | Denys Vlasenko | 2013-01-18 | 1 | -10/+10 |
| * | whitespace fixes. no code changes | Denys Vlasenko | 2013-01-15 | 5 | -22/+22 |
| * | whitespace cleanup. no code changes | Denys Vlasenko | 2013-01-14 | 3 | -23/+23 |
| * | whitespace fixes. no code changes | Denys Vlasenko | 2013-01-14 | 2 | -3/+3 |
| * | CONFIG_PID_FILE_PATH: new configuration option for pidfile paths | Anthony G. Basile | 2012-12-19 | 2 | -1/+4 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2012-12-11 | 2 | -9/+8 |
|\| |
|
| * | fbsplash: fix regression from e4fa7b7 | Timo Teräs | 2012-10-17 | 1 | -3/+2 |
| * | nanddump: invert the meaning of the -o parameter to match upstream | Baruch Siach | 2012-10-15 | 1 | -4/+4 |
| * | nanddump: skip bad blocks when instructed to do so | Baruch Siach | 2012-10-15 | 1 | -1/+1 |
| * | nanddump: use the right operator of logic AND | Baruch Siach | 2012-10-15 | 1 | -1/+1 |