aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-05-27trim help text. -29 bytesDenys Vlasenko1-5/+5
2010-05-27unlzma: add "lzma -d" alias, add -t support, rename lzmacat->lzcatDenys Vlasenko6-36/+59
2010-05-25ip addr: shrinkBernhard Reutner-Fischer1-99/+78
2010-05-25ip addr: unify parsing argsBernhard Reutner-Fischer1-13/+7
2010-05-25ip rule: unify parsing argsBernhard Reutner-Fischer1-25/+11
2010-05-25ip tunnel: unify parsing args; no obj-code changesBernhard Reutner-Fischer1-3/+2
2010-05-25ip link: add qlenBernhard Reutner-Fischer1-2/+7
2010-05-25iplink: shrinkBernhard Reutner-Fischer1-54/+39
2010-05-25iplink: support add/deleteBernhard Reutner-Fischer1-2/+91
2010-05-25ipaddress: print OPERSTATEs and NO-CARRIERBernhard Reutner-Fischer1-0/+9
2010-05-24unzip: another small code shrinkDenys Vlasenko1-2/+2
2010-05-24unzip: tiny code shrink -2 bytesDenys Vlasenko1-5/+4
2010-05-24unzip: restore unix file mode if possible. closes bug 1045Denys Vlasenko1-55/+88
2010-05-23fgconsole: new applet by Grigory Batalov <bga@altlinux.org>Grigory Batalov6-4/+48
2010-05-23ifconfig: do not truncate interface names. closes bug 1795Denys Vlasenko1-2/+1
2010-05-23shell: consolidate builtin_foo.? into shell_common.?; delete obsolete shellsDenys Vlasenko11-7436/+442
2010-05-23fix unescaped $ in makefileDenys Vlasenko1-2/+2
2010-05-23ps: make "ps -o BAD" emit list of good -o paramsDenys Vlasenko2-8/+22
2010-05-22getty: do not emit bogus error message on EOFDenys Vlasenko1-0/+1
2010-05-22fuser: code shrink, fixing default signal, exitcode and PID displayMaksym Kryzhanovskyy2-139/+125
2010-05-22hush: trivial code shrinkDenys Vlasenko1-20/+21
2010-05-22hush: reduce #ifdef forest a bit, rename handle_dollar -> parse_dollarDenys Vlasenko1-25/+20
2010-05-22hush: fix hush -c 'echo $0' - was showing empty stringDenys Vlasenko1-0/+1
2010-05-22hush: fix segfault in ${?:N:M}Denys Vlasenko5-37/+78
2010-05-22hush: fix "hush -c 'echo $#'" showing -1Denys Vlasenko3-2/+11
2010-05-22hush: support ${var:EXPR:EXPR}!Denys Vlasenko3-86/+152
2010-05-22hush: fix a nommu todo in recent commitsDenys Vlasenko1-25/+37
2010-05-22hush: fix more obscure ${var%...} casesDenys Vlasenko5-24/+45
2010-05-21hush: fix a=abc; c=c; echo ${a%${c}}Denys Vlasenko4-60/+75
2010-05-21hush: handle expansions in ${var?expanded_word} constructsDenys Vlasenko3-15/+62
2010-05-21hush: reorganized TODO comment at topDenys Vlasenko1-14/+12
2010-05-21hush: add a list of unsupported builtinsDenys Vlasenko1-0/+2
2010-05-21hush: handle ${var:NUM:} tooDenys Vlasenko3-2/+32
2010-05-21trylink: gold may not support --sort-common (yet)Bernhard Reutner-Fischer1-7/+10
2010-05-21lxdialog: fix ncursesw include detectionBernhard Reutner-Fischer1-1/+5
2010-05-21hush: remove extra comparison from prev commitDenys Vlasenko1-4/+2
2010-05-21hush: optional support for ${var:N:M} bashismDenys Vlasenko3-39/+120
2010-05-20hush: explain various parameter expansion ops in commentsDenys Vlasenko1-8/+36
2010-05-20hush: small code shrinkDenys Vlasenko1-7/+6
2010-05-20hush: shrink variable expansion codeDenys Vlasenko1-20/+19
2010-05-20hush: fix var=`exit 2` not setting $? to 2Denys Vlasenko3-5/+59
2010-05-20update shell/READMEDenys Vlasenko1-3/+3
2010-05-20ash: eliminate 16 bytes in bssDenys Vlasenko1-26/+22
2010-05-20hush: code shrinkDenys Vlasenko1-1/+1
2010-05-20hush: support "cd -- DIR" and suchDenys Vlasenko1-14/+32
2010-05-20shell: make it possible to alias one of shells to "bash"Denys Vlasenko3-10/+37
2010-05-19setkeycodes: fix handling of 0exx scancodesDenys Vlasenko1-8/+8
2010-05-19mount: handle EDQUOT > 255 properly. closes bug 1579Denys Vlasenko1-1/+9
2010-05-19vi: fix "set ic" command; code shrink while at it. closes bug 1765Denys Vlasenko1-49/+37
2010-05-19losetup: support /dev/loop10 and higher. closes bug 1627Denys Vlasenko2-26/+35