Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
|
|
mainly to cut down on noise in the NIST/PCTS tests since older POSIX
behavior was to fclose() (and hence fflush()) all open streams.
|
|
|
|
|
|
|
|
look right
|
|
be able to run apps built with 0.9.27. This also renames
__uClibc_start_main to __uClibc_main.
This compat option should be removed some time after 0.9.28 is released.
Let me know if you don't like this change.
|
|
|
|
|
|
|
|
|
|
placing the NPTL code under the top-level 'libpthread' directory.
Nothing compiles or even works at this point, so do not enable this
option.
|
|
|
|
|
|
|
|
|
|
|