Age | Commit message (Expand) | Author |
2022-01-05 | libbb: code shrink: introduce and use [_]exit_SUCCESS() | Denys Vlasenko |
2021-06-13 | *: more --help tweaking | Denys Vlasenko |
2020-12-30 | *: use fopen helpers where appropriate | Denys Vlasenko |
2020-12-29 | randomconfig fixes | Denys Vlasenko |
2020-11-30 | decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly | Denys Vlasenko |
2020-11-30 | decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly | Denys Vlasenko |
2020-08-13 | build system: drop PLATFORM_LINUX | Ron Yorston |
2019-07-02 | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne |
2019-02-11 | i2c_tools.c: i2ctransfer | Nikolaus Voss |
2019-02-10 | i2ctransfer: new applet | Nikolaus Voss |
2018-12-28 | config: update size information | Denys Vlasenko |
2018-04-07 | xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copy | Denys Vlasenko |
2018-04-07 | libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir... | Denys Vlasenko |
2017-10-05 | i2cset: fix 'i' & 's' modes (3 extra bytes were sent) | Avi Fishman |
2017-08-29 | i2c_tools: tweak --help text | Denys Vlasenko |
2017-08-29 | i2c-tools: don't include linux/i2c-dev.h | Bartosz Golaszewski |
2017-08-28 | i2c-tools: remove unneeded include | Bartosz Golaszewski |
2017-08-08 | getopt32: remove opt_complementary | Denys Vlasenko |
2017-08-07 | users,w,who,uptime,renice: make NOEXEC | Denys Vlasenko |
2017-07-21 | config: deindent all help texts | Denys Vlasenko |
2017-07-18 | Update menuconfig items with approximate applet sizes | Denys Vlasenko |
2016-06-24 | i2cdump: don't use common_bufsiz1 | Bartosz Golaszewski |
2016-04-21 | libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it | Denys Vlasenko |
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-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-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-11 | i2c-tools: only try /dev/i2c/* if opening /dev/i2c-* fails with ENOENT | Bartosz Golaszewski |
2015-05-11 | i2c-tools: fix 'i2cdetect -l' | Bartosz Golaszewski |
2015-03-12 | libbb: introduce and use is_prefixed_with() | Denys Vlasenko |
2015-02-10 | i2cget, i2cset, i2cdetect, i2cdump: new applets | Bartosz Golaszewski |