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