summaryrefslogtreecommitdiffstats
path: root/extra/Configs
Commit message (Collapse)AuthorAgeFilesLines
...
* First batch of merges for new build system."Steven J. Hill"2005-11-193-36/+50
|
* Massive merge from trunk."Steven J. Hill"2005-11-182-2/+1
|
* Merge from trunk."Steven J. Hill"2005-11-1719-83/+8
|
* Copy from trunk."Steven J. Hill"2005-11-171-0/+25
|
* Merge from trunk."Steven J. Hill"2005-10-3012-57/+32
|
* Rename option PTHREADS_NATIVE to be UCLIBC_HAS_THREADS_NATIVE instead. What ↵"Steven J. Hill"2005-09-241-2/+2
| | | | a stupid name to start with. What idiot thought of that?
* Big sync with trunk."Steven J. Hill"2005-09-241-6/+0
|
* Finish merge from trunk."Steven J. Hill"2005-09-131-7/+0
|
* Sync with trunk."Steven J. Hill"2005-08-261-0/+24
|
* Sync with trunk."Steven J. Hill"2005-08-181-0/+9
|
* Merge/sync with trunk."Steven J. Hill"2005-08-171-14/+0
|
* Turn on STDIO futexes by default."Steven J. Hill"2005-08-111-1/+1
|
* In reality, the futex support that was originally added was only for STDIO ↵"Steven J. Hill"2005-08-091-11/+8
| | | | operations internal to libc. The futexes should not be visible to anything other than libc. These changes clean up futex and STDIO.
* Last of the merges along with latest changes for NPTL. Nothing much"Steven J. Hill"2005-07-301-4/+46
| | | | new on the NPTL stuff other than cleaning a few things up.
* A merging we will go. A merging we will go. Hi ho the merrio' a merging we ↵"Steven J. Hill"2005-07-251-2/+1
| | | | will go.
* Add futex support into uClibc. Selection of futex support independent of"Steven J. Hill"2005-07-221-0/+11
| | | | NPTL is not currently supported.
* 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.