| Commit message (Expand) | Author | Age | Files | Lines |
* | *: more BUILD_BUG_ON conversions | Denys Vlasenko | 2015-10-13 | 2 | -8/+5 |
* | randconfig fix | Denys Vlasenko | 2015-10-11 | 1 | -1/+2 |
* | use auto_string() where appropriate to kill a few statics | Denys Vlasenko | 2015-10-09 | 1 | -10/+9 |
* | join some common strings, -400 bytes | Denys Vlasenko | 2015-10-08 | 1 | -18/+18 |
* | build system: -fno-builtin-printf | Denys Vlasenko | 2015-10-07 | 2 | -42/+42 |
* | i2c-tools: rename remaining defines | Bartosz Golaszewski | 2015-09-21 | 1 | -23/+23 |
* | i2c-tools: remove duplicate definitions | Bartosz Golaszewski | 2015-09-21 | 1 | -100/+2 |
* | less: fix botched attempt to use last column | Ron Yorston | 2015-08-16 | 1 | -14/+14 |
* | less: further tweaks to regular file detection | Ron Yorston | 2015-08-03 | 1 | -11/+5 |
* | less: improve regular file detection in line counting code | Denys Vlasenko | 2015-07-31 | 1 | -19/+28 |
* | less: allow use of last column of terminal | Ron Yorston | 2015-07-31 | 1 | -10/+10 |
* | less: fix line number confusion | Ron Yorston | 2015-07-31 | 1 | -37/+82 |
* | less: add a function to detect when display is at end of file | Ron Yorston | 2015-07-31 | 1 | -13/+12 |
* | less: rearrange detection of non-regular files | Ron Yorston | 2015-07-31 | 1 | -8/+15 |
* | less: move code to count lines into a separate function | Ron Yorston | 2015-07-31 | 1 | -24/+28 |
* | less: fix numeric input | Ron Yorston | 2015-07-31 | 1 | -1/+1 |
* | less: improvements to verbose status messages | Ron Yorston | 2015-07-21 | 1 | -14/+69 |
* | libbb: add a function to make a copy of a region of memory | Ron Yorston | 2015-07-19 | 1 | -2/+2 |
* | less: correctly account for tabs when rewrapping lines | Ron Yorston | 2015-07-19 | 1 | -1/+3 |
* | less: fix display of line numbers | Ron Yorston | 2015-07-19 | 1 | -24/+11 |
* | less: document -S flag and make it independently configurable | Ron Yorston | 2015-07-19 | 1 | -4/+18 |
* | Removes stray empty line from code | Maninder Singh | 2015-07-13 | 1 | -1/+0 |
* | i2cdetect: use break instead of goto in list_i2c_busses_and_exit() | Bartosz Golaszewski | 2015-06-07 | 1 | -2/+1 |
* | i2cdump: code rework | Bartosz Golaszewski | 2015-06-07 | 1 | -149/+167 |
* | i2cdetect: add a check for (mode == DETECT_MODE_AUTO) | Bartosz Golaszewski | 2015-06-07 | 1 | -1/+3 |
* | i2cdetect: don't scan non-regular addresses without the '-a' option | Bartosz Golaszewski | 2015-06-07 | 1 | -2/+4 |
* | i2cdetect: don't die on addresses already in use by drivers | Bartosz Golaszewski | 2015-06-07 | 1 | -12/+19 |
* | typo fixes | Maninder Singh | 2015-05-25 | 1 | -1/+1 |
* | dc: fix "dc p" prinitng bogus data | Denys Vlasenko | 2015-05-25 | 1 | -2/+8 |
* | i2c-tools: only try /dev/i2c/* if opening /dev/i2c-* fails with ENOENT | Bartosz Golaszewski | 2015-05-11 | 1 | -2/+6 |
* | i2c-tools: fix 'i2cdetect -l' | Bartosz Golaszewski | 2015-05-11 | 1 | -1/+4 |
* | *: Switch to POSIX utmpx API | Bernhard Reutner-Fischer | 2015-04-02 | 4 | -20/+24 |
* | libbb: introduce and use is_prefixed_with() | Denys Vlasenko | 2015-03-12 | 7 | -19/+17 |
* | trivial code shrink | Denys Vlasenko | 2015-02-18 | 1 | -2/+3 |
* | dc: tweak parsing | Bernhard Reutner-Fischer | 2015-02-16 | 1 | -30/+27 |
* | i2cget, i2cset, i2cdetect, i2cdump: new applets | Bartosz Golaszewski | 2015-02-10 | 1 | -0/+1396 |
* | ubiattach: add option -O | Micke Prag | 2015-01-30 | 1 | -4/+8 |
* | nanddump: don't show --bb in usage when disabled | Baruch Siach | 2014-12-18 | 1 | -1/+3 |
* | nandwrite: fix build when long options are disabled | Baruch Siach | 2014-12-17 | 1 | -3/+4 |
* | flashcp: change BUFSIZE to 4k | Jacob Kjaergaard | 2014-12-10 | 1 | -1/+1 |
* | man: do not mangle $MANPATH in memory | Denys Vlasenko | 2014-11-30 | 1 | -3/+5 |
* | man: accept a list of dirs in $MANPATH | Denys Vlasenko | 2014-11-27 | 1 | -37/+49 |
* | ubiupdatevol: fix -t to not require an option. Closes 7466 | Denys Vlasenko | 2014-09-25 | 1 | -9/+14 |
* | less: make -E work | Aaro Koskinen | 2014-09-23 | 1 | -1/+8 |
* | less: trivial code shrink | Denys Vlasenko | 2014-09-22 | 1 | -4/+3 |
* | less: move "retry-on-EAGAIN" logic closer to read ops | Denys Vlasenko | 2014-09-22 | 1 | -26/+21 |
* | less: disable "suppress empty wraparound" optimization | Denys Vlasenko | 2014-09-21 | 1 | -0/+6 |
* | taskset: fix logic error in "if it doesn't start with 0x..." | Denys Vlasenko | 2014-08-31 | 1 | -1/+1 |
* | taskset: support CPU masks for more than 64 CPUs | Denys Vlasenko | 2014-08-17 | 3 | -24/+79 |
* | nanddump: change default to --bb=skipbad | Richard Genoud | 2014-06-25 | 1 | -1/+1 |