| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | zcat: fix "zcat FILE" trying to do detection twice | Denys Vlasenko | 2013-02-28 | 1 | -8/+7 |
* | zcat: if seamless uncompressors are defined, autodetect file's format | Denys Vlasenko | 2013-02-28 | 1 | -14/+40 |
* | fix error message on failure to oen /dev/null; fix zcat's help text | Denys Vlasenko | 2013-02-28 | 1 | -6/+6 |
* | code shrink in check_errors_in_children() | Denys Vlasenko | 2013-02-28 | 1 | -3/+8 |
* | pgrep: fix a "missing closing paren" build error | Denys Vlasenko | 2013-02-28 | 1 | -1/+1 |
* | ifplugd: make -k send SIGINT, not SIGQUIT | Denys Vlasenko | 2013-02-28 | 1 | -1/+2 |
* | pgrep: fix -x option | Bernhard Walle | 2013-02-28 | 1 | -1/+1 |
* | Fix config help text | Denys Vlasenko | 2013-02-28 | 1 | -1/+1 |
* | make --help return exitcode 0. Closes 5612 | Denys Vlasenko | 2013-02-28 | 1 | -1/+1 |
* | run-parts: fix unicode creep in --help | Peter Korsgaard | 2013-02-28 | 1 | -3/+3 |
* | nc_bloaty: support -ll and -lk. Closes 2245 | Denys Vlasenko | 2013-02-28 | 1 | -18/+40 |
* | nc: don't redirect stderr to network in -e PROG mode | Denys Vlasenko | 2013-02-28 | 1 | -9/+9 |
* | nameif: fix use-after-free in ENABLE_FEATURE_CLEAN_UP code | Thomas De Schampheleire | 2013-02-28 | 1 | -6/+9 |
* | run-parts: stop providing incompatible short options | Denys Vlasenko | 2013-02-28 | 1 | -32/+25 |
* | run-parts: add --exit-on-error | -e support | Peter Korsgaard | 2013-02-28 | 1 | -3/+10 |
* | xz: fix put_unaligned_{l,b}e32 | Leonid Lisovskiy | 2013-02-27 | 1 | -2/+2 |
* | lineedit: initialize delptr | Shawn J. Goff | 2013-02-27 | 1 | -0/+1 |
* | xz: support concatenated .xz streams | Lasse Collin | 2013-02-27 | 1 | -7/+36 |
* | xz: mention xzminidec.c in README | Lasse Collin | 2013-02-27 | 1 | -1/+1 |
* | xz: fix incorrect XZ_BUF_ERROR | Lasse Collin | 2013-02-27 | 1 | -7/+20 |
* | xz: fix decoding of LZMA2 streams having no uncompressed data. | Lasse Collin | 2013-02-27 | 1 | -3/+3 |
* | cz: add C++ support to xz.h | Lasse Collin | 2013-02-27 | 1 | -0/+9 |
* | xz: remove an empty line from xz_dec_lzma2.c | Lasse Collin | 2013-02-27 | 1 | -1/+0 |
* | xz: make bcj_x86_test_msbyte() an inline function | Lasse Collin | 2013-02-27 | 1 | -2/+5 |
* | xz: add a comment about using uint32_t as vli_type | Lasse Collin | 2013-02-27 | 1 | -2/+7 |
* | xz: avoid "NOTE:" in xz.h | Lasse Collin | 2013-02-27 | 1 | -4/+4 |
* | xz: update README | Lasse Collin | 2013-02-27 | 1 | -2/+2 |
* | xz: omit explicit \0 from HEADER_MAGIC | Lasse Collin | 2013-02-27 | 1 | -1/+1 |
* | Fix move_to_unaligned16 | Denys Vlasenko | 2013-02-27 | 1 | -1/+1 |
* | mdev: improve $SEQ handling; improve debug logging | Denys Vlasenko | 2013-02-27 | 2 | -91/+181 |
* | udhcpc: tweak math shell style with the metric var | Mike Frysinger | 2013-02-27 | 1 | -1/+2 |
* | udhcpc: support resolv.conf symlinks | Mike Frysinger | 2013-02-27 | 1 | -4/+8 |
* | mdev: add environment variable match | Denys Vlasenko | 2013-02-26 | 2 | -8/+73 |
* | move endofname() to libbb | Denys Vlasenko | 2013-02-26 | 5 | -38/+30 |
* | tail: make help text for -n +N syntax more correct | Denys Vlasenko | 2013-02-25 | 1 | -1/+1 |
* | head: support -n -NUM and -c -NUM | Denys Vlasenko | 2013-02-25 | 1 | -22/+128 |
* | head,tail: use common suffix struct. simplify help text. | Denys Vlasenko | 2013-02-25 | 5 | -27/+40 |
* | rpm: unmap rpm file before working with next one | Denys Vlasenko | 2013-02-20 | 1 | -3/+5 |
* | rpm: stop using statics; move main() to the end of the source file | Denys Vlasenko | 2013-02-20 | 1 | -146/+141 |
* | rpm: use "create+rename" method of replacing existing files | Denys Vlasenko | 2013-02-20 | 3 | -3/+19 |
* | rpm: make -ql display more compatible; improve help text | Denys Vlasenko | 2013-02-20 | 1 | -32/+36 |
* | fdisk_sun: fix partition alignment | Aaro Koskinen | 2013-02-11 | 1 | -3/+6 |
* | fdisk_sun: fix corrupted partition data with blank disk | Aaro Koskinen | 2013-02-11 | 1 | -0/+1 |
* | vasprintf: return -1 on strdup failure | Denys Vlasenko | 2013-02-10 | 1 | -1/+1 |
* | vasprintf: do not use xmalloc, it will deadlock on OOM | Denys Vlasenko | 2013-02-07 | 1 | -3/+5 |
* | mdev: chdir back to /dev after trying to read firmware | Denys Vlasenko | 2013-02-04 | 1 | -1/+2 |
* | arp: code shrink | Denys Vlasenko | 2013-02-04 | 1 | -10/+9 |
* | arp: fix -H/-t handling. | Kuleshov Aleksey | 2013-02-04 | 1 | -14/+12 |
* | mdev: extend debug logging output | Denys Vlasenko | 2013-01-30 | 1 | -1/+5 |
* | udhcpc6: fix port numbers used if !FEATURE_UDHCP_PORT | Denys Vlasenko | 2013-01-28 | 3 | -18/+22 |