index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
ldd
/
ldd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a problem with RTLD_TRACE flag to dlopen(3), which sometimes can return
sobomax
2002-10-19
1
-5
/
+4
*
Fix a tiny bug in shlib support of ldd(1); if dlopen(lib, RTLD_TRACE)
knu
2002-05-17
1
-4
/
+5
*
Warns; ANSIfy, constify and move declarations into a common header.
markm
2002-04-28
1
-13
/
+11
*
Include <arpa/inet.h> for prototype of ntohl() used in the N_BADMAG()
mike
2002-04-20
1
-0
/
+1
*
remove __P
imp
2002-03-22
1
-1
/
+1
*
Add support such that if LD_TRACE_LOADED_OBJECTS_ALL is defined to a
obrien
2002-02-17
1
-5
/
+11
*
Inspect ELF header and reject any non-FreeBSD shared objects.
sobomax
2002-02-08
1
-1
/
+7
*
Allow ldd(1) be used on shared libraries in addition to executables.
sobomax
2002-02-04
1
-2
/
+12
*
GC meaningless assignment.
sobomax
2002-02-04
1
-1
/
+1
*
Fix the type of the NULL arg to execl()
brian
2001-07-09
1
-1
/
+1
*
* include/elf.h has been repo copied to include/elf-hints.h, and it no
obrien
2001-05-02
1
-1
/
+1
*
Fix lseek args order (PR 23549)
ache
2000-12-15
1
-12
/
+15
*
Add rcsid. Remove unused #include. Remove error() definition and replace
charnier
2000-12-10
1
-10
/
+7
*
getopt and friends are declared in <unistd.h>
imp
2000-09-04
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Make ldd work on alpha.
dfr
1998-09-16
1
-4
/
+6
*
Fix a bug which caused ldd to execute scripts listed on its command
jdp
1998-08-30
1
-29
/
+28
*
Add ELF support.
dfr
1998-05-01
1
-9
/
+52
*
Touch up the code that implements "ldd -v".
jdp
1997-09-02
1
-2
/
+2
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Set LD_TRACE_LOADED_OBJECTS to "1" instead of to "". The dynamic linker
jdp
1997-01-12
1
-2
/
+2
*
Made the synopsis in the man page conform to the style guide.
bde
1996-11-30
1
-6
/
+2
*
make the Usage string match reality
peter
1996-11-22
1
-2
/
+4
*
oops, uninitialised variable.. -v mode depended on stack contents.
peter
1996-10-29
1
-2
/
+2
*
Incorporate John Polstra's sods.c display of the details about the
peter
1996-10-01
1
-2
/
+18
*
Support for specifying printf-like output specs to control the ldd output
peter
1996-10-01
1
-3
/
+20
*
Updated to recent version of Paul K.'s shlib code. This code has better
nate
1994-12-23
1
-4
/
+7
*
Changes from Paul Kranenburg which bring us into sync with his sources:
rich
1994-06-15
1
-30
/
+26
*
This is Paul K's latest set of ld changes. A commit was necessary at this
jkh
1994-02-13
1
-2
/
+3
*
Imported NetBSD's ld for shared libs.
paul
1993-11-03
1
-0
/
+139