aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld
Commit message (Expand)AuthorAgeFilesLines
* This release is a moderate restructuring of the dynamic linker.John Polstra1996-01-131-592/+605
* Split up the code so that a single directory can be searched, toJohn Polstra1996-01-132-82/+118
* Another '-' needed for make release.Poul-Henning Kamp1996-01-111-2/+2
* Make the new realinstall target a little less draconian so that make releasePoul-Henning Kamp1996-01-111-3/+3
* Install ld.so in a way that is safe even on a running system.John Polstra1996-01-111-2/+13
* recording cvs-1.6 file deathPeter Wemm1995-12-301-4/+0
* Changed the terminology for what used to be called the "memorizing"Nate Williams1995-11-022-188/+90
* Run-time linker speedups - Round OneNate Williams1995-10-251-3/+170
* Remove LD_NOSTD_PATH implementation, it isn't works andAndrey A. Chernov1995-10-242-6/+4
* if uid != euid or gid != egid unsetenv("LD_NOSTD_PATH") tooAndrey A. Chernov1995-10-211-1/+2
* This is a FreeBSD manpage, not a NetBSD manpage. :)Nate Williams1995-10-051-2/+2
* Fix checks for open() failing. open() may successfully return 0.Bruce Evans1995-09-282-6/+6
* Make the error message more readable when 'ld.so' cannot locate a neededNate Williams1995-09-271-13/+11
* Fixup the "ld.so failed" message for the case when ld.so finds undefinedNate Williams1995-09-271-5/+5
* Stop using gnumalloc.Poul-Henning Kamp1995-09-221-4/+1
* Import Paul Kranenburg's man page for ld.so (aka. rtld).Joerg Wunsch1995-08-262-2/+147
* Reset the umask before creating the output file; otherwise runningJoerg Wunsch1995-08-161-1/+2
* Make ld's error messages consistent with gcc when no input filesRodney W. Grimes1995-07-131-2/+2
* Change ld.so to correctly load dependant libraries for dlopen and unload themDoug Rabson1995-06-271-66/+234
* Add an "-m" flag to merge instead of replace the entries. We canSatoshi Asami1995-06-242-41/+75
* Make `ld' properly honoring the umask setting when chmod'ing theJoerg Wunsch1995-06-141-3/+7
* Remove trailing whitespace.Rodney W. Grimes1995-05-307-49/+49
* Sync. up bits with Paul K. Cascade support plus some cosmetic changes.Nate Williams1995-04-211-13/+60
* Back out my change to enforce command line linker order due toNate Williams1995-04-071-11/+8
* Modify the default behavior of the linker to no longer prefer staticNate Williams1995-03-221-9/+12
* Removed /usr/local/lib from the standard library search path to beNate Williams1995-03-191-2/+2
* Back out Poul's hack that forces static libgcc. This has been fixed viaDavid Greenman1995-03-101-11/+2
* Never again shall we link libgcc dynamic. It was a big mistake in thePoul-Henning Kamp1995-03-061-2/+11
* Weak symbol support from NetBSD. This should bring us in sync with theNate Williams1995-03-0414-555/+706
* Support for more Sun compatible dlopen() and friends. Also added proper errorJordan K. Hubbard1995-02-071-87/+205
* Make ldconfig and ld.so not hashing the shared lib minor number. ThisJoerg Wunsch1995-01-122-12/+10
* Change toSteven Wallace1995-01-051-2/+2
* New file from pk to aid new in developing the shlib code for newNate Williams1994-12-231-0/+192
* Updated to recent version of Paul K.'s shlib code. This code has betterNate Williams1994-12-2318-411/+579
* Changed one occurrence of LD 8 to LD 1 and the OS FreeBSD 1.1 to FreeBSD 2.0.Andreas Schulz1994-12-112-6/+6
* Add LDDESTDIR to ld command.Steven Wallace1994-09-181-2/+6
* Unmap hints file when finished with it, so that it can go awayBruce Evans1994-09-151-1/+21
* Add dependencies on libraries to DPADD. Someday this should be doneBruce Evans1994-08-281-2/+3
* Install ld.so immutable.Garrett Wollman1994-08-261-1/+2
* Don't explicitly define __FreeBSD__ - this is no longer necessary.David Greenman1994-08-191-2/+2
* Remove reference to the ld.so man page - ain't no such animal.Jordan K. Hubbard1994-06-171-1/+0
* Changes from Paul Kranenburg which bring us into sync with his sources:Rich Murphey1994-06-1519-891/+933
* Bug reported by Jon-Dean Mountjoy <csjm@cs.ru.ac.za>Geoff Rehmet1994-06-141-1/+10
* Add the -r and -s flags to the Usage string.Andreas Schulz1994-06-051-2/+2
* Change the private declarations from dlopen,dlclose,dlsym,dlctlAndreas Schulz1994-04-131-10/+10
* Better link ldconfig static instead dynamic.Andreas Schulz1994-04-131-2/+2
* Add that /usr/X386/lib is also in the default path for ldconfig. Bug foundAndreas Schulz1994-04-051-1/+3
* Due to the deletion of the gcc support from libc we need again theAndreas Schulz1994-03-101-2/+2
* Document existance of -ZDavid Greenman1994-03-092-2/+6
* Handling of the netzmagic flag was completely missing after the lastDavid Greenman1994-02-171-2/+7