Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
use within uClibc, depends on fnmatch as well
|
|
pointed out by Joseph S. Myers
|
|
|
|
|
|
|
|
|
|
namespace
|
|
shared lib options
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
of latest glibc version
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
but all apps linked against libc.so will get DT_NEEDED for ld.so too
|
|
|
|
already
|
|
replace the dependencies w/ HAVE_SHARED
|
|
|
|
|
|
to _dl_setup_stack_chk_guard, as in glibc. SSP requires now binutils-2.16.1 and newer. Add NOT_IN_libc/IS_IN_libc. Began using -DSHARED in uClibc_main.c, there are more candidates in there. Move back dl_protect_relro to it's earlier place.
|
|
|
|
|
|
breaks compatibility with existing binaries, unless the new COMPAT_ATEXIT option is enabled.
|
|
Moved guard_setup to __uClibc_main.c, the only place where it is called.
Removed SIGKILL option, not usable with sigaction.
|
|
|
|
|
|
option to enable REENTRANT RPC
|
|
|