summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/ld
Commit message (Expand)AuthorAgeFilesLines
* [HISTORY] command appeared in Version 1 AT&T UNIXwosch1996-08-292-4/+12
* General -Wall warning cleanup, part I.jkh1996-07-126-20/+24
* Aw c'mon. I'm being driven mad by plenty of other things. I don'twpaul1996-06-081-2/+2
* Add an option -O <filename> to ld. From the manpage:phk1996-05-283-3/+30
* Zero out an unused field in a structure that is written to the outputjdp1996-05-271-1/+2
* When checking to see whether a needed shared library has alreadyjdp1996-05-221-2/+36
* ``mv'' -> ``mv -f''wosch1996-05-071-3/+3
* When a local symbol that would normally be eliminated by "-x" orjdp1996-04-241-1/+12
* Implement support for LD_PRELOAD in the dynamic linker. Removejdp1996-04-202-14/+110
* Implement support for LD_PRELOAD in the dynamic linker.jdp1996-04-202-2/+29
* Correct some man page xrefs, and some other minor changes to bring somempp1996-04-081-12/+12
* Bring in some of Paul K's fixes for ldconfig from NetBSD-current.pst1996-02-261-10/+30
* This release is a moderate restructuring of the dynamic linker.jdp1996-01-131-592/+605
* Split up the code so that a single directory can be searched, tojdp1996-01-132-82/+118
* Another '-' needed for make release.phk1996-01-111-2/+2
* Make the new realinstall target a little less draconian so that make releasephk1996-01-111-3/+3
* Install ld.so in a way that is safe even on a running system.jdp1996-01-111-2/+13
* recording cvs-1.6 file deathpeter1995-12-301-4/+0
* Changed the terminology for what used to be called the "memorizing"nate1995-11-022-188/+90
* Run-time linker speedups - Round Onenate1995-10-251-3/+170
* Remove LD_NOSTD_PATH implementation, it isn't works andache1995-10-242-6/+4
* if uid != euid or gid != egid unsetenv("LD_NOSTD_PATH") tooache1995-10-211-1/+2
* This is a FreeBSD manpage, not a NetBSD manpage. :)nate1995-10-051-2/+2
* Fix checks for open() failing. open() may successfully return 0.bde1995-09-282-6/+6
* Make the error message more readable when 'ld.so' cannot locate a needednate1995-09-271-13/+11
* Fixup the "ld.so failed" message for the case when ld.so finds undefinednate1995-09-271-5/+5
* Stop using gnumalloc.phk1995-09-221-4/+1
* Import Paul Kranenburg's man page for ld.so (aka. rtld).joerg1995-08-262-2/+147
* Reset the umask before creating the output file; otherwise runningjoerg1995-08-161-1/+2
* Make ld's error messages consistent with gcc when no input filesrgrimes1995-07-131-2/+2
* Change ld.so to correctly load dependant libraries for dlopen and unload themdfr1995-06-271-66/+234
* Add an "-m" flag to merge instead of replace the entries. We canasami1995-06-242-41/+75
* Make `ld' properly honoring the umask setting when chmod'ing thejoerg1995-06-141-3/+7
* Remove trailing whitespace.rgrimes1995-05-307-49/+49
* Sync. up bits with Paul K. Cascade support plus some cosmetic changes.nate1995-04-211-13/+60
* Back out my change to enforce command line linker order due tonate1995-04-071-11/+8
* Modify the default behavior of the linker to no longer prefer staticnate1995-03-221-9/+12
* Removed /usr/local/lib from the standard library search path to benate1995-03-191-2/+2
* Back out Poul's hack that forces static libgcc. This has been fixed viadg1995-03-101-11/+2
* Never again shall we link libgcc dynamic. It was a big mistake in thephk1995-03-061-2/+11
* Weak symbol support from NetBSD. This should bring us in sync with thenate1995-03-0414-555/+706
* Support for more Sun compatible dlopen() and friends. Also added proper errorjkh1995-02-071-87/+205
* Make ldconfig and ld.so not hashing the shared lib minor number. Thisjoerg1995-01-122-12/+10
* Change toswallace1995-01-051-2/+2
* New file from pk to aid new in developing the shlib code for newnate1994-12-231-0/+192
* Updated to recent version of Paul K.'s shlib code. This code has betternate1994-12-2318-411/+579
* Changed one occurrence of LD 8 to LD 1 and the OS FreeBSD 1.1 to FreeBSD 2.0.ats1994-12-112-6/+6
* Add LDDESTDIR to ld command.swallace1994-09-181-2/+6
* Unmap hints file when finished with it, so that it can go awaybde1994-09-151-1/+21
* Add dependencies on libraries to DPADD. Someday this should be donebde1994-08-281-2/+3
OpenPOWER on IntegriCloud