aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* archival: note implicit dependencies between lzop & bbunzipMike Frysinger2013-03-032-0/+2
* decompress_unlzma: move function, no code changesDenys Vlasenko2013-03-011-7/+6
* decompress_unlzma: 10% speedup in "small" codeDenys Vlasenko2013-03-011-1/+1
* decompress_unlzma: make "fast" version a bit smallerDenys Vlasenko2013-03-011-10/+4
* lzop: fiq -q and OPTION_DECOMPRESS mismatchDenys Vlasenko2013-03-011-15/+16
* bbunzip: fix order of flags vs bit definesMike Frysinger2013-02-281-4/+4
* bbunzip: ignore the -q flag with the decompressorsMike Frysinger2013-02-281-6/+7
* ifupdown: support "source" stanza in /etc/network/interfacesDenys Vlasenko2013-02-281-6/+13
* zcat: fix "zcat FILE" trying to do detection twiceDenys Vlasenko2013-02-281-8/+7
* zcat: if seamless uncompressors are defined, autodetect file's formatDenys Vlasenko2013-02-281-14/+40
* fix error message on failure to oen /dev/null; fix zcat's help textDenys Vlasenko2013-02-281-6/+6
* code shrink in check_errors_in_children()Denys Vlasenko2013-02-281-3/+8
* pgrep: fix a "missing closing paren" build errorDenys Vlasenko2013-02-281-1/+1
* ifplugd: make -k send SIGINT, not SIGQUITDenys Vlasenko2013-02-281-1/+2
* pgrep: fix -x optionBernhard Walle2013-02-281-1/+1
* Fix config help textDenys Vlasenko2013-02-281-1/+1
* make --help return exitcode 0. Closes 5612Denys Vlasenko2013-02-281-1/+1
* run-parts: fix unicode creep in --helpPeter Korsgaard2013-02-281-3/+3
* nc_bloaty: support -ll and -lk. Closes 2245Denys Vlasenko2013-02-281-18/+40
* nc: don't redirect stderr to network in -e PROG modeDenys Vlasenko2013-02-281-9/+9
* nameif: fix use-after-free in ENABLE_FEATURE_CLEAN_UP codeThomas De Schampheleire2013-02-281-6/+9
* run-parts: stop providing incompatible short optionsDenys Vlasenko2013-02-281-32/+25
* run-parts: add --exit-on-error | -e supportPeter Korsgaard2013-02-281-3/+10
* xz: fix put_unaligned_{l,b}e32Leonid Lisovskiy2013-02-271-2/+2
* lineedit: initialize delptrShawn J. Goff2013-02-271-0/+1
* xz: support concatenated .xz streamsLasse Collin2013-02-271-7/+36
* xz: mention xzminidec.c in READMELasse Collin2013-02-271-1/+1
* xz: fix incorrect XZ_BUF_ERRORLasse Collin2013-02-271-7/+20
* xz: fix decoding of LZMA2 streams having no uncompressed data.Lasse Collin2013-02-271-3/+3
* cz: add C++ support to xz.hLasse Collin2013-02-271-0/+9
* xz: remove an empty line from xz_dec_lzma2.cLasse Collin2013-02-271-1/+0
* xz: make bcj_x86_test_msbyte() an inline functionLasse Collin2013-02-271-2/+5
* xz: add a comment about using uint32_t as vli_typeLasse Collin2013-02-271-2/+7
* xz: avoid "NOTE:" in xz.hLasse Collin2013-02-271-4/+4
* xz: update READMELasse Collin2013-02-271-2/+2
* xz: omit explicit \0 from HEADER_MAGICLasse Collin2013-02-271-1/+1
* Fix move_to_unaligned16Denys Vlasenko2013-02-271-1/+1
* mdev: improve $SEQ handling; improve debug loggingDenys Vlasenko2013-02-272-91/+181
* udhcpc: tweak math shell style with the metric varMike Frysinger2013-02-271-1/+2
* udhcpc: support resolv.conf symlinksMike Frysinger2013-02-271-4/+8
* mdev: add environment variable matchDenys Vlasenko2013-02-262-8/+73
* move endofname() to libbbDenys Vlasenko2013-02-265-38/+30
* tail: make help text for -n +N syntax more correctDenys Vlasenko2013-02-251-1/+1
* head: support -n -NUM and -c -NUMDenys Vlasenko2013-02-251-22/+128
* head,tail: use common suffix struct. simplify help text.Denys Vlasenko2013-02-255-27/+40
* rpm: unmap rpm file before working with next oneDenys Vlasenko2013-02-201-3/+5
* rpm: stop using statics; move main() to the end of the source fileDenys Vlasenko2013-02-201-146/+141
* rpm: use "create+rename" method of replacing existing filesDenys Vlasenko2013-02-203-3/+19
* rpm: make -ql display more compatible; improve help textDenys Vlasenko2013-02-201-32/+36
* fdisk_sun: fix partition alignmentAaro Koskinen2013-02-111-3/+6