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