vi: fixes to string search in colon commands, closes 10321
[oweals/busybox.git] / miscutils / i2c_tools.c
2019-07-02 James Byrnelibbb: reduce the overhead of single parameter bb_error...
2019-02-11 Nikolaus Vossi2c_tools.c: i2ctransfer
2019-02-10 Nikolaus Vossi2ctransfer: new applet
2018-12-28 Denys Vlasenkoconfig: update size information
2018-04-07 Denys Vlasenkoxargs: use bb_ask_y_confirmation_FILE() instead of...
2018-04-07 Denys Vlasenkolibbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmat...
2017-10-05 Avi Fishmani2cset: fix 'i' & 's' modes (3 extra bytes were sent)
2017-08-29 Denys Vlasenkoi2c_tools: tweak --help text
2017-08-29 Bartosz Golaszewskii2c-tools: don't include linux/i2c-dev.h
2017-08-28 Bartosz Golaszewskii2c-tools: remove unneeded include
2017-08-08 Denys Vlasenkogetopt32: remove opt_complementary
2017-08-07 Denys Vlasenkousers,w,who,uptime,renice: make NOEXEC
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2016-06-24 Bartosz Golaszewskii2cdump: don't use common_bufsiz1
2016-04-21 Denys Vlasenkolibbb: make bb_common_bufsiz1 1 kbyte, add capability...
2015-11-01 Denys Vlasenkoi2c_tools: suppress "'blen' may be used uninitialized...
2015-11-01 Bartosz Golaszewskii2cdump: display the numeric value for block read ioctl...
2015-11-01 Bartosz Golaszewskii2cdump: bail-out if block read fails
2015-11-01 Bartosz Golaszewskii2cdump: use I2C block mode for the 'i' mode parameter
2015-11-01 Bartosz Golaszewskii2cdump: don't read block data in non-block modes
2015-11-01 Bartosz Golaszewskii2cdetect: coding style: add a space after 'for'
2015-11-01 Bartosz Golaszewskii2cdetect: fix address skipping in auto mode
2015-10-08 Denys Vlasenkojoin some common strings, -400 bytes
2015-10-07 Denys Vlasenkobuild system: -fno-builtin-printf
2015-09-21 Bartosz Golaszewskii2c-tools: rename remaining defines
2015-09-21 Bartosz Golaszewskii2c-tools: remove duplicate definitions
2015-06-07 Bartosz Golaszewskii2cdetect: use break instead of goto in list_i2c_busses...
2015-06-07 Bartosz Golaszewskii2cdump: code rework
2015-06-07 Bartosz Golaszewskii2cdetect: add a check for (mode == DETECT_MODE_AUTO)
2015-06-07 Bartosz Golaszewskii2cdetect: don't scan non-regular addresses without...
2015-06-07 Bartosz Golaszewskii2cdetect: don't die on addresses already in use by...
2015-05-11 Bartosz Golaszewskii2c-tools: only try /dev/i2c/* if opening /dev/i2c...
2015-05-11 Bartosz Golaszewskii2c-tools: fix 'i2cdetect -l'
2015-03-12 Denys Vlasenkolibbb: introduce and use is_prefixed_with()
2015-02-10 Bartosz Golaszewskii2cget, i2cset, i2cdetect, i2cdump: new applets