aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* setserial: Fix typo: s/baund_rate/baud_rate/gBernhard Reutner-Fischer2013-03-221-2/+2
* sendmail: code shrink on top of previous patchesDenys Vlasenko2013-03-181-42/+30
* sendmail: don't add multiple To: headersAaro Koskinen2013-03-181-3/+16
* sendmail: don't add To: header if it already existsAaro Koskinen2013-03-181-2/+7
* sendmail: support long header fields for recipientsAaro Koskinen2013-03-181-1/+18
* sendmail: support address listsAaro Koskinen2013-03-181-4/+29
* sendmail: support addresses inside angle bracketsAaro Koskinen2013-03-181-2/+20
* sendmail: don't mangle e-mail headersAaro Koskinen2013-03-181-1/+3
* sendmail: avoid sending mail to wrong addressesAaro Koskinen2013-03-181-1/+16
* mkfs_minix: use get_volume_size_in_bytes instead of local versionDenys Vlasenko2013-03-181-63/+14
* mdev: fix build failureDenys Vlasenko2013-03-171-2/+1
* nc: fix build failure ("subscripted value is neither array nor pointer")Denys Vlasenko2013-03-171-1/+1
* ash: add comment about failures in source builtin. No code changes.Denys Vlasenko2013-03-171-0/+6
* hush: source builtin should override $N only if it has argsDenys Vlasenko2013-03-173-2/+19
* ash: read $HOME/.profile instead of $(pwd)/.profileStefan Hellermann2013-03-151-2/+9
* ash: move code to allow setting $HOME in /etc/profileStefan Hellermann2013-03-151-13/+9
* vi: code shrinkDenys Vlasenko2013-03-151-4/+10
* vi: fix adjustment of buffer on partial file readRon Yorston2013-03-151-1/+1
* sysklogd: trim help textDenys Vlasenko2013-03-151-1/+1
* traceroute: free some memory allocated by xzalloc()Guilherme Maciel Ferreira2013-03-151-2/+13
* flash_eraseall: implement -NAlexander Shiyan2013-03-151-7/+8
* nanddump: fix build if nandwrite isn't enabledAlexander Shiyan2013-03-151-4/+4
* ping[6]: accept and ignore -n. Code shrinkDenys Vlasenko2013-03-151-27/+34
* udhcpd: also add -I ADDR to help textDenys Vlasenko2013-03-141-1/+1
* udhcpd: add -I LOCAL_ADDR optionDenys Vlasenko2013-03-131-4/+13
* awk: Fix handling of functions with empty bodyBernhard Reutner-Fischer2013-03-132-1/+21
* losetup: fix util-linux compatibilityMandeep Singh Baines2013-03-121-51/+65
* readlink: note that our -f is really -eMike Frysinger2013-03-121-1/+4
* readlink: uClibc supports automatic allocation too nowMike Frysinger2013-03-121-1/+2
* platform: use KERNEL_VERSION to simplify uClibc version checkingMike Frysinger2013-03-123-16/+13
* udhcpc: use readlink rather than realpathMike Frysinger2013-03-121-1/+1
* hostid: do not output sign-extended host id. Closes 6056Denys Vlasenko2013-03-041-1/+2
* archival: note implicit dependencies between lzop & bbunzipMike Frysinger2013-03-032-0/+2
* decompress_unlzma: move function, no code changesDenys Vlasenko2013-03-011-7/+6
* decompress_unlzma: 10% speedup in "small" codeDenys Vlasenko2013-03-011-1/+1
* decompress_unlzma: make "fast" version a bit smallerDenys Vlasenko2013-03-011-10/+4
* lzop: fiq -q and OPTION_DECOMPRESS mismatchDenys Vlasenko2013-03-011-15/+16
* bbunzip: fix order of flags vs bit definesMike Frysinger2013-02-281-4/+4
* bbunzip: ignore the -q flag with the decompressorsMike Frysinger2013-02-281-6/+7
* ifupdown: support "source" stanza in /etc/network/interfacesDenys Vlasenko2013-02-281-6/+13
* zcat: fix "zcat FILE" trying to do detection twiceDenys Vlasenko2013-02-281-8/+7
* zcat: if seamless uncompressors are defined, autodetect file's formatDenys Vlasenko2013-02-281-14/+40
* fix error message on failure to oen /dev/null; fix zcat's help textDenys Vlasenko2013-02-281-6/+6
* code shrink in check_errors_in_children()Denys Vlasenko2013-02-281-3/+8
* pgrep: fix a "missing closing paren" build errorDenys Vlasenko2013-02-281-1/+1
* ifplugd: make -k send SIGINT, not SIGQUITDenys Vlasenko2013-02-281-1/+2
* pgrep: fix -x optionBernhard Walle2013-02-281-1/+1
* Fix config help textDenys Vlasenko2013-02-281-1/+1
* make --help return exitcode 0. Closes 5612Denys Vlasenko2013-02-281-1/+1
* run-parts: fix unicode creep in --helpPeter Korsgaard2013-02-281-3/+3