Age | Commit message (Collapse) | Author |
|
|
|
deleting an initAction, fixing a bug pointed out by Andreas Neuhaus
-Erik
|
|
not compile with uClibc.
|
|
|
|
|
|
-Erik
|
|
|
|
Fix up docs/busybox.pod with the latest autogenerated output.
-Erik
|
|
|
|
|
|
dpkg.c:18: #error It looks like you are using libc5, which does not support
dpkg.c:19: #error tfind(). tfind() is used by busybox dpkg.
dpkg.c:20: #error Please disable BB_DPKG. Sorry.
This was fixed by changing the || to an && in the preprocessor.
(We've changed the logic in there too many times.)
Found using multibuild.pl.
|
|
|
|
|
|
substitution delimiter.
|
|
mk2knr.pl script. Also some minor cleanups.
|
|
style.
|
|
so we should not be adding another " " between tokens.
-Erik
|
|
-Erik
|
|
|
|
|
|
|
|
|
|
|
|
devices are actually used, thereby allowing devfsd based systems to
work. This should fix bug #1133
-Erik
|
|
|
|
|
|
-Erik
|
|
|
|
should someone try to use it...
-Erik
|
|
|
|
-Erik
|
|
|
|
-Erik
|
|
|
|
- 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.
|
|
|
|
echo "foo bar" and echo -n "foo\t\\\\\tbar" work as expected.
Merge prompt printing work from Vladimir.
-Erik
|
|
|
|
|
|
|
|
- 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
|
|
maintainer of these three applets.
|
|
Apparently, the mount() call does not like taking a stack allocated pointer.
|
|
|
|
klogd (as it should be).
|
|
corrupted cmd pointer, and where it would truncate a command line at the first
double space.
-Erik
|
|
|
|
|
|
|
|
|