aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* telnet: code shrinkDenys Vlasenko2013-05-121-9/+8
* volume_id: fix ntfs attribute searchOliver Metz2013-05-091-1/+1
* vi: make regexp search case-insensitive if ":set ignorecase" is activeDenys Vlasenko2013-04-211-40/+28
* ash,hush: history builtinFlemming Madsen2013-04-074-3/+45
* hush: fix for "while false && true; do echo BUG; break; done". closes 6170Denys Vlasenko2013-04-073-10/+16
* mdev: call index_in_strings on $ACTION only after we checked it for NULLDenys Vlasenko2013-04-021-3/+3
* examples/mdev.conf.change_blockdev.sh: updateDenys Vlasenko2013-04-021-3/+8
* examples: add mdev example for Android phoneDenys Vlasenko2013-03-302-0/+54
* examples/inittab: fix a few incorrect statements about initDenys Vlasenko2013-03-292-15/+2
* lineedit: \W on "/bin" should show "bin", not "/bin"Denys Vlasenko2013-03-291-1/+1
* lineedit: implement \T \t \A \@ prompts escapes, fix \W escape, drop \!Denys Vlasenko2013-03-291-37/+47
* libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()Denys Vlasenko2013-03-297-12/+35
* lineedit: add handling of \H in promptDenys Vlasenko2013-03-281-5/+45
* hexdump: need to use xstrtoull for off_tDenys Vlasenko2013-03-271-1/+1
* hexdump: don't unconditionally limit the usable address rangeDenys Vlasenko2013-03-272-2/+7
* man: install to /usr/bin, not /sbinDenys Vlasenko2013-03-271-1/+1
* httpd: don't allow tabs and multiple spaces in request stringDenys Vlasenko2013-03-251-2/+5
* 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