aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-12platform: use KERNEL_VERSION to simplify uClibc version checkingMike Frysinger
2013-03-12udhcpc: use readlink rather than realpathMike Frysinger
2013-03-04hostid: do not output sign-extended host id. Closes 6056Denys Vlasenko
2013-03-03archival: note implicit dependencies between lzop & bbunzipMike Frysinger
2013-03-01decompress_unlzma: move function, no code changesDenys Vlasenko
2013-03-01decompress_unlzma: 10% speedup in "small" codeDenys Vlasenko
2013-03-01decompress_unlzma: make "fast" version a bit smallerDenys Vlasenko
2013-03-01lzop: fiq -q and OPTION_DECOMPRESS mismatchDenys Vlasenko
2013-02-28bbunzip: fix order of flags vs bit definesMike Frysinger
2013-02-28bbunzip: ignore the -q flag with the decompressorsMike Frysinger
2013-02-28ifupdown: support "source" stanza in /etc/network/interfacesDenys Vlasenko
2013-02-28zcat: fix "zcat FILE" trying to do detection twiceDenys Vlasenko
2013-02-28zcat: if seamless uncompressors are defined, autodetect file's formatDenys Vlasenko
2013-02-28fix error message on failure to oen /dev/null; fix zcat's help textDenys Vlasenko
2013-02-28code shrink in check_errors_in_children()Denys Vlasenko
2013-02-28pgrep: fix a "missing closing paren" build errorDenys Vlasenko
2013-02-28ifplugd: make -k send SIGINT, not SIGQUITDenys Vlasenko
2013-02-28pgrep: fix -x optionBernhard Walle
2013-02-28Fix config help textDenys Vlasenko
2013-02-28make --help return exitcode 0. Closes 5612Denys Vlasenko
2013-02-28run-parts: fix unicode creep in --helpPeter Korsgaard
2013-02-28nc_bloaty: support -ll and -lk. Closes 2245Denys Vlasenko
2013-02-28nc: don't redirect stderr to network in -e PROG modeDenys Vlasenko
2013-02-28nameif: fix use-after-free in ENABLE_FEATURE_CLEAN_UP codeThomas De Schampheleire
2013-02-28run-parts: stop providing incompatible short optionsDenys Vlasenko
2013-02-28run-parts: add --exit-on-error | -e supportPeter Korsgaard
2013-02-27xz: fix put_unaligned_{l,b}e32Leonid Lisovskiy
2013-02-27lineedit: initialize delptrShawn J. Goff
2013-02-27xz: support concatenated .xz streamsLasse Collin
2013-02-27xz: mention xzminidec.c in READMELasse Collin
2013-02-27xz: fix incorrect XZ_BUF_ERRORLasse Collin
2013-02-27xz: fix decoding of LZMA2 streams having no uncompressed data.Lasse Collin
2013-02-27cz: add C++ support to xz.hLasse Collin
2013-02-27xz: remove an empty line from xz_dec_lzma2.cLasse Collin
2013-02-27xz: make bcj_x86_test_msbyte() an inline functionLasse Collin
2013-02-27xz: add a comment about using uint32_t as vli_typeLasse Collin
2013-02-27xz: avoid "NOTE:" in xz.hLasse Collin
2013-02-27xz: update READMELasse Collin
2013-02-27xz: omit explicit \0 from HEADER_MAGICLasse Collin
2013-02-27Fix move_to_unaligned16Denys Vlasenko
2013-02-27mdev: improve $SEQ handling; improve debug loggingDenys Vlasenko
2013-02-27udhcpc: tweak math shell style with the metric varMike Frysinger
2013-02-27udhcpc: support resolv.conf symlinksMike Frysinger
2013-02-26mdev: add environment variable matchDenys Vlasenko
2013-02-26move endofname() to libbbDenys Vlasenko
2013-02-25tail: make help text for -n +N syntax more correctDenys Vlasenko
2013-02-25head: support -n -NUM and -c -NUMDenys Vlasenko
2013-02-25head,tail: use common suffix struct. simplify help text.Denys Vlasenko
2013-02-20rpm: unmap rpm file before working with next oneDenys Vlasenko
2013-02-20rpm: stop using statics; move main() to the end of the source fileDenys Vlasenko