aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ash: Add a very small timeout to nonblocking waitRon Yorston2013-05-031-1/+1
* sh: only change to user's home directory in login modeRon Yorston2013-04-041-1/+7
* Merge branch 'busybox' into mergeRon Yorston2013-04-0318-74/+201
|\
| * 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
* | df: limited implementation for WIN32Ron Yorston2013-04-038-4/+187
* | Provide fake fchmod implementationRon Yorston2013-03-262-2/+2
* | ash: remove old commentRon Yorston2013-03-261-2/+0
* | vi: handle CRLF line endingRon Yorston2013-03-191-0/+38
* | Merge branch 'busybox' into mergeRon Yorston2013-03-1959-718/+1260
|\|
| * 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