aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-1444-577/+4343
|\|
| * ash: remove one redundant function, improve string sharing, better field namesDenys Vlasenko2010-06-021-55/+57
| * decompress_unxz: allocate permanent crc32 table _fisrt_Denys Vlasenko2010-06-011-3/+3
| * deinline two big functionsDenys Vlasenko2010-06-012-2/+2
| * decompress_unxz: newer version, one which can unpack SHA-256 protected filesDenys Vlasenko2010-06-017-68/+154
| * lineedit: fix column display for wide and combining chars in TAB completionTomas Heinrich2010-06-013-7/+25
| * archival/*: shrink by reusing sufficiently similar functionsDenys Vlasenko2010-05-315-57/+34
| * dhcp: truncate packets instead of padding them to 574 bytes. closes bug 1849Denys Vlasenko2010-05-311-12/+20
| * 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
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-1410-7208/+450
|\|
| * shell: consolidate builtin_foo.? into shell_common.?; delete obsolete shellsDenys Vlasenko2010-05-2311-7436/+442
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-1432-545/+996
|\|
| * 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