Age | Commit message (Collapse) | Author |
|
|
|
setup_sockaddr_in was zeroing the sizeof a pointer, not the sizeof the struct,
which was obviously what was intended. Thanks Rob,
-Erik
|
|
shell expansion to work in non POSIX locales.
|
|
|
|
that copes with the fact that processes may have been swapped
out.
|
|
|
|
files. Clean up the resulting damage and fix up the makefile.
-Erik
|
|
|
|
uudecode. How did this sneak through the testing until now?
-Erik
|
|
|
|
|
|
any env variables when spawning child processes.
|
|
-Erik
|
|
|
|
build the wrong files. Made the same changes to multifeat.pl.
|
|
-Erik
|
|
|
|
|
|
|
|
- updated autodocifier.pl to use tab to indent example section
|
|
-Erik
|
|
-Erik
|
|
|
|
compile with BB_FEATURE_IFCONFIG_STATUS turned on, it will
now print a message telling them as much.
-Erik
|
|
|
|
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
|
|
|
|
|