aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-30lzop: fix indentationDenys Vlasenko
2010-05-27bbunzip: silence warning about unused variableBernhard Reutner-Fischer
2010-05-27trivial fixes: use uint8_t, not __u8; fix defconfig for fgconsoleDenys Vlasenko
2010-05-27build system: make gen_build_files.sh messages more inline with the restDenys Vlasenko
2010-05-27trim help text. -29 bytesDenys Vlasenko
2010-05-27unlzma: add "lzma -d" alias, add -t support, rename lzmacat->lzcatDenys Vlasenko
2010-05-25ip addr: shrinkBernhard Reutner-Fischer
2010-05-25ip addr: unify parsing argsBernhard Reutner-Fischer
2010-05-25ip rule: unify parsing argsBernhard Reutner-Fischer
2010-05-25ip tunnel: unify parsing args; no obj-code changesBernhard Reutner-Fischer
2010-05-25ip link: add qlenBernhard Reutner-Fischer
2010-05-25iplink: shrinkBernhard Reutner-Fischer
2010-05-25iplink: support add/deleteBernhard Reutner-Fischer
2010-05-25ipaddress: print OPERSTATEs and NO-CARRIERBernhard Reutner-Fischer
2010-05-24unzip: another small code shrinkDenys Vlasenko
2010-05-24unzip: tiny code shrink -2 bytesDenys Vlasenko
2010-05-24unzip: restore unix file mode if possible. closes bug 1045Denys Vlasenko
2010-05-23fgconsole: new applet by Grigory Batalov <bga@altlinux.org>Grigory Batalov
2010-05-23ifconfig: do not truncate interface names. closes bug 1795Denys Vlasenko
2010-05-23shell: consolidate builtin_foo.? into shell_common.?; delete obsolete shellsDenys Vlasenko
2010-05-23fix unescaped $ in makefileDenys Vlasenko
2010-05-23ps: make "ps -o BAD" emit list of good -o paramsDenys Vlasenko
2010-05-22getty: do not emit bogus error message on EOFDenys Vlasenko
2010-05-22fuser: code shrink, fixing default signal, exitcode and PID displayMaksym Kryzhanovskyy
2010-05-22hush: trivial code shrinkDenys Vlasenko
2010-05-22hush: reduce #ifdef forest a bit, rename handle_dollar -> parse_dollarDenys Vlasenko
2010-05-22hush: fix hush -c 'echo $0' - was showing empty stringDenys Vlasenko
2010-05-22hush: fix segfault in ${?:N:M}Denys Vlasenko
2010-05-22hush: fix "hush -c 'echo $#'" showing -1Denys Vlasenko
2010-05-22hush: support ${var:EXPR:EXPR}!Denys Vlasenko
2010-05-22hush: fix a nommu todo in recent commitsDenys Vlasenko
2010-05-22hush: fix more obscure ${var%...} casesDenys Vlasenko
2010-05-21hush: fix a=abc; c=c; echo ${a%${c}}Denys Vlasenko
2010-05-21hush: handle expansions in ${var?expanded_word} constructsDenys Vlasenko
2010-05-21hush: reorganized TODO comment at topDenys Vlasenko
2010-05-21hush: add a list of unsupported builtinsDenys Vlasenko
2010-05-21hush: handle ${var:NUM:} tooDenys Vlasenko
2010-05-21trylink: gold may not support --sort-common (yet)Bernhard Reutner-Fischer
2010-05-21lxdialog: fix ncursesw include detectionBernhard Reutner-Fischer
2010-05-21hush: remove extra comparison from prev commitDenys Vlasenko
2010-05-21hush: optional support for ${var:N:M} bashismDenys Vlasenko
2010-05-20hush: explain various parameter expansion ops in commentsDenys Vlasenko
2010-05-20hush: small code shrinkDenys Vlasenko
2010-05-20hush: shrink variable expansion codeDenys Vlasenko
2010-05-20hush: fix var=`exit 2` not setting $? to 2Denys Vlasenko
2010-05-20update shell/READMEDenys Vlasenko
2010-05-20ash: eliminate 16 bytes in bssDenys Vlasenko
2010-05-20hush: code shrinkDenys Vlasenko
2010-05-20hush: support "cd -- DIR" and suchDenys Vlasenko
2010-05-20shell: make it possible to alias one of shells to "bash"Denys Vlasenko