| Commit message (Collapse) | Author | Files | Lines |
|
git-svn-id: svn://busybox.net/trunk/busybox@2062 69ca8d6d-28ef-0310-b511-8ec308f3f277
|
|
- Set BB_FEATURE_SH_STANDALONE_SHELL and BB_FEATURE_SH_APPLETS_ALWAYS_WIN to
be off by default
- Set BB_FEATURE_SH_SIMPLE_PROMPT to be on by default
- Added some more magic to the Olympus section to make all the dependencies
on the shell, cmdline editing, tab completion and friend work properly.
- Tidied up the Olympus section with some whitespace. Checked the various
scrips that parse through there and the extra whitespace shouldn't break
anything.
git-svn-id: svn://busybox.net/trunk/busybox@2061 69ca8d6d-28ef-0310-b511-8ec308f3f277
|
|
git-svn-id: svn://busybox.net/trunk/busybox@2060 69ca8d6d-28ef-0310-b511-8ec308f3f277
|
|
echo "foo bar" and echo -n "foo\t\\\\\tbar" work as expected.
Merge prompt printing work from Vladimir.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@2059 69ca8d6d-28ef-0310-b511-8ec308f3f277
|
|
git-svn-id: svn://busybox.net/trunk/busybox@2058 69ca8d6d-28ef-0310-b511-8ec308f3f277
|
|
git-svn-id: svn://busybox.net/trunk/busybox@2057 69ca8d6d-28ef-0310-b511-8ec308f3f277
|
|
git-svn-id: svn://busybox.net/trunk/busybox@2053 69ca8d6d-28ef-0310-b511-8ec308f3f277
|
|
- BB_LOGREAD should not be in the applet section
- BB_FEATURE_IPC_SYSLOG added to the feature section
- Some voodoo added to the Olympus section
git-svn-id: svn://busybox.net/trunk/busybox@2052 69ca8d6d-28ef-0310-b511-8ec308f3f277
|
|
maintainer of these three applets.
git-svn-id: svn://busybox.net/trunk/busybox@2051 69ca8d6d-28ef-0310-b511-8ec308f3f277
|
|
Apparently, the mount() call does not like taking a stack allocated pointer.
git-svn-id: svn://busybox.net/trunk/busybox@2050 69ca8d6d-28ef-0310-b511-8ec308f3f277
|
|
git-svn-id: svn://busybox.net/trunk/busybox@2049 69ca8d6d-28ef-0310-b511-8ec308f3f277
|
|
klogd (as it should be).
git-svn-id: svn://busybox.net/trunk/busybox@2048 69ca8d6d-28ef-0310-b511-8ec308f3f277
|
|
corrupted cmd pointer, and where it would truncate a command line at the first
double space.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@2047 69ca8d6d-28ef-0310-b511-8ec308f3f277
|