Age | Commit message (Collapse) | Author |
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
display. Change %llu to %Lu in ifconfig for hacked unsigned long long support
in uClibc scanf.
|
|
when something actually got expanded. Skip it otherwise.
-Erik
|
|
|
|
can be added). Also changed 'test' target in makefile to run the new
tester.sh. (Hopefully, we should be able to remove all the tests/*.mk files
soon.)
|
|
|
|
|
|
|
|
Problem was 512/1024 = 0 if you use longs, so I cast KILOBYTE to a double, then
cast the result back to an int after the math is done, letting C's type
promotion do its magic for the rest.
-Erik
|
|
|
|
|
|
|