summaryrefslogtreecommitdiff
path: root/miscutils
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* flashcp: remove unused variable optsManuel Zerpies2012-09-271-2/+1
* fbsplash: support non-RGB565 pixels in 16-bit modeLinus Walleij2012-09-061-5/+22
* include sys/resource.h where neededMike Frysinger2012-07-051-0/+1
* nanddump: make dumping read-only partitions workMatt Reimer2012-06-131-1/+1
* man: fix handling of gzipped manpagesDenys Vlasenko2012-06-081-10/+4
* who,less: tweaked help textDenys Vlasenko2012-04-171-7/+6
* ubi_tools: add workaround for bad kernel headers. Closes 4838Denys Vlasenko2012-03-111-0/+4
* preparatory cleanups for seamless uncompression improvementsDenys Vlasenko2012-03-061-23/+18
* fbsplash: use line_length instead of xres * bytes_per_pixelYin Kangkai2012-02-291-8/+8
* rx: fix file corruption on block checksum failureDaniel Fandrich2011-11-231-0/+1
* rx: code shrinkDenys Vlasenko2011-11-031-13/+7
* rx: Fix file corruption with duplicate blocksDan Fandrich2011-11-031-0/+1
* whitespace fixesDenys Vlasenko2011-10-281-1/+1
* fbsplash: support 8bit modePeter Korsgaard2011-10-171-5/+64
* fbsplash: limit progress bar flickerPeter Korsgaard2011-10-171-11/+19
* inotify: if PROG is -, print events to stdoutFlemming Madsen2011-10-101-6/+15
* rename archive.h to bb_archive.h. no code changesDenys Vlasenko2011-09-221-1/+1
* add INIT_G()'s. No code changes.Denys Vlasenko2011-09-211-0/+3
* conspy: add framebuffer support, -Q option.Pascal Bellard2011-09-131-43/+71
* crond: fix the case when option -d is disabledDenys Vlasenko2011-09-071-1/+2
* Fixes for warnings in FreeBSD buildDenys Vlasenko2011-08-281-2/+2
* less: fix for screen size detectionDenys Vlasenko2011-08-161-1/+2
* conspy,nandwrite,nanddump: enable in defconfigDenys Vlasenko2011-08-132-9/+9
* less: add a TODO commentDenys Vlasenko2011-07-251-0/+3
* less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659.Denys Vlasenko2011-07-252-81/+117
* dc: fix a case where we can run off malloced spaceDenys Vlasenko2011-07-151-18/+7
* a few tweaks for bionicDenys Vlasenko2011-07-082-2/+6
* typo fixesDan Fandrich2011-07-081-1/+1
* setserial: added missing \n in help textDan Fandrich2011-06-201-1/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-0523-36/+8
* makedevs: fix help-textBernhard Reutner-Fischer2011-05-301-1/+1
* dc: do not advertise ops disabled in .configDenys Vlasenko2011-05-161-1/+1
* fix "variable 'foo' set but not used" warningsDenys Vlasenko2011-05-131-2/+1
* setserial: small fixDenys Vlasenko2011-05-021-1/+1
* setserial: new appletMarek Bečka2011-05-011-0/+763
* rename miscutils/ubi_attach_detach.c -> miscutils/ubi_tools.cDenys Vlasenko2011-04-261-6/+6
* add help textDenys Vlasenko2011-04-261-2/+11
* ubiupdatevol: new appletReuben Dowle2011-04-261-4/+65
* Fix ubirsvol usage informationReuben Dowle2011-04-261-2/+2
* conspy: fix ESC key lostPascal Bellard2011-04-111-2/+3
* move remaining help text from include/usage.src.hPere Orga2011-04-1138-0/+498
* fbsplash: Add support for 24 and 32 bit color depthNuno Lucas2011-03-281-44/+73