index
:
uClibc-alpine
0.9.32
0.9.32-alpine
master
Where we track our uclibc patches
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
/
ldd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
utils/ldd: Check for returned pointer from strrchr not the value it holds
Kevin Day
2011-03-30
1
-1
/
+1
*
utils: Fix ldd segfault
Natanael Copa
2010-05-24
1
-1
/
+1
*
fix cosmetic typo
Bernhard Reutner-Fischer
2009-10-14
1
-3
/
+3
*
do not pass 3rd param to open() which do not create files
Denys Vlasenko
2009-09-05
1
-1
/
+1
*
Don't shadow stat with a local variable
Ron
2009-07-05
1
-2
/
+2
*
Make more utility functions static
Ron
2009-07-05
1
-6
/
+6
*
include more info in error messages so we have a better idea where things are...
Mike Frysinger
2009-02-10
1
-3
/
+3
*
unify the headers/random defines into porting.h to avoid duplication/rot
Mike Frysinger
2009-02-09
1
-34
/
+10
*
simple optimizations and style fixes in dynamic loading
Denis Vlasenko
2009-01-10
1
-12
/
+8
*
- minor shrinkage (-50b)
Bernhard Reutner-Fischer
2008-10-29
1
-8
/
+8
*
- use c89-style comments
Bernhard Reutner-Fischer
2008-10-03
1
-4
/
+4
*
- remove a couple of duplicate includes
Bernhard Reutner-Fischer
2008-08-27
1
-1
/
+0
*
- fix inline keyword
Bernhard Reutner-Fischer
2008-07-23
1
-4
/
+4
*
- fixup stripping of host utils and make host-utils compile with std=gnu99
Bernhard Reutner-Fischer
2008-03-26
1
-6
/
+6
*
Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtve...
Carmelo Amoroso
2007-11-16
1
-0
/
+5
*
cleanup style; no functional changes
Mike Frysinger
2007-04-17
1
-106
/
+104
*
- fix compilation of __LDSO_CACHE_SUPPORT__
Bernhard Reutner-Fischer
2006-12-12
1
-4
/
+4
*
the makefile will include elf.h for us #778
Mike Frysinger
2006-10-07
1
-1
/
+1
*
replace my @debian.org addr with @uclibc.org. Fixup license on
Eric Andersen
2006-07-05
1
-15
/
+2
*
remove warning since it seems to have "gone away" now
Mike Frysinger
2006-02-26
1
-0
/
+2
*
Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...
Peter S. Mazinger
2006-01-22
1
-3
/
+0
*
tell people to ignore these two warnings unless someone can figure out how to...
Mike Frysinger
2005-12-30
1
-0
/
+1
*
need to make sure elf_find_dynamic(key) is big enough to handle 64bit hosts
Mike Frysinger
2005-12-30
1
-1
/
+1
*
fix signed/unsigned warnings
Mike Frysinger
2005-12-29
1
-2
/
+2
*
Solve warning about redefined _GNU_SOURCE, allow iconv to build
Peter S. Mazinger
2005-12-10
1
-1
/
+3
*
touchup style
Mike Frysinger
2005-12-09
1
-18
/
+23
*
Move _GNU_SOURCE from file to CFLAGS, make use of NATIVE_LDFLAGS
Peter S. Mazinger
2005-11-24
1
-2
/
+0
*
ldd does not build due to missing fork() on MMUless. Since ldd merely
Eric Andersen
2005-10-05
1
-1
/
+1
*
clean 32bit-isms and make code 64/32 bit clean
Mike Frysinger
2005-09-22
1
-65
/
+113
*
add __thumb__ check
Mike Frysinger
2005-08-18
1
-1
/
+1
*
Puts common defines into dl-defs.h (in ldso/include) from dl-elf.h and
Joakim Tjernlund
2004-10-06
1
-2
/
+2
*
Peter S. Mazinger writes:
Joakim Tjernlund
2004-10-05
1
-1
/
+1
*
This patch from Mike Frysinger, extended from an earlier patch from Peter S.
Eric Andersen
2004-10-03
1
-3
/
+109
*
Oops, typo.
Joakim Tjernlund
2004-09-28
1
-1
/
+1
*
Remove /usr/X11R6/lib from search path.
Joakim Tjernlund
2004-09-28
1
-6
/
+2
*
Make ldd work for ET_DYN executables. From Peter Mazinger.
Joakim Tjernlund
2004-09-28
1
-2
/
+2
*
Look in /usr/X11R6/lib as well
Eric Andersen
2004-03-18
1
-0
/
+1
*
Fix comment
Eric Andersen
2004-03-08
1
-2
/
+2
*
Yet more fixups..
Eric Andersen
2004-02-13
1
-2
/
+8
*
Done free path if it equals not_found
Eric Andersen
2004-02-13
1
-1
/
+5
*
Another little touch up to avoid problems...
Eric Andersen
2004-02-13
1
-0
/
+2
*
A better fix...
Eric Andersen
2004-02-13
1
-6
/
+4
*
Fix the annoying "not a dynamic executable" problem when running ldd
Eric Andersen
2004-02-13
1
-4
/
+4
*
Cleanup whitespace and formatting
Eric Andersen
2004-02-13
1
-36
/
+31
*
Avoid potential double free when locate_library_file() is used
Eric Andersen
2004-02-13
1
-4
/
+7
*
The code for checking the rpath was not finding the rpath
Eric Andersen
2004-02-01
1
-6
/
+20
*
Hopefully this is correct for cris.
Manuel Novoa III
2003-11-23
1
-0
/
+4
*
Fix a stupid potential segfault
Eric Andersen
2003-11-12
1
-1
/
+2
*
Begin converting the client utils
Eric Andersen
2003-11-06
1
-0
/
+664