OSDN Git Service

mkostemp: fix implementation
[uclinux-h8/uClibc.git] / utils / ldd.c
2013-12-20 Vineet Guptaldd: Add ARC support
2013-03-14 Markos Chandrasldd: Add MATCH_MACHINE definition for Meta
2012-11-03 Chris Zankelldd: ELFCLASSM was not defined for the Xtensa architecture
2012-06-15 Peter S. Mazingerldd.c: change syntax, no size and no functional change
2012-06-15 Peter S. Mazingerldd.c: reduce size
2012-05-15 Bernhard Reutner... ldd: tweak whitespace
2012-05-08 Bernhard Reutner... ldd: silence warning if !LDSO_LDD_SUPPORT
2012-04-17 Bernhard Reutner... ldd: silence warnings
2011-10-18 Carmelo Amorosoldd: take LD_LIBRARY_PATH into account
2011-10-06 Ryan Fluxmicroblaze mmu/elf/shared lib support
2011-04-06 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-03-30 Kevin Dayutils/ldd: Check for returned pointer from strrchr...
2010-05-24 Natanael Copautils: Fix ldd segfault
2009-10-14 Bernhard Reutner... fix cosmetic typo
2009-09-05 Denys Vlasenkodo not pass 3rd param to open() which do not create...
2009-07-06 RonDon't shadow stat with a local variable
2009-07-06 RonMake more utility functions static
2009-02-10 Mike Frysingerinclude more info in error messages so we have a better...
2009-02-09 Mike Frysingerunify the headers/random defines into porting.h to...
2009-01-10 Denis Vlasenkosimple optimizations and style fixes in dynamic loading
2008-10-29 Bernhard Reutner... - minor shrinkage (-50b)
2008-10-03 Bernhard Reutner... - use c89-style comments
2008-08-27 Bernhard Reutner... - remove a couple of duplicate includes
2008-07-23 Bernhard Reutner... - fix inline keyword
2008-03-26 Bernhard Reutner... - fixup stripping of host utils and make host-utils...
2007-11-16 Carmelo AmorosoAdded AVR32 support to uClibc. Signed-off-by: Hans...
2007-04-17 Mike Frysingercleanup style; no functional changes
2006-12-12 Bernhard Reutner... - fix compilation of __LDSO_CACHE_SUPPORT__
2006-10-07 Mike Frysingerthe makefile will include elf.h for us #778
2006-07-05 Eric Andersenreplace my @debian.org addr with @uclibc.org. Fixup...
2006-02-26 Mike Frysingerremove warning since it seems to have "gone away" now
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2005-12-30 Mike Frysingertell people to ignore these two warnings unless someone...
2005-12-30 Mike Frysingerneed to make sure elf_find_dynamic(key) is big enough...
2005-12-29 Mike Frysingerfix signed/unsigned warnings
2005-12-10 Peter S. MazingerSolve warning about redefined _GNU_SOURCE, allow iconv...
2005-12-09 Mike Frysingertouchup style
2005-11-24 Peter S. MazingerMove _GNU_SOURCE from file to CFLAGS, make use of NATIV...
2005-10-05 Eric Andersenldd does not build due to missing fork() on MMUless...
2005-09-22 Mike Frysingerclean 32bit-isms and make code 64/32 bit clean
2005-08-18 Mike Frysingeradd __thumb__ check
2004-10-06 Joakim TjernlundPuts common defines into dl-defs.h (in ldso/include...
2004-10-05 Joakim TjernlundPeter S. Mazinger writes:
2004-10-03 Eric AndersenThis patch from Mike Frysinger, extended from an earlie...
2004-09-28 Joakim TjernlundOops, typo.
2004-09-28 Joakim TjernlundRemove /usr/X11R6/lib from search path.
2004-09-28 Joakim TjernlundMake ldd work for ET_DYN executables. From Peter Mazinger.
2004-03-18 Eric AndersenLook in /usr/X11R6/lib as well
2004-03-08 Eric AndersenFix comment
2004-02-13 Eric AndersenYet more fixups..
2004-02-13 Eric AndersenDone free path if it equals not_found
2004-02-13 Eric AndersenAnother little touch up to avoid problems...
2004-02-13 Eric AndersenA better fix...
2004-02-13 Eric AndersenFix the annoying "not a dynamic executable" problem...
2004-02-13 Eric AndersenCleanup whitespace and formatting
2004-02-13 Eric AndersenAvoid potential double free when locate_library_file...
2004-02-01 Eric AndersenThe code for checking the rpath was not finding the...
2003-11-23 Manuel Novoa III Hopefully this is correct for cris.
2003-11-12 Eric AndersenFix a stupid potential segfault
2003-11-06 Eric AndersenBegin converting the client utils