Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-28 | Add a config option for abort() to shutdown the stdio subsystem. This is | Manuel Novoa III | |
mainly to cut down on noise in the NIST/PCTS tests since older POSIX behavior was to fclose() (and hence fflush()) all open streams. | |||
2005-07-15 | allow people to build shared/ldso but disable threads | Mike Frysinger | |
2005-07-07 | make RUNPATH/RPATH support configurable | Mike Frysinger | |
2005-07-01 | add a new option for enabling pthreads debug output | Mike Frysinger | |
2005-07-01 | we have to depend on BUILD_UCLIBC_LDSO in order for the makeconfig output to ↵ | Mike Frysinger | |
look right | |||
2005-06-29 | also symlink asm-$TARGET_ARCH if it exists | Mike Frysinger | |
2005-05-28 | Add Peter Mazinger fini/crt compat patch. Select DL_FINI_CRT_COMPAT to | Joakim Tjernlund | |
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. | |||
2005-05-28 | Add patch at bugs 274. From Peter Manzinger. | Joakim Tjernlund | |
2005-05-26 | Add PIE support to ARM. From Peter Mazinger | Joakim Tjernlund | |
2005-05-20 | Back out nptl changes, which for now will be done in branches/uClibc-nptl | Eric Andersen | |
2005-05-13 | ARM1136JF-S support. | Paul Mundt | |
2005-05-07 | Add in configuration item and Makefile changes for NPTL. We will be | "Steven J. Hill" | |
placing the NPTL code under the top-level 'libpthread' directory. Nothing compiles or even works at this point, so do not enable this option. | |||
2005-05-02 | SH-4 has nommu variants, whereas SH-3 does not. | Paul Mundt | |
2005-05-02 | Move sh64 to its own config so we don't crap up the sh one.. | Paul Mundt | |
2005-05-02 | Add sh2a support. | Paul Mundt | |
2005-04-18 | Updated to match Linux 2.6.11. | Peter Kjellerstedt | |
2005-04-18 | Copy vendor/linux/2.6.11/scripts/lxdialog to | Peter Kjellerstedt | |
trunk/uClibc/extra/config/lxdialog. | |||
2005-03-21 | Let mconfig support options specified using the menuconfig directive | Peter Kjellerstedt | |
again (this code snippet seems to have vanished somewhere between the original Linux 2.6 kconfig code and here). | |||
2005-03-16 | allow shared code since it builds again | Mike Frysinger | |
2005-03-16 | move the compiler flags WARNINGS option | Mike Frysinger | |
2005-03-16 | allow users to select MMU again | Mike Frysinger | |
2005-03-16 | well shared compiles again, so might as well remove the perm disable | Mike Frysinger | |
2005-03-16 | CROSS_COMPILE -> CROSS_COMPILER_PREFIX like busybox | Mike Frysinger | |
2005-03-15 | add a Kconfig option for setting the $(CROSS) build variable | Mike Frysinger | |
2005-03-09 | fix typo | Mike Frysinger | |
2005-02-26 | - avoid segfaulting when rlimit stack is set to low for gen_wctype by ↵ | Ned Ludd | |
calling setrlimit(RLIMIT_STACK, &limit) | |||
2005-02-15 | kconfig for x86_64 | Mike Frysinger | |
2005-02-12 | no more cvs | Mike Frysinger | |
2005-02-08 | - 3/NN patches for ssp. Doc updates from Peter S. Mazinger and Robert Connolly | Ned Ludd | |
2005-02-08 | - 2/NN patches for ssp. Updates from Peter S. Mazinger and Robert Connolly | Ned Ludd | |
2005-02-02 | - updated getent script to match behaviors of newer glibc getent. update ↵ | Ned Ludd | |
from Peter S. Mazinger | |||
2005-01-16 | Corrected a typo. | Peter Kjellerstedt | |
2005-01-16 | Per http://bugs.uclibc.org/view.php?id=15, patch from kergoth: | Eric Andersen | |
Sometimes it is desirable to build ldconfig non-static. | |||
2005-01-12 | - add patch from Peter S. Mazinger to allow selecting the fast access canary ↵ | Ned Ludd | |
for propolice/ssp | |||
2004-12-22 | Remove the obsolete XATTR option | Eric Andersen | |
2004-12-22 | Patch from Peter S. Mazinger: | Eric Andersen | |
Add pie support for mips | |||
2004-12-22 | Patch from Peter S. Mazinger: | Eric Andersen | |
Add UCLIBC_BUILD_NOEXECSTACK support. | |||
2004-12-22 | Patch from Peter S. Mazinger: | Eric Andersen | |
Seperate out security features into a separate menu | |||
2004-12-22 | Patch from Peter S. Mazinger: | Eric Andersen | |
rename UCLIBC_PROPOLICE to UCLIBC_HAS_SSP | |||
2004-12-22 | Patch from Peter S. Mazinger: | Eric Andersen | |
rename UCLIBC_PIE_SUPPORT to UCLIBC_BUILD_PIE | |||
2004-12-22 | Patch from Peter S. Mazinger to simplify PIE handling | Eric Andersen | |
2004-12-21 | Add support for the Analog Devices Blackfin mmuless processor | Eric Andersen | |
2004-12-20 | - Added support for 13 new syscalls to allow more things to compile when ↵ | Ned Ludd | |
using uClibc. mincore() and the ones for Extended Attributes setxattr(), lsetxattr(), fsetxattr(), getxattr(), lgetxattr(), fgetxattr(), listxattr(), llistxattr(), flistxattr(), removexattr(), lremovexattr(), fremovexattr() which are optional. | |||
2004-12-11 | Partial commit of a patch from Alexandre Oliva: | Eric Andersen | |
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, | |||
2004-11-11 | move getent to extra/scripts/ out of docs/ | Mike Frysinger | |
2004-10-08 | As noticed by egor duda, current_menu is declared as 'extern struct menu | Eric Andersen | |
*current_menu;' in scripts/config/lkc.h line 63, and this conflicts with static definition in mconf.c. | |||
2004-10-06 | Puts common defines into dl-defs.h (in ldso/include) from dl-elf.h and | Joakim Tjernlund | |
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. | |||
2004-10-06 | PIE option correction for Config.in. From Peter Mazinger. | Joakim Tjernlund | |
2004-10-05 | Peter Kjellerstedt writes: | Joakim Tjernlund | |
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. | |||
2004-10-03 | This patch from Mike Frysinger, extended from an earlier patch from Peter S. | Eric Andersen | |
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. > |