| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | ifupdown: use -x hostname:NAME with udhcpc | Natanael Copa | 2015-10-31 | 1 | -2/+2 |
* | [g]unzip: fix recent breakage. | Denys Vlasenko | 2015-10-30 | 2 | -12/+22 |
* | ash: allow popredir to be called if the stack is empty | Ron Yorston | 2015-10-30 | 1 | -1/+1 |
* | ash: fix EXEXEC status clobbering | Ron Yorston | 2015-10-30 | 1 | -1/+1 |
* | ash: add tests for failures of the exec and command builtins | Ron Yorston | 2015-10-30 | 4 | -0/+13 |
* | stat: make -f optional. This allows to build stat for non-linux systems | Denys Vlasenko | 2015-10-30 | 2 | -36/+61 |
* | lineedit: FEATURE_REVERSE_SEARCH should not depend on SAVEHISTORY | Denys Vlasenko | 2015-10-30 | 1 | -1/+1 |
* | lineedit: search applets as well as PATH for tab completion | Ron Yorston | 2015-10-30 | 1 | -1/+16 |
* | busybox: alter help message in standalone shell mode | Ron Yorston | 2015-10-30 | 1 | -0/+9 |
* | hush: copy for.tests from ash testsuite | Denys Vlasenko | 2015-10-29 | 2 | -0/+6 |
* | ash: simplify EOF/newline handling in list parser | Ron Yorston | 2015-10-29 | 1 | -34/+29 |
* | Revert "ash: fix a SEGV case in an invalid heredoc" xxx | Ron Yorston | 2015-10-29 | 1 | -11/+4 |
* | ash: fix error during recursive processing of here document | Ron Yorston | 2015-10-29 | 3 | -2/+13 |
* | ash tests: make test print test name before it is run | Denys Vlasenko | 2015-10-29 | 1 | -2/+4 |
* | ash: only allow local variables in functions | Ron Yorston | 2015-10-29 | 3 | -0/+5 |
* | ash: respect -p flag when command builtin is run with -v/-V | Ron Yorston | 2015-10-29 | 3 | -4/+10 |
* | ash: fix command -- crash | Denys Vlasenko | 2015-10-29 | 1 | -3/+4 |
* | ash: save a few bytes in code to parse case statements | Ron Yorston | 2015-10-29 | 1 | -4/+2 |
* | ash: allow newline after variable name in for loop | Ron Yorston | 2015-10-29 | 3 | -2/+8 |
* | ash: add test for issue with here document | Ron Yorston | 2015-10-29 | 2 | -0/+9 |
* | modinfo: fix "-F firmware", add "intree" field display | Denys Vlasenko | 2015-10-28 | 1 | -52/+62 |
* | lzop: eliminate variable, use "int" as return type | Denys Vlasenko | 2015-10-28 | 1 | -8/+6 |
* | fbsplash: use virtual y size in mmap size calculations | Timo Teräs | 2015-10-27 | 1 | -1/+1 |
* | gzip: add support for --no-name long option | Aaro Koskinen | 2015-10-27 | 2 | -0/+2 |
* | gunzip: add support for long options | Aaro Koskinen | 2015-10-27 | 1 | -0/+20 |
* | unzip: test for bad archive SEGVing | Denys Vlasenko | 2015-10-26 | 2 | -5/+29 |
* | tr: support octal ranges | Richard Genoud | 2015-10-26 | 1 | -5/+18 |
* | ifupdown: pass interface device name for ipv6 route commands | Timo Teräs | 2015-10-26 | 1 | -3/+4 |
* | tweak defconfig | Denys Vlasenko | 2015-10-25 | 4 | -31/+11 |
* | inetd: make FEATURE_INETD_RPC off by default | Denys Vlasenko | 2015-10-25 | 2 | -2/+2 |
* | libiproute: use if_nametoindex | Ron Yorston | 2015-10-24 | 1 | -24/+1 |
* | xargs: make -I imply -r | Aaro Koskinen | 2015-10-24 | 1 | -0/+3 |
* | dumpleases: string reuse | Denys Vlasenko | 2015-10-24 | 1 | -3/+5 |
* | dumpleases: new option -d to show time in seconds | Isaac Dunham | 2015-10-24 | 1 | -5/+19 |
* | zcip: ...ad suppress the warning | Denys Vlasenko | 2015-10-24 | 1 | -1/+1 |
* | zcip: do not query current time if we won't use the result | Denys Vlasenko | 2015-10-24 | 1 | -2/+4 |
* | tweak zcip service example | Denys Vlasenko | 2015-10-24 | 1 | -0/+2 |
* | Tweak README | Denys Vlasenko | 2015-10-24 | 1 | -4/+4 |
* | update network service examples | Denys Vlasenko | 2015-10-24 | 17 | -20/+55 |
* | New example of a service: examples/var_service/zcip_if | Denys Vlasenko | 2015-10-24 | 7 | -0/+122 |
* | dumpleases: make host names sanitized to shell-friendly condition | Denys Vlasenko | 2015-10-24 | 1 | -3/+8 |
* | reuse a string | Denys Vlasenko | 2015-10-24 | 1 | -1/+1 |
* | rmmod: fix bad error message | Denys Vlasenko | 2015-10-24 | 3 | -9/+15 |