aboutsummaryrefslogtreecommitdiff
path: root/miscutils
AgeCommit message (Expand)Author
2015-04-02*: Switch to POSIX utmpx APIBernhard Reutner-Fischer
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2015-02-18trivial code shrinkDenys Vlasenko
2015-02-16dc: tweak parsingBernhard Reutner-Fischer
2015-02-10i2cget, i2cset, i2cdetect, i2cdump: new appletsBartosz Golaszewski
2015-01-30ubiattach: add option -OMicke Prag
2014-12-18nanddump: don't show --bb in usage when disabledBaruch Siach
2014-12-17nandwrite: fix build when long options are disabledBaruch Siach
2014-12-10flashcp: change BUFSIZE to 4kJacob Kjaergaard
2014-11-30man: do not mangle $MANPATH in memoryDenys Vlasenko
2014-11-27man: accept a list of dirs in $MANPATHDenys Vlasenko
2014-09-25ubiupdatevol: fix -t to not require an option. Closes 7466Denys Vlasenko
2014-09-23less: make -E workAaro Koskinen
2014-09-22less: trivial code shrinkDenys Vlasenko
2014-09-22less: move "retry-on-EAGAIN" logic closer to read opsDenys Vlasenko
2014-09-21less: disable "suppress empty wraparound" optimizationDenys Vlasenko
2014-08-31taskset: fix logic error in "if it doesn't start with 0x..."Denys Vlasenko
2014-08-17taskset: support CPU masks for more than 64 CPUsDenys Vlasenko
2014-06-25nanddump: change default to --bb=skipbadRichard Genoud
2014-06-25nanddump: kill -b Omit bad blockRichard Genoud
2014-06-25nanddump: add options --bb=skipbad and padbadRichard Genoud
2014-06-25nanddump: correct rounding to next page (lead to infinite loop)Richard Genoud
2014-05-02Fix compile failuresDenys Vlasenko
2014-04-30crond: implement "SHELL=prog" in crontab. Export LOGNAME as POSIX wantsDenys Vlasenko
2014-04-30crond: simplify logging codeDenys Vlasenko
2014-04-30libbb: make syslog level for bb_error_msg's configurable. use it in crondDenys Vlasenko
2014-04-30crond: tweak help text, make course less crypticDenys Vlasenko
2014-04-17adjtimex: make its help text and printed data a bit less crypticDenys Vlasenko
2014-04-13less: fix bugs discovered with "git log -p | less -m" on kernel treeDenys Vlasenko
2014-03-03man: default to asciiDenys Vlasenko
2014-02-02zcat: complain if input is not compressedDenys Vlasenko
2014-01-22less: accept and ignore -sDenys Vlasenko
2014-01-22man: parse "DEFINE pager" in configJohn Spencer
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko
2013-11-29fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko
2013-11-26devfsd: remove static variableDenys Vlasenko
2013-11-20rfkill: use new-style config/kbuild/appletDenys Vlasenko
2013-10-08wall,crontab: use xopen_as_uid_gid()Ryan Mallon
2013-10-06wall: access FILE under real user's credentialsDenys Vlasenko
2013-08-25man: find posix man pagesJohn Spencer
2013-08-07setsid: code shrink, expanded commentsDenys Vlasenko
2013-08-04ubi_tools: fix typo in strcpyPaul B. Henson
2013-08-04less: support "less 1<>TTY"Denys Vlasenko
2013-07-08chrt: remove warning for _POSIX_PRIORITY_SCHEDULINGBernhard Reutner-Fischer
2013-06-30ubi_tools: enhance -s option to allow size multiplier to match mtd-utilsDenys Vlasenko
2013-06-30ubi_tools: add forgotten argv++Denys Vlasenko
2013-06-30ubi_tools: extend supported volume size to 64 bits; shrink codeDenys Vlasenko
2013-06-30ubimkvol: add -m option to create volume of maximum sizePaul B. Henson
2013-03-22setserial: Fix typo: s/baund_rate/baud_rate/gBernhard Reutner-Fischer
2013-03-15flash_eraseall: implement -NAlexander Shiyan