setserial: make it NOEXEC
[oweals/busybox.git] / miscutils / i2c_tools.c
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