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
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC: r264419
brueffer
2014-04-22
1
-1
/
+0
*
Pass variables prefixed with both LD_ and LD_32_ to the run-time linker.
markj
2013-08-07
1
-13
/
+17
*
Fix clang warnings.
benl
2011-06-18
1
-12
/
+34
*
hdr.elf.e_ident[EI_OSABI] is not a bitmask so '==' should been used.
brucec
2010-11-22
1
-2
/
+2
*
MFtbemd:
imp
2010-08-23
1
-1
/
+1
*
Build usr.bin/ with WARNS=6 by default.
ed
2010-01-02
1
-1
/
+0
*
- correctly render the provided example
danger
2009-11-28
1
-1
/
+1
*
A few style and whitespace fixes.
jhb
2008-08-02
1
-11
/
+9
*
Tweak the support for using ldd on 32-bit objects a bit further.
jhb
2008-08-01
3
-39
/
+68
*
Fix text in the comment why we check for ELF32_R_TYPE
edwin
2008-07-28
1
-8
/
+5
*
After the commit of SVN rev 180236, wilko@ noticed that the approach
edwin
2008-07-21
1
-4
/
+18
*
On 64 bit architectures, you can run 32 bit executables and the rtld can trac...
edwin
2008-07-03
2
-2
/
+82
*
Extract the determination of the kind of (dynamic) executable from
edwin
2008-07-03
1
-81
/
+120
*
stylify ldd.c, no functional changes.
edwin
2008-07-03
1
-37
/
+34
*
Typo
bms
2008-05-15
1
-1
/
+1
*
Add an example of how to use ldd -f.
bms
2008-05-15
1
-1
/
+8
*
Expand documentation of -f option
pav
2007-05-12
1
-1
/
+8
*
The type of some aout header types changed to uint_32, so now we need
dwmalone
2004-06-29
2
-13
/
+14
*
Fix a few WARNS:
dwmalone
2004-02-15
1
-6
/
+6
*
Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
schweikh
2002-12-30
1
-1
/
+1
*
Fix a problem with RTLD_TRACE flag to dlopen(3), which sometimes can return
sobomax
2002-10-19
1
-5
/
+4
*
Initiate deorbit burn for the i386-only a.out related support. Moves are
peter
2002-09-17
1
-3
/
+1
*
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
3
-39
/
+68
*
Remove GCC-specific flags.
markm
2002-04-28
1
-1
/
+0
*
Include <arpa/inet.h> for prototype of ntohl() used in the N_BADMAG()
mike
2002-04-20
2
-0
/
+2
*
Use `The .Nm utility'
charnier
2002-04-20
1
-1
/
+2
*
remove __P
imp
2002-03-22
1
-1
/
+1
*
mdoc(7) police: kill hard sentence breaks.
ru
2002-03-15
1
-2
/
+4
*
Add support such that if LD_TRACE_LOADED_OBJECTS_ALL is defined to a
obrien
2002-02-17
2
-5
/
+19
*
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
2
-3
/
+14
*
GC meaningless assignment.
sobomax
2002-02-04
1
-1
/
+1
*
Fix long format mismatch with int arg
dillon
2001-10-29
1
-1
/
+1
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
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
2
-2
/
+2
*
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
2
-35
/
+26
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
1
-1
/
+1
*
getopt and friends are declared in <unistd.h>
imp
2000-09-04
1
-1
/
+1
*
Corractly use .Nm and .An/.Aq macros. Replace FreeBSD with .Fx macro
phantom
2000-05-10
1
-7
/
+10
*
Cross-reference ldd(1) in rtld(1) and vice versa.
sheldonh
2000-03-28
1
-1
/
+2
*
Revert the part of rev 1.5 that spammed rev 1.4; rev 1.4 correctly
sheldonh
2000-03-20
1
-1
/
+0
*
Remove single-space hard sentence breaks. These degrade the quality
sheldonh
2000-03-01
1
-2
/
+4
*
Add $FreeBSD$ lines to man pages that are missing them to make it
mpp
1999-08-28
1
-0
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
3
-3
/
+3
*
Make ldd work on alpha.
dfr
1998-09-16
3
-8
/
+15
*
Fix a bug which caused ldd to execute scripts listed on its command
jdp
1998-08-30
1
-29
/
+28
*
Add -DFREEBSD_AOUT to CFLAGS to ensure we get the correct definitions
peter
1998-06-12
1
-2
/
+2
[next]