aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-07ash,hush: history builtinFlemming Madsen
2013-04-07hush: fix for "while false && true; do echo BUG; break; done". closes 6170Denys Vlasenko
2013-04-02mdev: call index_in_strings on $ACTION only after we checked it for NULLDenys Vlasenko
2013-04-02examples/mdev.conf.change_blockdev.sh: updateDenys Vlasenko
2013-03-30examples: add mdev example for Android phoneDenys Vlasenko
2013-03-29examples/inittab: fix a few incorrect statements about initDenys Vlasenko
2013-03-29lineedit: \W on "/bin" should show "bin", not "/bin"Denys Vlasenko
2013-03-29lineedit: implement \T \t \A \@ prompts escapes, fix \W escape, drop \!Denys Vlasenko
2013-03-29libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()Denys Vlasenko
2013-03-28lineedit: add handling of \H in promptDenys Vlasenko
2013-03-27hexdump: need to use xstrtoull for off_tDenys Vlasenko
2013-03-27hexdump: don't unconditionally limit the usable address rangeDenys Vlasenko
2013-03-27man: install to /usr/bin, not /sbinDenys Vlasenko
2013-03-25httpd: don't allow tabs and multiple spaces in request stringDenys Vlasenko
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