aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Apply post-1.23.1 patches, bump version to 1.23.21_23_2Denys Vlasenko2015-03-231-30/+27
* nanddump: don't show --bb in usage when disabledBaruch Siach2014-12-181-1/+3
* nandwrite: fix build when long options are disabledBaruch Siach2014-12-171-3/+4
* flashcp: change BUFSIZE to 4kJacob Kjaergaard2014-12-101-1/+1
* man: do not mangle $MANPATH in memoryDenys Vlasenko2014-11-301-3/+5
* man: accept a list of dirs in $MANPATHDenys Vlasenko2014-11-271-37/+49
* ubiupdatevol: fix -t to not require an option. Closes 7466Denys Vlasenko2014-09-251-9/+14
* less: make -E workAaro Koskinen2014-09-231-1/+8
* less: trivial code shrinkDenys Vlasenko2014-09-221-4/+3
* less: move "retry-on-EAGAIN" logic closer to read opsDenys Vlasenko2014-09-221-26/+21
* less: disable "suppress empty wraparound" optimizationDenys Vlasenko2014-09-211-0/+6
* taskset: fix logic error in "if it doesn't start with 0x..."Denys Vlasenko2014-08-311-1/+1
* taskset: support CPU masks for more than 64 CPUsDenys Vlasenko2014-08-173-24/+79
* nanddump: change default to --bb=skipbadRichard Genoud2014-06-251-1/+1
* nanddump: kill -b Omit bad blockRichard Genoud2014-06-251-26/+12
* nanddump: add options --bb=skipbad and padbadRichard Genoud2014-06-251-9/+56
* nanddump: correct rounding to next page (lead to infinite loop)Richard Genoud2014-06-251-2/+2
* Fix compile failuresDenys Vlasenko2014-05-021-1/+1
* crond: implement "SHELL=prog" in crontab. Export LOGNAME as POSIX wantsDenys Vlasenko2014-04-301-24/+48
* crond: simplify logging codeDenys Vlasenko2014-04-301-87/+88
* libbb: make syslog level for bb_error_msg's configurable. use it in crondDenys Vlasenko2014-04-301-15/+8
* crond: tweak help text, make course less crypticDenys Vlasenko2014-04-303-61/+68
* 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