summaryrefslogtreecommitdiffstats
path: root/extra/Configs
Commit message (Collapse)AuthorAgeFilesLines
...
* New ssp code using syscalls where possible.Peter S. Mazinger2005-09-231-6/+0
| | | | | Moved guard_setup to __uClibc_main.c, the only place where it is called. Removed SIGKILL option, not usable with sigaction.
* punt _DL_FINI_CRT_COMPAT option now that 0.9.28 has been releasedMike Frysinger2005-09-081-7/+0
|
* allow people to select target sparc architectureMike Frysinger2005-08-251-0/+24
|
* add support for getrpcbynumber_r/getrpcbyname_r/getrpcent_r and a config ↵Mike Frysinger2005-08-181-0/+9
| | | | option to enable REENTRANT RPC
* Remove SYSTEM_LDSO option since it no longer works.Joakim Tjernlund2005-08-121-14/+0
|
* Add a config option for abort() to shutdown the stdio subsystem. This isManuel Novoa III2005-07-281-1/+12
| | | | | mainly to cut down on noise in the NIST/PCTS tests since older POSIX behavior was to fclose() (and hence fflush()) all open streams.
* allow people to build shared/ldso but disable threadsMike Frysinger2005-07-151-2/+1
|
* make RUNPATH/RPATH support configurableMike Frysinger2005-07-071-0/+13
|
* add a new option for enabling pthreads debug outputMike Frysinger2005-07-011-0/+10
|
* we have to depend on BUILD_UCLIBC_LDSO in order for the makeconfig output to ↵Mike Frysinger2005-07-011-1/+1
| | | | look right
* Add Peter Mazinger fini/crt compat patch. Select DL_FINI_CRT_COMPAT toJoakim Tjernlund2005-05-281-0/+7
| | | | | | | | 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.
* Add patch at bugs 274. From Peter Manzinger.Joakim Tjernlund2005-05-281-0/+1
|
* Add PIE support to ARM. From Peter MazingerJoakim Tjernlund2005-05-261-2/+2
|
* Back out nptl changes, which for now will be done in branches/uClibc-nptlEric Andersen2005-05-201-21/+0
|
* ARM1136JF-S support.Paul Mundt2005-05-131-0/+3
|
* Add in configuration item and Makefile changes for NPTL. We will be"Steven J. Hill"2005-05-071-0/+21
| | | | | | placing the NPTL code under the top-level 'libpthread' directory. Nothing compiles or even works at this point, so do not enable this option.
* SH-4 has nommu variants, whereas SH-3 does not.Paul Mundt2005-05-021-1/+0
|
* Move sh64 to its own config so we don't crap up the sh one..Paul Mundt2005-05-023-9/+61
|
* Add sh2a support.Paul Mundt2005-05-021-1/+7
|
* allow shared code since it builds againMike Frysinger2005-03-161-2/+0
|
* move the compiler flags WARNINGS optionMike Frysinger2005-03-162-7/+6
|
* allow users to select MMU againMike Frysinger2005-03-161-1/+0
|
* well shared compiles again, so might as well remove the perm disableMike Frysinger2005-03-161-2/+0
|
* CROSS_COMPILE -> CROSS_COMPILER_PREFIX like busyboxMike Frysinger2005-03-161-1/+1
|
* add a Kconfig option for setting the $(CROSS) build variableMike Frysinger2005-03-151-0/+8
|
* fix typoMike Frysinger2005-03-091-1/+1
|
* kconfig for x86_64Mike Frysinger2005-02-152-1/+36
|
* - 3/NN patches for ssp. Doc updates from Peter S. Mazinger and Robert ConnollyNed Ludd2005-02-081-12/+17
|
* - 2/NN patches for ssp. Updates from Peter S. Mazinger and Robert ConnollyNed Ludd2005-02-081-1/+10
|
* Corrected a typo.Peter Kjellerstedt2005-01-161-1/+1
|
* Per http://bugs.uclibc.org/view.php?id=15, patch from kergoth:Eric Andersen2005-01-161-24/+35
| | | | Sometimes it is desirable to build ldconfig non-static.
* - add patch from Peter S. Mazinger to allow selecting the fast access canary ↵0_9_27_1Ned Ludd2005-01-121-0/+9
| | | | for propolice/ssp
* Remove the obsolete XATTR optionEric Andersen2004-12-221-10/+0
|
* Patch from Peter S. Mazinger:Eric Andersen2004-12-221-1/+1
| | | | Add pie support for mips
* Patch from Peter S. Mazinger:Eric Andersen2004-12-221-3/+21
| | | | Add UCLIBC_BUILD_NOEXECSTACK support.
* Patch from Peter S. Mazinger:Eric Andersen2004-12-221-60/+79
| | | | Seperate out security features into a separate menu
* Patch from Peter S. Mazinger:Eric Andersen2004-12-222-6/+13
| | | | rename UCLIBC_PROPOLICE to UCLIBC_HAS_SSP
* Patch from Peter S. Mazinger:Eric Andersen2004-12-222-2/+2
| | | | rename UCLIBC_PIE_SUPPORT to UCLIBC_BUILD_PIE
* Patch from Peter S. Mazinger to simplify PIE handlingEric Andersen2004-12-221-6/+4
|
* Add support for the Analog Devices Blackfin mmuless processorEric Andersen2004-12-212-0/+35
|
* - Added support for 13 new syscalls to allow more things to compile when ↵Ned Ludd2004-12-201-0/+10
| | | | using uClibc. mincore() and the ones for Extended Attributes setxattr(), lsetxattr(), fsetxattr(), getxattr(), lgetxattr(), fgetxattr(), listxattr(), llistxattr(), flistxattr(), removexattr(), lremovexattr(), fremovexattr() which are optional.
* Partial commit of a patch from Alexandre Oliva:Eric Andersen2004-12-111-0/+5
| | | | | | | | | | Here's an updated version of the patch I posted about a month ago. It leaves -nostdinc alone, and uses -print-file-name=include instead of -print-search-dirs to figure out where GCC's internal headers are. Please let me know whether there are any portions of this patch you'd like me to break into smaller pieces, to rework, or to give up trying to get into uClibc :-) Thanks,
* Puts common defines into dl-defs.h (in ldso/include) from dl-elf.h andJoakim Tjernlund2004-10-061-2/+5
| | | | | | dl-cache.h and make use of it. Also disables the lib-path-redundancy check for the case the cache is not used. Makes use of _PRELOAD_FILE_SUPPORT. From Peter Mazinger.
* PIE option correction for Config.in. From Peter Mazinger.Joakim Tjernlund2004-10-061-4/+5
|
* Peter Kjellerstedt writes:Joakim Tjernlund2004-10-051-4/+12
| | | | | | | | | | | | | | | | After the addition of a configuration option for enabling the support of /etc/ld.so.cache, I thought it might be a good idea to add one for the support of the /etc/ld.so.preload file too. So here it is. While doing this, I also noticed that the dynamic linker would hang indefinitely if either LD_PRELOAD or /etc/ld.so.preload contained a library which was already loaded, so I made a patch for that too. And of course, I could not resist from doing a little clean up of comments and indentation, so here is a patch for that too.
* This patch from Mike Frysinger, extended from an earlier patch from Peter S.Eric Andersen2004-10-031-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mazinger implements the changes suggested by me on the uclibc list. On Tuesday 28 September 2004 02:24 pm, Erik Andersen wrote: > What I think should be done is > > *) Someone that cares about USE_CACHE should fix that option > up to be sure it works, and give it a proper config entry > in extra/Configs/Config.in, and rename it to something > more appropriate such as LDSO_CACHE_SUPPORT. > > *) When LDSO_CACHE_SUPPORT=n, UCLIBC_RUNTIME_PREFIX /usr/X11R6/lib > should be included in the default library search path in > dl-elf.c, ldd, and ldconfig. > > *) When LDSO_CACHE_SUPPORT=y, UCLIBC_RUNTIME_PREFIX /usr/X11R6/lib > should be excluded from the default library search path in > dl-elf.c, ldd, and ldconfig, and those wishing to include > X11 stuff should add that into /etc/ld.so.conf and re-run > ldconfig. > > *) At present, LDSO_CONF and LDSO_CACHE use the same names > and same structure as glibc. This precludes > LDSO_CACHE_SUPPORT being uses in any sane fashion on a > dial glibc and uClibc system. Just as it was necessary > for use to use a different name for 'libuClibc' rather > than 'libc', and 'ld-uClibc.so.0' rather than > 'ld-linux.so.2' it seems that these configuration files > really ought to be given different names. >
* uClibc gettext support is under development and really shouldn'tEric Andersen2004-09-071-1/+1
| | | | be used by the unsuspecting masses quite yet.
* Add a couple of mips-specific string funcs.Manuel Novoa III2004-09-021-0/+20
| | | | | | | | | Port the generic optimized string funcs from glibc, with some tweaks to cut their size a little. The main change is making memmove call memcpy for forward copying to trim redundant code. Make use of both the generic and arch-specific speed-optimized string funcs configurable. Arch-specific take precedence over generic, and generic takes precedence over basic size-optimized uClibc funcs.
* solar asked that this bit be reverted.Manuel Novoa III2004-08-281-1/+0
|
* Patch from Alexandre Oliva to update the frv default configEric Andersen2004-08-261-0/+2
|