Mike Frysinger
|
f89321f269
re-order options to fix menu tree display
|
19 years ago |
Mike Frysinger
|
d5bd368be4
simplify the security submenu
|
19 years ago |
Peter S. Mazinger
|
8789ec4134
Add configure option to allow IMA compiling
|
19 years ago |
Peter S. Mazinger
|
7eb68fa07e
Remove binutils-2.16.1 dependency for SSP, now it works with any binutils, but all apps linked against libc.so will get DT_NEEDED for ld.so too
|
19 years ago |
Peter S. Mazinger
|
eeb9d4b389
Enforce DOPIC, if text relocations are not allowed
|
19 years ago |
Peter S. Mazinger
|
fdd55755d2
Remove HAVE_NO_SHARED where ARCH_HAS_NO_MMU/ARCH_HAS_NO_LDSO are selected already
|
19 years ago |
Peter S. Mazinger
|
f674b612fb
HAVE_SHARED depends on \!ARCH_HAS_NO_LDSO, remove BUILD_UCLIBC_LDSO and replace the dependencies w/ HAVE_SHARED
|
19 years ago |
Peter S. Mazinger
|
237277e9a8
Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed 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.
|
19 years ago |
Peter S. Mazinger
|
6a98e3e5f6
Typo correction, thanks cow.
|
19 years ago |
Peter S. Mazinger
|
2fb630e447
Remove /dev/erandom support, as [h]lfs does not use it in this form.
|
19 years ago |
Peter S. Mazinger
|
9ddd9870a8
Add __cxa_atexit and __cxa_finalize, thanks to Stephen Warren. This patch breaks compatibility with existing binaries, unless the new COMPAT_ATEXIT option is enabled.
|
19 years ago |
Peter S. Mazinger
|
593d5a1557
New ssp code using syscalls where possible.
|
19 years ago |
Mike Frysinger
|
270bd86b4f
punt _DL_FINI_CRT_COMPAT option now that 0.9.28 has been released
|
19 years ago |
Mike Frysinger
|
253acb104d
add support for getrpcbynumber_r/getrpcbyname_r/getrpcent_r and a config option to enable REENTRANT RPC
|
19 years ago |
Joakim Tjernlund
|
8d5946b727
Remove SYSTEM_LDSO option since it no longer works.
|
19 years ago |
Manuel Novoa III
|
0f8a6ff0ed
Add a config option for abort() to shutdown the stdio subsystem. This is
|
19 years ago |
Mike Frysinger
|
f743732430
make RUNPATH/RPATH support configurable
|
19 years ago |
Mike Frysinger
|
5b513293c0
add a new option for enabling pthreads debug output
|
19 years ago |
Mike Frysinger
|
a9936df5a8
we have to depend on BUILD_UCLIBC_LDSO in order for the makeconfig output to look right
|
19 years ago |
Joakim Tjernlund
|
d1b0dffff4
Add Peter Mazinger fini/crt compat patch. Select DL_FINI_CRT_COMPAT to
|
19 years ago |
Joakim Tjernlund
|
75ca73f431
Add patch at bugs 274. From Peter Manzinger.
|
19 years ago |
Joakim Tjernlund
|
5c48e4b530
Add PIE support to ARM. From Peter Mazinger
|
19 years ago |
Eric Andersen
|
124af9f4b2
Back out nptl changes, which for now will be done in branches/uClibc-nptl
|
19 years ago |
"Steven J. Hill"
|
c50567169b
Add in configuration item and Makefile changes for NPTL. We will be
|
19 years ago |
Paul Mundt
|
d750e4b263
Move sh64 to its own config so we don't crap up the sh one..
|
19 years ago |
Mike Frysinger
|
56f0e6a5df
move the compiler flags WARNINGS option
|
19 years ago |
Mike Frysinger
|
1327834f3d
CROSS_COMPILE -> CROSS_COMPILER_PREFIX like busybox
|
19 years ago |
Mike Frysinger
|
05827f4cb0
add a Kconfig option for setting the $(CROSS) build variable
|
19 years ago |
Mike Frysinger
|
dc3e0e4695
kconfig for x86_64
|
20 years ago |
Ned Ludd
|
bec9bd4108
- 3/NN patches for ssp. Doc updates from Peter S. Mazinger and Robert Connolly
|
20 years ago |