aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-22setserial: Fix typo: s/baund_rate/baud_rate/gBernhard Reutner-Fischer
2013-03-18sendmail: code shrink on top of previous patchesDenys Vlasenko
2013-03-18sendmail: don't add multiple To: headersAaro Koskinen
2013-03-18sendmail: don't add To: header if it already existsAaro Koskinen
2013-03-18sendmail: support long header fields for recipientsAaro Koskinen
2013-03-18sendmail: support address listsAaro Koskinen
2013-03-18sendmail: support addresses inside angle bracketsAaro Koskinen
2013-03-18sendmail: don't mangle e-mail headersAaro Koskinen
2013-03-18sendmail: avoid sending mail to wrong addressesAaro Koskinen
2013-03-18mkfs_minix: use get_volume_size_in_bytes instead of local versionDenys Vlasenko
2013-03-17mdev: fix build failureDenys Vlasenko
2013-03-17nc: fix build failure ("subscripted value is neither array nor pointer")Denys Vlasenko
2013-03-17ash: add comment about failures in source builtin. No code changes.Denys Vlasenko
2013-03-17hush: source builtin should override $N only if it has argsDenys Vlasenko
2013-03-15ash: read $HOME/.profile instead of $(pwd)/.profileStefan Hellermann
2013-03-15ash: move code to allow setting $HOME in /etc/profileStefan Hellermann
2013-03-15vi: code shrinkDenys Vlasenko
2013-03-15vi: fix adjustment of buffer on partial file readRon Yorston
2013-03-15sysklogd: trim help textDenys Vlasenko
2013-03-15traceroute: free some memory allocated by xzalloc()Guilherme Maciel Ferreira
2013-03-15flash_eraseall: implement -NAlexander Shiyan
2013-03-15nanddump: fix build if nandwrite isn't enabledAlexander Shiyan
2013-03-15ping[6]: accept and ignore -n. Code shrinkDenys Vlasenko
2013-03-14udhcpd: also add -I ADDR to help textDenys Vlasenko
2013-03-13udhcpd: add -I LOCAL_ADDR optionDenys Vlasenko
2013-03-13awk: Fix handling of functions with empty bodyBernhard Reutner-Fischer
2013-03-12losetup: fix util-linux compatibilityMandeep Singh Baines
2013-03-12readlink: note that our -f is really -eMike Frysinger
2013-03-12readlink: uClibc supports automatic allocation too nowMike Frysinger
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