Age | Commit message (Expand) | Author |
2015-07-19 | libbb: add a function to make a copy of a region of memory | Ron Yorston |
2015-07-19 | less: correctly account for tabs when rewrapping lines | Ron Yorston |
2015-07-19 | less: fix display of line numbers | Ron Yorston |
2015-07-19 | less: document -S flag and make it independently configurable | Ron Yorston |
2015-07-13 | Removes stray empty line from code | Maninder Singh |
2015-06-07 | i2cdetect: use break instead of goto in list_i2c_busses_and_exit() | Bartosz Golaszewski |
2015-06-07 | i2cdump: code rework | Bartosz Golaszewski |
2015-06-07 | i2cdetect: add a check for (mode == DETECT_MODE_AUTO) | Bartosz Golaszewski |
2015-06-07 | i2cdetect: don't scan non-regular addresses without the '-a' option | Bartosz Golaszewski |
2015-06-07 | i2cdetect: don't die on addresses already in use by drivers | Bartosz Golaszewski |
2015-05-25 | typo fixes | Maninder Singh |
2015-05-25 | dc: fix "dc p" prinitng bogus data | Denys Vlasenko |
2015-05-11 | i2c-tools: only try /dev/i2c/* if opening /dev/i2c-* fails with ENOENT | Bartosz Golaszewski |
2015-05-11 | i2c-tools: fix 'i2cdetect -l' | Bartosz Golaszewski |
2015-04-02 | *: Switch to POSIX utmpx API | Bernhard Reutner-Fischer |
2015-03-12 | libbb: introduce and use is_prefixed_with() | Denys Vlasenko |
2015-02-18 | trivial code shrink | Denys Vlasenko |
2015-02-16 | dc: tweak parsing | Bernhard Reutner-Fischer |
2015-02-10 | i2cget, i2cset, i2cdetect, i2cdump: new applets | Bartosz Golaszewski |
2015-01-30 | ubiattach: add option -O | Micke Prag |
2014-12-18 | nanddump: don't show --bb in usage when disabled | Baruch Siach |
2014-12-17 | nandwrite: fix build when long options are disabled | Baruch Siach |
2014-12-10 | flashcp: change BUFSIZE to 4k | Jacob Kjaergaard |
2014-11-30 | man: do not mangle $MANPATH in memory | Denys Vlasenko |
2014-11-27 | man: accept a list of dirs in $MANPATH | Denys Vlasenko |
2014-09-25 | ubiupdatevol: fix -t to not require an option. Closes 7466 | Denys Vlasenko |
2014-09-23 | less: make -E work | Aaro Koskinen |
2014-09-22 | less: trivial code shrink | Denys Vlasenko |
2014-09-22 | less: move "retry-on-EAGAIN" logic closer to read ops | Denys Vlasenko |
2014-09-21 | less: disable "suppress empty wraparound" optimization | Denys Vlasenko |
2014-08-31 | taskset: fix logic error in "if it doesn't start with 0x..." | Denys Vlasenko |
2014-08-17 | taskset: support CPU masks for more than 64 CPUs | Denys Vlasenko |
2014-06-25 | nanddump: change default to --bb=skipbad | Richard Genoud |
2014-06-25 | nanddump: kill -b Omit bad block | Richard Genoud |
2014-06-25 | nanddump: add options --bb=skipbad and padbad | Richard Genoud |
2014-06-25 | nanddump: correct rounding to next page (lead to infinite loop) | Richard Genoud |
2014-05-02 | Fix compile failures | Denys Vlasenko |
2014-04-30 | crond: implement "SHELL=prog" in crontab. Export LOGNAME as POSIX wants | Denys Vlasenko |
2014-04-30 | crond: simplify logging code | Denys Vlasenko |
2014-04-30 | libbb: make syslog level for bb_error_msg's configurable. use it in crond | Denys Vlasenko |
2014-04-30 | crond: tweak help text, make course less cryptic | Denys Vlasenko |
2014-04-17 | adjtimex: make its help text and printed data a bit less cryptic | Denys Vlasenko |
2014-04-13 | less: fix bugs discovered with "git log -p | less -m" on kernel tree | Denys Vlasenko |
2014-03-03 | man: default to ascii | Denys Vlasenko |
2014-02-02 | zcat: complain if input is not compressed | Denys Vlasenko |
2014-01-22 | less: accept and ignore -s | Denys Vlasenko |
2014-01-22 | man: parse "DEFINE pager" in config | John Spencer |
2013-11-29 | Use unsigned printf/scanf conversion where more appropriate | Denys Vlasenko |
2013-11-29 | fix assorted unused code and wrong format specs found by cppchekc (bug 6716) | Denys Vlasenko |
2013-11-26 | devfsd: remove static variable | Denys Vlasenko |