Age | Commit message (Expand) | Author |
2016-04-03 | whitespace and namespace cleanups | Denys Vlasenko |
2016-04-03 | ubirmvol: Implement -N switch for ubirmvol | Sven Eisenberg |
2016-04-03 | ubirename: new applet | Sven Eisenberg |
2016-03-30 | Replace a few more bb_info_msg's by bb_error_msg or printf | Denys Vlasenko |
2016-03-30 | Use bb_error_msg instead of bb_info_msg in all commented-out debug printouts | Denys Vlasenko |
2016-03-14 | more bionic fixes | Denys Vlasenko |
2016-03-14 | fixes for problems found by bionic build | Denys Vlasenko |
2016-03-06 | inotifyd: swap meaning of 'y' and 'm' events in help text. Closes 8726 | Denys Vlasenko |
2016-02-26 | taskset: fix non-fancy cpuset printing on big-endian | Arnout Vandecappelle (Essensium/Mind) |
2016-01-17 | setsid: implement -c | Denys Vlasenko |
2016-01-02 | nandwrite: implement -n (read/write without ecc) | Aaro Koskinen |
2015-11-01 | i2c_tools: suppress "'blen' may be used uninitialized in this function" | Denys Vlasenko |
2015-11-01 | i2cdump: display the numeric value for block read ioctl() errors | Bartosz Golaszewski |
2015-11-01 | i2cdump: bail-out if block read fails | Bartosz Golaszewski |
2015-11-01 | i2cdump: use I2C block mode for the 'i' mode parameter | Bartosz Golaszewski |
2015-11-01 | i2cdump: don't read block data in non-block modes | Bartosz Golaszewski |
2015-11-01 | i2cdetect: coding style: add a space after 'for' | Bartosz Golaszewski |
2015-11-01 | i2cdetect: fix address skipping in auto mode | Bartosz Golaszewski |
2015-10-27 | fbsplash: use virtual y size in mmap size calculations | Timo Teräs |
2015-10-25 | tweak defconfig | Denys Vlasenko |
2015-10-13 | *: more BUILD_BUG_ON conversions | Denys Vlasenko |
2015-10-11 | randconfig fix | Denys Vlasenko |
2015-10-09 | use auto_string() where appropriate to kill a few statics | Denys Vlasenko |
2015-10-08 | join some common strings, -400 bytes | Denys Vlasenko |
2015-10-07 | build system: -fno-builtin-printf | Denys Vlasenko |
2015-09-21 | i2c-tools: rename remaining defines | Bartosz Golaszewski |
2015-09-21 | i2c-tools: remove duplicate definitions | Bartosz Golaszewski |
2015-08-16 | less: fix botched attempt to use last column | Ron Yorston |
2015-08-03 | less: further tweaks to regular file detection | Ron Yorston |
2015-07-31 | less: improve regular file detection in line counting code | Denys Vlasenko |
2015-07-31 | less: allow use of last column of terminal | Ron Yorston |
2015-07-31 | less: fix line number confusion | Ron Yorston |
2015-07-31 | less: add a function to detect when display is at end of file | Ron Yorston |
2015-07-31 | less: rearrange detection of non-regular files | Ron Yorston |
2015-07-31 | less: move code to count lines into a separate function | Ron Yorston |
2015-07-31 | less: fix numeric input | Ron Yorston |
2015-07-21 | less: improvements to verbose status messages | Ron Yorston |
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 |