summaryrefslogtreecommitdiff
path: root/miscutils
AgeCommit message (Expand)AuthorFilesLines
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko1-4/+4
2013-11-29fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko1-1/+1
2013-11-26devfsd: remove static variableDenys Vlasenko1-9/+11
2013-11-20rfkill: use new-style config/kbuild/appletDenys Vlasenko3-13/+17
2013-10-08wall,crontab: use xopen_as_uid_gid()Ryan Mallon2-31/+2
2013-10-06wall: access FILE under real user's credentialsDenys Vlasenko3-9/+24
2013-08-25man: find posix man pagesJohn Spencer1-1/+1
2013-08-07setsid: code shrink, expanded commentsDenys Vlasenko1-2/+12
2013-08-04ubi_tools: fix typo in strcpyPaul B. Henson1-1/+1
2013-08-04less: support "less 1<>TTY"Denys Vlasenko1-4/+25
2013-07-08chrt: remove warning for _POSIX_PRIORITY_SCHEDULINGBernhard Reutner-Fischer1-3/+0
2013-06-30ubi_tools: enhance -s option to allow size multiplier to match mtd-utilsDenys Vlasenko1-1/+8
2013-06-30ubi_tools: add forgotten argv++Denys Vlasenko1-1/+1
2013-06-30ubi_tools: extend supported volume size to 64 bits; shrink codeDenys Vlasenko1-149/+154
2013-06-30ubimkvol: add -m option to create volume of maximum sizePaul B. Henson1-6/+45
2013-03-22setserial: Fix typo: s/baund_rate/baud_rate/gBernhard Reutner-Fischer1-2/+2
2013-03-15flash_eraseall: implement -NAlexander Shiyan1-7/+8
2013-03-15nanddump: fix build if nandwrite isn't enabledAlexander Shiyan1-4/+4
2013-01-28flashcp: trivial code shrinkDenys Vlasenko1-1/+1
2013-01-23flashcp: pad output to BUFSIZE. Hopefully closes 5882Denys Vlasenko1-11/+15
2013-01-18dc: code shrinkDenys Vlasenko1-10/+10
2013-01-15whitespace fixes. no code changesDenys Vlasenko5-22/+22
2013-01-14whitespace cleanup. no code changesDenys Vlasenko3-23/+23
2013-01-14whitespace fixes. no code changesDenys Vlasenko2-3/+3
2012-12-19CONFIG_PID_FILE_PATH: new configuration option for pidfile pathsAnthony G. Basile2-1/+4
2012-10-17fbsplash: fix regression from e4fa7b7Timo Teräs1-3/+2
2012-10-15nanddump: invert the meaning of the -o parameter to match upstreamBaruch Siach1-4/+4
2012-10-15nanddump: skip bad blocks when instructed to do soBaruch Siach1-1/+1
2012-10-15nanddump: use the right operator of logic ANDBaruch Siach1-1/+1
2012-09-27flashcp: remove unused variable optsManuel Zerpies1-2/+1
2012-09-06fbsplash: support non-RGB565 pixels in 16-bit modeLinus Walleij1-5/+22
2012-07-05include sys/resource.h where neededMike Frysinger1-0/+1
2012-06-13nanddump: make dumping read-only partitions workMatt Reimer1-1/+1
2012-06-08man: fix handling of gzipped manpagesDenys Vlasenko1-10/+4
2012-04-17who,less: tweaked help textDenys Vlasenko1-7/+6
2012-03-11ubi_tools: add workaround for bad kernel headers. Closes 4838Denys Vlasenko1-0/+4
2012-03-06preparatory cleanups for seamless uncompression improvementsDenys Vlasenko1-23/+18
2012-02-29fbsplash: use line_length instead of xres * bytes_per_pixelYin Kangkai1-8/+8
2011-11-23rx: fix file corruption on block checksum failureDaniel Fandrich1-0/+1
2011-11-03rx: code shrinkDenys Vlasenko1-13/+7
2011-11-03rx: Fix file corruption with duplicate blocksDan Fandrich1-0/+1
2011-10-28whitespace fixesDenys Vlasenko1-1/+1
2011-10-17fbsplash: support 8bit modePeter Korsgaard1-5/+64
2011-10-17fbsplash: limit progress bar flickerPeter Korsgaard1-11/+19
2011-10-10inotify: if PROG is -, print events to stdoutFlemming Madsen1-6/+15
2011-09-22rename archive.h to bb_archive.h. no code changesDenys Vlasenko1-1/+1
2011-09-21add INIT_G()'s. No code changes.Denys Vlasenko1-0/+3
2011-09-13conspy: add framebuffer support, -Q option.Pascal Bellard1-43/+71
2011-09-07crond: fix the case when option -d is disabledDenys Vlasenko1-1/+2
2011-08-28Fixes for warnings in FreeBSD buildDenys Vlasenko1-2/+2