Age | Commit message (Expand) | Author |
2013-03-18 | sendmail: support long header fields for recipients | Aaro Koskinen |
2013-03-18 | sendmail: support address lists | Aaro Koskinen |
2013-03-18 | sendmail: support addresses inside angle brackets | Aaro Koskinen |
2013-03-18 | sendmail: don't mangle e-mail headers | Aaro Koskinen |
2013-03-18 | sendmail: avoid sending mail to wrong addresses | Aaro Koskinen |
2013-03-18 | mkfs_minix: use get_volume_size_in_bytes instead of local version | Denys Vlasenko |
2013-03-17 | mdev: fix build failure | Denys Vlasenko |
2013-03-17 | nc: fix build failure ("subscripted value is neither array nor pointer") | Denys Vlasenko |
2013-03-17 | ash: add comment about failures in source builtin. No code changes. | Denys Vlasenko |
2013-03-17 | hush: source builtin should override $N only if it has args | Denys Vlasenko |
2013-03-15 | ash: read $HOME/.profile instead of $(pwd)/.profile | Stefan Hellermann |
2013-03-15 | ash: move code to allow setting $HOME in /etc/profile | Stefan Hellermann |
2013-03-15 | vi: code shrink | Denys Vlasenko |
2013-03-15 | vi: fix adjustment of buffer on partial file read | Ron Yorston |
2013-03-15 | sysklogd: trim help text | Denys Vlasenko |
2013-03-15 | traceroute: free some memory allocated by xzalloc() | Guilherme Maciel Ferreira |
2013-03-15 | flash_eraseall: implement -N | Alexander Shiyan |
2013-03-15 | nanddump: fix build if nandwrite isn't enabled | Alexander Shiyan |
2013-03-15 | ping[6]: accept and ignore -n. Code shrink | Denys Vlasenko |
2013-03-14 | udhcpd: also add -I ADDR to help text | Denys Vlasenko |
2013-03-13 | udhcpd: add -I LOCAL_ADDR option | Denys Vlasenko |
2013-03-13 | awk: Fix handling of functions with empty body | Bernhard Reutner-Fischer |
2013-03-12 | losetup: fix util-linux compatibility | Mandeep Singh Baines |
2013-03-12 | readlink: note that our -f is really -e | Mike Frysinger |
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 |