Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pull accumulated fixes from trunk | Mike Frysinger | 2007-01-26 | 1 | -31/+112 |
| | |||||
* | cleanup, and prevent failures due to including architecture specific | Eric Andersen | 2005-01-12 | 1 | -7/+63 |
| | | | | header files into ldconfig when building for the host. | ||||
* | Remove the no-longer-needed #include <sys/user.h> | Eric Andersen | 2005-01-11 | 1 | -1/+0 |
| | |||||
* | Fix thinko | Eric Andersen | 2004-12-23 | 1 | -2/+8 |
| | |||||
* | Cleanup for when LDSO_CACHE_SUPPORT is disabled | Eric Andersen | 2004-12-22 | 1 | -20/+31 |
| | |||||
* | Don't use PAGE_SIZE, instead just a local BUFFER_SIZE define | Eric Andersen | 2004-12-09 | 1 | -4/+6 |
| | |||||
* | Use PAGE_SIZE, not 4096 | Eric Andersen | 2004-12-08 | 1 | -4/+5 |
| | |||||
* | Add type libc0 to cache_print(). | Joakim Tjernlund | 2004-10-06 | 1 | -2/+5 |
| | | | | Always strip trailing slaches(/) from paths read from ld.so.conf. | ||||
* | Puts common defines into dl-defs.h (in ldso/include) from dl-elf.h and | Joakim Tjernlund | 2004-10-06 | 1 | -9/+8 |
| | | | | | | 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. | ||||
* | This patch from Mike Frysinger, extended from an earlier patch from Peter S. | Eric Andersen | 2004-10-03 | 1 | -5/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. > | ||||
* | Remove /usr/X11R6/lib from default list. | Joakim Tjernlund | 2004-09-27 | 1 | -6/+16 |
| | | | | | Move /lib and /usr/lib first in ld.so.cache. Ignore duplicate /lib and /usr/lib in ld.so.conf | ||||
* | Fixup header file naming | Eric Andersen | 2004-02-10 | 1 | -1/+1 |
| | |||||
* | Rob McMullen writes: | Eric Andersen | 2003-12-03 | 1 | -3/+2 |
| | | | | | | There is code in ldconfig that checks to see if a shared library is named either ``lib*'' or ``ld-*'' before ldconfig -l will work on it. gawk uses this feature of ldconfig to make /lib/rcscripts/filefuncs.so, so the build fails. | ||||
* | Begin converting the client utils | Eric Andersen | 2003-11-06 | 1 | -0/+900 |