Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
if_nameindex doesnt list all of my interfaces!
this is because we are still using the old style ioctl(SIOCGIFINDEX) for
gathering interface names/indexes. while this code is pretty small, the
kernel does not return all interfaces via this method. so we import the
new style netlink code from glibc and make it optional so those people
who need the full functionality can get it.
|
|
|
|
use it
|
|
|
|
the mailing list
|
|
UCLIBC_HAS_LOCALE, making the new object about 5k, else it would be 10k
|
|
|
|
|
|
|
|
one, but passes sed tests (and thus allows making sed shrink from 91k to 42k
|
|
|
|
|
|
|
|
|
|
|
|
extra/locale, as download, unpack, locale_data.o
|
|
|
|
only use the pregenerated ones
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
of latest glibc version
|
|
|
|
|
|
|
|
|
|
|
|
adapt script
|
|
|
|
|
|
users to build), creates all Makefiles now, should be only used if the master copies are updated
|
|
|
|
|
|
but all apps linked against libc.so will get DT_NEEDED for ld.so too
|
|
|
|
in main Makefile.in
|
|
not exist, we reinclude the including Makefile. Moved arch/common fpu_control.h link creation into main Makefile.in. Updated the link creation script to remove all the other Makefiles
|
|
|
|
already
|
|
replace the dependencies w/ HAVE_SHARED
|
|
|
|
|