Age | Commit message (Collapse) | Author |
|
|
|
- rename get_kernel_revision() to get_linux_version_code
from Robert P. J. Day
|
|
|
|
|
|
mailing list
|
|
as the old optimization did (actually does slightly better under gcc 4.0), and
simplifies the code.
|
|
to do it in Config.in.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the busybox binary) into enums (which don't).
|
|
version of make (3.71.1).
|
|
definitions. (That should only be on prototypes.)
|
|
|
|
Fixes make trying to include the very same file in an endless loop.
|
|
- use less resources for the buildsystem itself
|
|
from before "if(x) free(x)".
|
|
Cherry-picked from Devin Bayer's big MacOS X patch.
|
|
|
|
|
|
two strdup
|
|
|
|
|
|
|
|
- IMA compilation option (aka IPO, IPA,..)
Please holler if i broke something..
|
|
|
|
|
|
off, we'd dereference the null. Oops.
|
|
|
|
- typo: s/begining/beginning/g
|
|
to be if(ENABLE). (Make allbareconfig is a good testing thing.)
|
|
|
|
CONFIG_FEATURE_MODPROBE_MULTIPLE_OPTIONS.
|
|
|
|
|
|
|
|
read only data anyway, MAP_PRIVATE shouldn't make a major difference.
|
|
for getopt, convert to bb_getopt_ulflags(), reduce memory usage - xmalloc to bb_common_bufsiz1, size reduce over 200 bytes
|
|
|
|
but let's ship 1.1 first...
|
|
|
|
|
|
|
|
|
|
|
|
modutils 2.4.27
|
|
ln.c: error_msg(str)->error_msg(%s, str) - remove standart "feature" for hackers
reduce 100 bytes don't care in sum
|