aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* 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
* setserial: Fix typo: s/baund_rate/baud_rate/gBernhard Reutner-Fischer2013-03-221-2/+2
* flash_eraseall: implement -NAlexander Shiyan2013-03-151-7/+8
* nanddump: fix build if nandwrite isn't enabledAlexander Shiyan2013-03-151-4/+4
* 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
* 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