aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* dhcp: indicate IP network order in prototypes tooDenys Vlasenko2010-05-301-4/+4
* dhcp: readability cleanups and small code shrinkDenys Vlasenko2010-05-304-49/+54
* rpm2cpio: teach it to understand xz formatDenys Vlasenko2010-05-301-11/+24
* unxz: remove debugging. no code changesDenys Vlasenko2010-05-304-33/+11
* *: teach tar et. al. to understand .xz by heartDenys Vlasenko2010-05-305-25/+46
* forgotten "git add"...Denys Vlasenko2010-05-301-0/+116
* reorder parts of bbunzip.c, no code changesDenys Vlasenko2010-05-301-75/+48
* unxz: new applet, complete with xzcat and xz -d aliasesDenys Vlasenko2010-05-3016-9/+3433
* rename FEATURE_LZMA_ALIAS to just LZMADenys Vlasenko2010-05-304-12/+12
* lzop: fix indentationDenys Vlasenko2010-05-301-1/+1
* bbunzip: silence warning about unused variableBernhard Reutner-Fischer2010-05-271-1/+1
* trivial fixes: use uint8_t, not __u8; fix defconfig for fgconsoleDenys Vlasenko2010-05-272-2/+2
* build system: make gen_build_files.sh messages more inline with the restDenys Vlasenko2010-05-271-2/+3
* trim help text. -29 bytesDenys Vlasenko2010-05-271-5/+5
* unlzma: add "lzma -d" alias, add -t support, rename lzmacat->lzcatDenys Vlasenko2010-05-276-36/+59
* ip addr: shrinkBernhard Reutner-Fischer2010-05-251-99/+78
* ip addr: unify parsing argsBernhard Reutner-Fischer2010-05-251-13/+7
* ip rule: unify parsing argsBernhard Reutner-Fischer2010-05-251-25/+11
* ip tunnel: unify parsing args; no obj-code changesBernhard Reutner-Fischer2010-05-251-3/+2
* ip link: add qlenBernhard Reutner-Fischer2010-05-251-2/+7
* iplink: shrinkBernhard Reutner-Fischer2010-05-251-54/+39
* iplink: support add/deleteBernhard Reutner-Fischer2010-05-251-2/+91
* ipaddress: print OPERSTATEs and NO-CARRIERBernhard Reutner-Fischer2010-05-251-0/+9
* unzip: another small code shrinkDenys Vlasenko2010-05-241-2/+2
* unzip: tiny code shrink -2 bytesDenys Vlasenko2010-05-241-5/+4
* unzip: restore unix file mode if possible. closes bug 1045Denys Vlasenko2010-05-241-55/+88
* fgconsole: new applet by Grigory Batalov <bga@altlinux.org>Grigory Batalov2010-05-236-4/+48
* ifconfig: do not truncate interface names. closes bug 1795Denys Vlasenko2010-05-231-2/+1
* shell: consolidate builtin_foo.? into shell_common.?; delete obsolete shellsDenys Vlasenko2010-05-2311-7436/+442
* fix unescaped $ in makefileDenys Vlasenko2010-05-231-2/+2
* ps: make "ps -o BAD" emit list of good -o paramsDenys Vlasenko2010-05-232-8/+22
* getty: do not emit bogus error message on EOFDenys Vlasenko2010-05-221-0/+1
* fuser: code shrink, fixing default signal, exitcode and PID displayMaksym Kryzhanovskyy2010-05-222-139/+125
* hush: trivial code shrinkDenys Vlasenko2010-05-221-20/+21
* hush: reduce #ifdef forest a bit, rename handle_dollar -> parse_dollarDenys Vlasenko2010-05-221-25/+20
* hush: fix hush -c 'echo $0' - was showing empty stringDenys Vlasenko2010-05-221-0/+1
* hush: fix segfault in ${?:N:M}Denys Vlasenko2010-05-225-37/+78
* hush: fix "hush -c 'echo $#'" showing -1Denys Vlasenko2010-05-223-2/+11
* hush: support ${var:EXPR:EXPR}!Denys Vlasenko2010-05-223-86/+152
* hush: fix a nommu todo in recent commitsDenys Vlasenko2010-05-221-25/+37
* hush: fix more obscure ${var%...} casesDenys Vlasenko2010-05-225-24/+45
* hush: fix a=abc; c=c; echo ${a%${c}}Denys Vlasenko2010-05-214-60/+75
* hush: handle expansions in ${var?expanded_word} constructsDenys Vlasenko2010-05-213-15/+62
* hush: reorganized TODO comment at topDenys Vlasenko2010-05-211-14/+12
* hush: add a list of unsupported builtinsDenys Vlasenko2010-05-211-0/+2
* hush: handle ${var:NUM:} tooDenys Vlasenko2010-05-213-2/+32
* trylink: gold may not support --sort-common (yet)Bernhard Reutner-Fischer2010-05-211-7/+10
* lxdialog: fix ncursesw include detectionBernhard Reutner-Fischer2010-05-211-1/+5
* hush: remove extra comparison from prev commitDenys Vlasenko2010-05-211-4/+2
* hush: optional support for ${var:N:M} bashismDenys Vlasenko2010-05-213-39/+120