Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add support for using BX instruction for THUMB aware architectures
|
|
|
|
sure still bugs (properly hidden, of course), a libm is completely missing
(I've got one that implements some basic stuff, but that's really not
ready for checking in...)
I've also got a list of other things that need touch-ups, but that's mostly
minor stuff that'll be done during the next days.
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|