Age | Commit message (Expand) | Author |
2013-03-12 | readlink: uClibc supports automatic allocation too now | Mike Frysinger |
2013-03-12 | platform: use KERNEL_VERSION to simplify uClibc version checking | Mike Frysinger |
2013-03-12 | udhcpc: use readlink rather than realpath | Mike Frysinger |
2013-03-04 | hostid: do not output sign-extended host id. Closes 6056 | Denys Vlasenko |
2013-03-03 | archival: note implicit dependencies between lzop & bbunzip | Mike Frysinger |
2013-03-01 | decompress_unlzma: move function, no code changes | Denys Vlasenko |
2013-03-01 | decompress_unlzma: 10% speedup in "small" code | Denys Vlasenko |
2013-03-01 | decompress_unlzma: make "fast" version a bit smaller | Denys Vlasenko |
2013-03-01 | lzop: fiq -q and OPTION_DECOMPRESS mismatch | Denys Vlasenko |
2013-02-28 | bbunzip: fix order of flags vs bit defines | Mike Frysinger |
2013-02-28 | bbunzip: ignore the -q flag with the decompressors | Mike Frysinger |
2013-02-28 | ifupdown: support "source" stanza in /etc/network/interfaces | Denys Vlasenko |
2013-02-28 | zcat: fix "zcat FILE" trying to do detection twice | Denys Vlasenko |
2013-02-28 | zcat: if seamless uncompressors are defined, autodetect file's format | Denys Vlasenko |
2013-02-28 | fix error message on failure to oen /dev/null; fix zcat's help text | Denys Vlasenko |
2013-02-28 | code shrink in check_errors_in_children() | Denys Vlasenko |
2013-02-28 | pgrep: fix a "missing closing paren" build error | Denys Vlasenko |
2013-02-28 | ifplugd: make -k send SIGINT, not SIGQUIT | Denys Vlasenko |
2013-02-28 | pgrep: fix -x option | Bernhard Walle |
2013-02-28 | Fix config help text | Denys Vlasenko |
2013-02-28 | make --help return exitcode 0. Closes 5612 | Denys Vlasenko |
2013-02-28 | run-parts: fix unicode creep in --help | Peter Korsgaard |
2013-02-28 | nc_bloaty: support -ll and -lk. Closes 2245 | Denys Vlasenko |
2013-02-28 | nc: don't redirect stderr to network in -e PROG mode | Denys Vlasenko |
2013-02-28 | nameif: fix use-after-free in ENABLE_FEATURE_CLEAN_UP code | Thomas De Schampheleire |
2013-02-28 | run-parts: stop providing incompatible short options | Denys Vlasenko |
2013-02-28 | run-parts: add --exit-on-error | -e support | Peter Korsgaard |
2013-02-27 | xz: fix put_unaligned_{l,b}e32 | Leonid Lisovskiy |
2013-02-27 | lineedit: initialize delptr | Shawn J. Goff |
2013-02-27 | xz: support concatenated .xz streams | Lasse Collin |
2013-02-27 | xz: mention xzminidec.c in README | Lasse Collin |
2013-02-27 | xz: fix incorrect XZ_BUF_ERROR | Lasse Collin |
2013-02-27 | xz: fix decoding of LZMA2 streams having no uncompressed data. | Lasse Collin |
2013-02-27 | cz: add C++ support to xz.h | Lasse Collin |
2013-02-27 | xz: remove an empty line from xz_dec_lzma2.c | Lasse Collin |
2013-02-27 | xz: make bcj_x86_test_msbyte() an inline function | Lasse Collin |
2013-02-27 | xz: add a comment about using uint32_t as vli_type | Lasse Collin |
2013-02-27 | xz: avoid "NOTE:" in xz.h | Lasse Collin |
2013-02-27 | xz: update README | Lasse Collin |
2013-02-27 | xz: omit explicit \0 from HEADER_MAGIC | Lasse Collin |
2013-02-27 | Fix move_to_unaligned16 | Denys Vlasenko |
2013-02-27 | mdev: improve $SEQ handling; improve debug logging | Denys Vlasenko |
2013-02-27 | udhcpc: tweak math shell style with the metric var | Mike Frysinger |
2013-02-27 | udhcpc: support resolv.conf symlinks | Mike Frysinger |
2013-02-26 | mdev: add environment variable match | Denys Vlasenko |
2013-02-26 | move endofname() to libbb | Denys Vlasenko |
2013-02-25 | tail: make help text for -n +N syntax more correct | Denys Vlasenko |
2013-02-25 | head: support -n -NUM and -c -NUM | Denys Vlasenko |
2013-02-25 | head,tail: use common suffix struct. simplify help text. | Denys Vlasenko |
2013-02-20 | rpm: unmap rpm file before working with next one | Denys Vlasenko |