| Commit message (Expand) | Author | Age | Files | Lines |
* | randomconfig fixes | Denys Vlasenko | 2020-12-29 | 1 | -2/+4 |
* | decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly | Denys Vlasenko | 2020-11-30 | 1 | -2/+2 |
* | decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly | Denys Vlasenko | 2020-11-30 | 1 | -10/+5 |
* | build system: drop PLATFORM_LINUX | Ron Yorston | 2020-08-13 | 1 | -5/+0 |
* | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne | 2019-07-02 | 1 | -22/+22 |
* | i2c_tools.c: i2ctransfer | Nikolaus Voss | 2019-02-11 | 1 | -5/+3 |
* | i2ctransfer: new applet | Nikolaus Voss | 2019-02-10 | 1 | -1/+177 |
* | config: update size information | Denys Vlasenko | 2018-12-28 | 1 | -4/+4 |
* | xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copy | Denys Vlasenko | 2018-04-07 | 1 | -1/+0 |
* | libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir... | Denys Vlasenko | 2018-04-07 | 1 | -1/+1 |
* | i2cset: fix 'i' & 's' modes (3 extra bytes were sent) | Avi Fishman | 2017-10-05 | 1 | -13/+27 |
* | i2c_tools: tweak --help text | Denys Vlasenko | 2017-08-29 | 1 | -33/+36 |
* | i2c-tools: don't include linux/i2c-dev.h | Bartosz Golaszewski | 2017-08-29 | 1 | -13/+30 |
* | i2c-tools: remove unneeded include | Bartosz Golaszewski | 2017-08-28 | 1 | -1/+0 |
* | getopt32: remove opt_complementary | Denys Vlasenko | 2017-08-08 | 1 | -13/+12 |
* | users,w,who,uptime,renice: make NOEXEC | Denys Vlasenko | 2017-08-07 | 1 | -0/+1 |
* | config: deindent all help texts | Denys Vlasenko | 2017-07-21 | 1 | -4/+4 |
* | Update menuconfig items with approximate applet sizes | Denys Vlasenko | 2017-07-18 | 1 | -4/+4 |
* | i2cdump: don't use common_bufsiz1 | Bartosz Golaszewski | 2016-06-24 | 1 | -1/+1 |
* | libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it | Denys Vlasenko | 2016-04-21 | 1 | -0/+1 |
* | i2c_tools: suppress "'blen' may be used uninitialized in this function" | Denys Vlasenko | 2015-11-01 | 1 | -1/+3 |
* | i2cdump: display the numeric value for block read ioctl() errors | Bartosz Golaszewski | 2015-11-01 | 1 | -2/+4 |
* | i2cdump: bail-out if block read fails | Bartosz Golaszewski | 2015-11-01 | 1 | -5/+8 |
* | i2cdump: use I2C block mode for the 'i' mode parameter | Bartosz Golaszewski | 2015-11-01 | 1 | -1/+1 |
* | i2cdump: don't read block data in non-block modes | Bartosz Golaszewski | 2015-11-01 | 1 | -1/+2 |
* | i2cdetect: coding style: add a space after 'for' | Bartosz Golaszewski | 2015-11-01 | 1 | -1/+1 |
* | i2cdetect: fix address skipping in auto mode | Bartosz Golaszewski | 2015-11-01 | 1 | -6/+7 |
* | join some common strings, -400 bytes | Denys Vlasenko | 2015-10-08 | 1 | -18/+18 |
* | build system: -fno-builtin-printf | Denys Vlasenko | 2015-10-07 | 1 | -13/+13 |
* | 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 |
* | 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 |
* | 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 |
* | libbb: introduce and use is_prefixed_with() | Denys Vlasenko | 2015-03-12 | 1 | -2/+2 |
* | i2cget, i2cset, i2cdetect, i2cdump: new applets | Bartosz Golaszewski | 2015-02-10 | 1 | -0/+1396 |