|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0, release/7.4.0, release/8.2.0 |
|
| #
25faff34 |
| 23-Aug-2010 |
Warner Losh <[email protected]> |
MFtbemd:
Prefer MACHNE_CPUARCH to MACHINE_ARCH in most contexts where you want to test of all the CPUs of a given family conform.
|
|
Revision tags: release/8.1.0, release/7.3.0 |
|
| #
b7946da9 |
| 02-Jan-2010 |
Ed Schouten <[email protected]> |
Build usr.bin/ with WARNS=6 by default.
Also add some missing $FreeBSD$ to keep svn happy.
|
|
Revision tags: release/8.0.0, release/7.2.0, release/7.1.0, release/6.4.0 |
|
| #
e68ed793 |
| 01-Aug-2008 |
John Baldwin <[email protected]> |
Tweak the support for using ldd on 32-bit objects a bit further. Specifically, build a 32-bit /usr/bin/ldd32 on amd64 which handles 32-bit objects. Since it is a 32-bit binary, it can fork a child p
Tweak the support for using ldd on 32-bit objects a bit further. Specifically, build a 32-bit /usr/bin/ldd32 on amd64 which handles 32-bit objects. Since it is a 32-bit binary, it can fork a child process which can dlopen() a 32-bit shared library. The current 32-bit support in ldd can't do this because it does the dlopen() from a 64-bit process. In order to preserve an intuitive interface for users, the ldd binary automatically execs /usr/bin/ldd32 for 32-bit objects. The end result is that ldd on amd64 now transparently handles 32-bit shared libraries in addition to 32-bit binaries.
Submitted by: ps (indirectly)
show more ...
|
|
Revision tags: release/7.0.0, release/6.3.0, release/6.2.0, release/5.5.0, release/6.1.0, release/6.0.0, release/5.4.0, release/4.11.0, release/5.3.0 |
|
| #
a1e5be44 |
| 29-Jun-2004 |
David Malone <[email protected]> |
The type of some aout header types changed to uint_32, so now we need to cast to long before printing. While I'm here, raise WARNS to 6.
|
|
Revision tags: release/4.10.0, release/5.2.1, release/5.2.0, release/4.9.0, release/5.1.0, release/4.8.0, release/5.0.0, release/4.6.2 |
|
| #
f5b7af34 |
| 28-Apr-2002 |
Mark Murray <[email protected]> |
Remove GCC-specific flags.
|
|
Revision tags: release/4.3.0 |
|
| #
c3aac50f |
| 28-Aug-1999 |
Peter Wemm <[email protected]> |
$Id$ -> $FreeBSD$
|
| #
97db68b6 |
| 16-Sep-1998 |
Doug Rabson <[email protected]> |
Make ldd work on alpha.
|
| #
932d4191 |
| 12-Jun-1998 |
Peter Wemm <[email protected]> |
Add -DFREEBSD_AOUT to CFLAGS to ensure we get the correct definitions from <link.h>
|
| #
a7ef8068 |
| 01-Jun-1998 |
Peter Wemm <[email protected]> |
ldd standalone build, after repository copy.
|
| #
170fa4e8 |
| 02-Sep-1997 |
John Polstra <[email protected]> |
Touch up the code that implements "ldd -v".
Bring the style of sods.c into better conformance. Add code to print the contents of each datum being relocated. Correct the logic that distinguishes be
Touch up the code that implements "ldd -v".
Bring the style of sods.c into better conformance. Add code to print the contents of each datum being relocated. Correct the logic that distinguishes between programs, shared libraries, and object files. Make the entire program "-Wall" clean.
show more ...
|
| #
fce15c9a |
| 22-Feb-1997 |
Peter Wemm <[email protected]> |
Revert $FreeBSD$ to $Id$
|
| #
1130b656 |
| 14-Jan-1997 |
Jordan K. Hubbard <[email protected]> |
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
show more ...
|
| #
9731d137 |
| 01-Oct-1996 |
Peter Wemm <[email protected]> |
Incorporate John Polstra's sods.c display of the details about the dynamic linking information in the executable. It's quite extensive. It's connected to ldd's (new) -v option.
|
|
Revision tags: release/1.1.5.1_cvs, release/1.1.0_cvs |
|
| #
0bb118a5 |
| 16-Dec-1993 |
Nate Williams <[email protected]> |
Fixed Makefile per bug report from Julian Stacey. There was an extra DESTDIR in front of BINDIR definition.
|
| #
b9ae52e3 |
| 03-Nov-1993 |
Paul Richards <[email protected]> |
Imported NetBSD's ld for shared libs.
|