Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-14 | fix cosmetic typo | Bernhard Reutner-Fischer | |
s/dependancies/dependencies/g Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-09-05 | do not pass 3rd param to open() which do not create files | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-07-05 | Don't shadow stat with a local variable | Ron | |
Signed-off-by: Ron Lee <ron@debian.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-07-05 | Make more utility functions static | Ron | |
This keeps gcc-4.4 from nagging that they have no prototypes. Signed-off-by: Ron Lee <ron@debian.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-02-10 | include more info in error messages so we have a better idea where things ↵ | Mike Frysinger | |
are failing | |||
2009-02-09 | unify the headers/random defines into porting.h to avoid duplication/rot | Mike Frysinger | |
2009-01-10 | simple optimizations and style fixes in dynamic loading | Denis Vlasenko | |
text data bss dec hex filename - 16709 240 92 17041 4291 lib/ld-uClibc.so + 16634 236 92 16962 4242 lib/ld-uClibc.so - 4602 344 4 4950 1356 lib/libdl-0.9.30-svn.so + 4571 328 4 4903 1327 lib/libdl-0.9.30-svn.so - 4602 344 4 4950 1356 lib/libdl.so + 4571 328 4 4903 1327 lib/libdl.so | |||
2008-10-29 | - minor shrinkage (-50b) | Bernhard Reutner-Fischer | |
2008-10-03 | - use c89-style comments | Bernhard Reutner-Fischer | |
Closes issue #5194 | |||
2008-08-27 | - remove a couple of duplicate includes | Bernhard Reutner-Fischer | |
2008-07-23 | - fix inline keyword | Bernhard Reutner-Fischer | |
2008-03-26 | - fixup stripping of host utils and make host-utils compile with std=gnu99 | Bernhard Reutner-Fischer | |
2007-11-16 | Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt ↵ | Carmelo Amoroso | |
<hcegtvedt@atmel.com> | |||
2007-04-17 | cleanup style; no functional changes | Mike Frysinger | |
2006-12-12 | - fix compilation of __LDSO_CACHE_SUPPORT__ | Bernhard Reutner-Fischer | |
s/dprintf(2/fprintf(stderr/g | |||
2006-10-07 | the makefile will include elf.h for us #778 | Mike Frysinger | |
2006-07-05 | replace my @debian.org addr with @uclibc.org. Fixup license on | Eric Andersen | |
readelf and ldd to again state that they are GPLv2 | |||
2006-02-26 | remove warning since it seems to have "gone away" now | Mike Frysinger | |
2006-01-22 | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | |
is a useless attempt | |||
2005-12-30 | tell people to ignore these two warnings unless someone can figure out how ↵ | Mike Frysinger | |
to make them go away ... the vfork() is safe due to the logic following it | |||
2005-12-30 | need to make sure elf_find_dynamic(key) is big enough to handle 64bit hosts | Mike Frysinger | |
2005-12-29 | fix signed/unsigned warnings | Mike Frysinger | |
2005-12-10 | Solve warning about redefined _GNU_SOURCE, allow iconv to build | Peter S. Mazinger | |
2005-12-09 | touchup style | Mike Frysinger | |
2005-11-24 | Move _GNU_SOURCE from file to CFLAGS, make use of NATIVE_LDFLAGS | Peter S. Mazinger | |
2005-10-05 | ldd does not build due to missing fork() on MMUless. Since ldd merely | Eric Andersen | |
does a fork/exec, fork() can be trivially replaced with vfork() | |||
2005-09-22 | clean 32bit-isms and make code 64/32 bit clean | Mike Frysinger | |
2005-08-18 | add __thumb__ check | Mike Frysinger | |
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-05 | Peter S. Mazinger writes: | Joakim Tjernlund | |
Hello! The attached patches remove unneeded -D<somedefine>, and uses instead #ifdef __somedefine__ | |||
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. > | |||
2004-09-28 | Oops, typo. | Joakim Tjernlund | |
Thanks to Peter Kjellerstedt. | |||
2004-09-28 | Remove /usr/X11R6/lib from search path. | Joakim Tjernlund | |
Search in UCLIBC_RUNTIME_PREFIX"lib" before UCLIBC_RUNTIME_PREFIX"usr/lib". X11 users should enable USE_CACHE in Rules.mak, add /usr/X11R6/lib to /etc/ld.so.conf and run ldconfig. | |||
2004-09-28 | Make ldd work for ET_DYN executables. From Peter Mazinger. | Joakim Tjernlund | |
2004-03-18 | Look in /usr/X11R6/lib as well | Eric Andersen | |
2004-03-08 | Fix comment | Eric Andersen | |
2004-02-13 | Yet more fixups.. | Eric Andersen | |
2004-02-13 | Done free path if it equals not_found | Eric Andersen | |
Remember to flose an fopened file | |||
2004-02-13 | Another little touch up to avoid problems... | Eric Andersen | |
2004-02-13 | A better fix... | Eric Andersen | |
2004-02-13 | Fix the annoying "not a dynamic executable" problem when running ldd | Eric Andersen | |
on libuClibc | |||
2004-02-13 | Cleanup whitespace and formatting | Eric Andersen | |
2004-02-13 | Avoid potential double free when locate_library_file() is used | Eric Andersen | |
on fully resolved names | |||
2004-02-01 | The code for checking the rpath was not finding the rpath | Eric Andersen | |
value correctly, since it forgot to lookup the correct value in the string table. | |||
2003-11-23 | Hopefully this is correct for cris. | Manuel Novoa III | |
2003-11-12 | Fix a stupid potential segfault | Eric Andersen | |
2003-11-06 | Begin converting the client utils | Eric Andersen | |