summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * hush: fix build failure if FEATURE_EDITING=y && !HUSH_INTERACTIVEDenys Vlasenko2013-05-121-3/+3
| * Fix build failures caused by not compiling open_transformer.cDenys Vlasenko2013-05-121-12/+23
| * 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
* | libbb: handle UNC paths in recursive make directory callsRon Yorston2013-08-271-2/+23
* | ash: add noconsole option to hide console window on WIN32Ron Yorston2013-05-241-0/+15
* | 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