| Commit message (Expand) | Author | Age | Files | Lines |
* | setserial: Fix typo: s/baund_rate/baud_rate/g | Bernhard Reutner-Fischer | 2013-03-22 | 1 | -2/+2 |
* | 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 |
* | 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 |
* | 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 |
* | flashcp: remove unused variable opts | Manuel Zerpies | 2012-09-27 | 1 | -2/+1 |
* | fbsplash: support non-RGB565 pixels in 16-bit mode | Linus Walleij | 2012-09-06 | 1 | -5/+22 |
* | include sys/resource.h where needed | Mike Frysinger | 2012-07-05 | 1 | -0/+1 |
* | nanddump: make dumping read-only partitions work | Matt Reimer | 2012-06-13 | 1 | -1/+1 |
* | man: fix handling of gzipped manpages | Denys Vlasenko | 2012-06-08 | 1 | -10/+4 |
* | who,less: tweaked help text | Denys Vlasenko | 2012-04-17 | 1 | -7/+6 |
* | ubi_tools: add workaround for bad kernel headers. Closes 4838 | Denys Vlasenko | 2012-03-11 | 1 | -0/+4 |
* | preparatory cleanups for seamless uncompression improvements | Denys Vlasenko | 2012-03-06 | 1 | -23/+18 |
* | fbsplash: use line_length instead of xres * bytes_per_pixel | Yin Kangkai | 2012-02-29 | 1 | -8/+8 |
* | rx: fix file corruption on block checksum failure | Daniel Fandrich | 2011-11-23 | 1 | -0/+1 |
* | rx: code shrink | Denys Vlasenko | 2011-11-03 | 1 | -13/+7 |
* | rx: Fix file corruption with duplicate blocks | Dan Fandrich | 2011-11-03 | 1 | -0/+1 |
* | whitespace fixes | Denys Vlasenko | 2011-10-28 | 1 | -1/+1 |
* | fbsplash: support 8bit mode | Peter Korsgaard | 2011-10-17 | 1 | -5/+64 |
* | fbsplash: limit progress bar flicker | Peter Korsgaard | 2011-10-17 | 1 | -11/+19 |
* | inotify: if PROG is -, print events to stdout | Flemming Madsen | 2011-10-10 | 1 | -6/+15 |
* | rename archive.h to bb_archive.h. no code changes | Denys Vlasenko | 2011-09-22 | 1 | -1/+1 |
* | add INIT_G()'s. No code changes. | Denys Vlasenko | 2011-09-21 | 1 | -0/+3 |
* | conspy: add framebuffer support, -Q option. | Pascal Bellard | 2011-09-13 | 1 | -43/+71 |
* | crond: fix the case when option -d is disabled | Denys Vlasenko | 2011-09-07 | 1 | -1/+2 |
* | Fixes for warnings in FreeBSD build | Denys Vlasenko | 2011-08-28 | 1 | -2/+2 |
* | less: fix for screen size detection | Denys Vlasenko | 2011-08-16 | 1 | -1/+2 |
* | conspy,nandwrite,nanddump: enable in defconfig | Denys Vlasenko | 2011-08-13 | 2 | -9/+9 |
* | less: add a TODO comment | Denys Vlasenko | 2011-07-25 | 1 | -0/+3 |
* | less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659. | Denys Vlasenko | 2011-07-25 | 2 | -81/+117 |
* | dc: fix a case where we can run off malloced space | Denys Vlasenko | 2011-07-15 | 1 | -18/+7 |
* | a few tweaks for bionic | Denys Vlasenko | 2011-07-08 | 2 | -2/+6 |
* | typo fixes | Dan Fandrich | 2011-07-08 | 1 | -1/+1 |
* | setserial: added missing \n in help text | Dan Fandrich | 2011-06-20 | 1 | -1/+1 |
* | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 23 | -36/+8 |
* | makedevs: fix help-text | Bernhard Reutner-Fischer | 2011-05-30 | 1 | -1/+1 |
* | dc: do not advertise ops disabled in .config | Denys Vlasenko | 2011-05-16 | 1 | -1/+1 |
* | fix "variable 'foo' set but not used" warnings | Denys Vlasenko | 2011-05-13 | 1 | -2/+1 |
* | setserial: small fix | Denys Vlasenko | 2011-05-02 | 1 | -1/+1 |
* | setserial: new applet | Marek Bečka | 2011-05-01 | 1 | -0/+763 |
* | rename miscutils/ubi_attach_detach.c -> miscutils/ubi_tools.c | Denys Vlasenko | 2011-04-26 | 1 | -6/+6 |