Revision tags: release/4.2.0, release/4.1.1_cvs |
|
#
62f882d6 |
| 04-Sep-2000 |
Warner Losh <imp@FreeBSD.org> |
getopt and friends are declared in <unistd.h> getopt returns -1 not EOF.
|
Revision tags: release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs, release/3.4.0_cvs, release/3.3.0_cvs |
|
#
c3aac50f |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
Revision tags: release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8 |
|
#
97db68b6 |
| 16-Sep-1998 |
Doug Rabson <dfr@FreeBSD.org> |
Make ldd work on alpha.
|
#
e2daa140 |
| 30-Aug-1998 |
John Polstra <jdp@FreeBSD.org> |
Fix a bug which caused ldd to execute scripts listed on its command line, instead of skipping them.
Also make a few minor cleanups.
PR: bin/7783
|
Revision tags: release/2.2.7 |
|
#
c474c6d3 |
| 01-May-1998 |
Doug Rabson <dfr@FreeBSD.org> |
Add ELF support.
|
Revision tags: release/2.2.6, release/2.2.5_cvs |
|
#
170fa4e8 |
| 02-Sep-1997 |
John Polstra <jdp@FreeBSD.org> |
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 ...
|
Revision tags: release/2.2.2_cvs, release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs |
|
#
fce15c9a |
| 22-Feb-1997 |
Peter Wemm <peter@FreeBSD.org> |
Revert $FreeBSD$ to $Id$
|
Revision tags: release/2.1.6_cvs, release/2.1.6.1 |
|
#
1130b656 |
| 14-Jan-1997 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
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 ...
|
#
18c0f29e |
| 12-Jan-1997 |
John Polstra <jdp@FreeBSD.org> |
Set LD_TRACE_LOADED_OBJECTS to "1" instead of to "". The dynamic linker now treats empty "LD_*" environment variables as if they were unset, per the standard SVR4 conventions.
|
#
45f4c7f9 |
| 30-Nov-1996 |
Bruce Evans <bde@FreeBSD.org> |
Made the synopsis in the man page conform to the style guide.
Made the usage message conform to the style guide.
Don't use the implementation variable `__progname'.
|
#
b988beb8 |
| 22-Nov-1996 |
Peter Wemm <peter@FreeBSD.org> |
make the Usage string match reality
Submitted by: faried nawaz <fn@uidaho.edu>, PR#2075
|
#
fecaa127 |
| 29-Oct-1996 |
Peter Wemm <peter@FreeBSD.org> |
oops, uninitialised variable.. -v mode depended on stack contents.
Submitted by: Masafumi NAKANE <max@wide.ad.jp>, PR#1920
|
Revision tags: release/2.1.5_cvs |
|
#
9731d137 |
| 01-Oct-1996 |
Peter Wemm <peter@FreeBSD.org> |
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.
|
#
d138df61 |
| 01-Oct-1996 |
Peter Wemm <peter@FreeBSD.org> |
Support for specifying printf-like output specs to control the ldd output as present in the new rtld version.
Obtained from: NetBSD Reviewed by: nate, jdp
|
Revision tags: release/2.1.0_cvs, release/2.0.5_cvs |
|
#
61f9ce8d |
| 23-Dec-1994 |
Nate Williams <nate@FreeBSD.org> |
Updated to recent version of Paul K.'s shlib code. This code has better warning handling and allows for link-time warnings with a modified version of gas.
Note: Not all of the newer bits were updat
Updated to recent version of Paul K.'s shlib code. This code has better warning handling and allows for link-time warnings with a modified version of gas.
Note: Not all of the newer bits were updated such as some of the non-x86 machine-dependant code is relevant to FreeBSD right now.
Obtained from: NetBSD
show more ...
|
Revision tags: release/2.0, release/1.1.5.1_cvs |
|
#
699e1b82 |
| 16-Jun-1994 |
Rich Murphey <rich@FreeBSD.org> |
Changes from Paul Kranenburg which bring us into sync with his sources:
handling of errors through the standard err() and warn() more fixes for Geoff Rehmet's NULL pointer bug. fixes NULL pointer
Changes from Paul Kranenburg which bring us into sync with his sources:
handling of errors through the standard err() and warn() more fixes for Geoff Rehmet's NULL pointer bug. fixes NULL pointer bugs when linking mono and nested X servers. supports a `-nostdlib' option. accept object files without a symbol table don't attempt dynamic linking when `-A' is given
a few variable names have chaged (desc -> fd), and the formatting has changed which should make it much easier to track his sources.
I tested 'make world' for /usr/src and X twice with these changes.
show more ...
|
Revision tags: release/1.1.0_cvs |
|
#
09e3d49d |
| 13-Feb-1994 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
This is Paul K's latest set of ld changes. A commit was necessary at this late stage due to the fact that link.h was copyright Sun Microsystems.
This version of ld sync's us up with NetBSD's ld and
This is Paul K's latest set of ld changes. A commit was necessary at this late stage due to the fact that link.h was copyright Sun Microsystems.
This version of ld sync's us up with NetBSD's ld and supports compatablily with NetBSD's -[zZ] flags (which we had reversed). Compiling with this new ld will give you RRS warnings for libraries which do not contain .type infomation - these wsarnings are harmless and will go away as soon as you recompile your libraries (cd /usr/src; make libraries).
show more ...
|
#
b9ae52e3 |
| 04-Nov-1993 |
Paul Richards <paul@FreeBSD.org> |
Imported NetBSD's ld for shared libs.
|