aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-aout
Commit message (Expand)AuthorAgeFilesLines
* Move the man pages for the a.out dynamic linker into the 1aoutJohn Polstra2000-01-292-227/+2
* .Nm += "rtld"Alexey Zelkin1999-09-282-2/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2813-13/+13
* Fix a bug in the handling of minor version numbers. Formerly, theJohn Polstra1998-11-071-13/+34
* Don't recognize a file as an a.out shared library unless it has atJohn Polstra1998-09-051-6/+4
* Chaneg MACHINE to MACHINE_ARCH to support MACHINE=pc98.John Birrell1998-09-051-3/+3
* Pass me the pointy hat with the extra sequins. Just a moment, while I getStephen McKay1998-08-221-6/+20
* Since I got no objections to this patch, and no one has offered anyStephen McKay1998-06-211-1/+70
* Search for libraries in dlopen() when the specified pathBrian Somers1998-06-073-8/+13
* Seperate the Paul Kranenburg a.out rtld stuff into a stand-alone area awayPeter Wemm1998-06-011-5/+3
* ELF preparation step 2:Søren Schmidt1998-05-262-4/+4
* Implement dladdr.John Polstra1998-02-061-4/+94
* Make emacs work again. This is a workaround for the fact that theJohn Polstra1997-12-051-18/+33
* Get rid of the dynamic linker's internal malloc package, and arrangeJohn Polstra1997-11-292-267/+474
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-09-181-2/+2
* spelling corrections.Wolfram Schneider1997-09-132-6/+6
* - In dlsym(), if the lookup fails using the original symbol, prepend anNate Williams1997-08-191-2/+30
* Implement dlsym(RTLD_NEXT, symbol).John Polstra1997-08-021-12/+64
* Typo fix.Masafumi Max NAKANE1997-05-272-6/+6
* Changes to support the kernel linker:Doug Rabson1997-05-131-1/+4
* Fix a bug that caused the relocs for linker set members in sharedJohn Polstra1997-04-301-1/+3
* Fixed `make depend' and related bogons. LDFLAGS was used forBruce Evans1997-04-161-10/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2213-13/+13
* Use xmalloc instead of malloc in two places, so that out-of-memoryJohn Polstra1997-01-241-1/+1
* Pay attention to the environment variable "LD_IGNORE_MISSING_OBJECTS".John Polstra1997-01-173-2/+61
* If a library is found in the hints file, but the library doesn't exist,John Polstra1997-01-141-0/+4
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1413-13/+13
* Sort cross references.Wolfram Schneider1997-01-132-6/+6
* Use the RTLD_NOW symbol, now that it is defined in <dlfcn.h>.John Polstra1997-01-121-4/+3
* Correct typos and spelling errors.John Polstra1997-01-122-10/+10
* Add support for the LD_BIND_NOW environment variable. If it is set to aJohn Polstra1997-01-123-30/+71
* Add support for the LD_BIND_NOW environment variable. If it is set to aJohn Polstra1997-01-122-2/+21
* Fix spelling error in manpage.Steven Wallace1996-12-262-4/+4
* If errors occur during the loading of the shared libraries required byJohn Polstra1996-10-241-10/+30
* Fix two minor typos in the manual page.John Polstra1996-10-182-6/+6
* Add the search directories from the hints file only the first time it isJohn Polstra1996-10-101-2/+5
* Fix a bug that caused a segmentation violation if dlsym() was calledJohn Polstra1996-10-101-2/+2
* There's no need to 'unsetenv()' unsafe environment variables explicitlyNate Williams1996-10-011-6/+1
* Sigh, oh well, here's my obligigatory "oops" commit. I don't quite knowPeter Wemm1996-10-011-1/+13
* Update to handle new version ld.so.hints and info in executable forPeter Wemm1996-10-014-62/+331
* Update the backends to go with the top-level ld changes. The non-i386Peter Wemm1996-10-013-11/+34
* Support for .weak (in addition to the N_INDR stab) for gcc/g++. Also dealPeter Wemm1996-10-015-19/+562
* add missing comma(s) in .Xr macrosWolfram Schneider1996-09-232-6/+6
* Use `install -C' instead of lots of shell commands to install ld.soBruce Evans1996-09-121-13/+2
* When checking to see whether a needed shared library has alreadyJohn Polstra1996-05-221-2/+36
* ``mv'' -> ``mv -f''Wolfram Schneider1996-05-071-3/+3
* Implement support for LD_PRELOAD in the dynamic linker. RemoveJohn Polstra1996-04-203-24/+118
* Implement support for LD_PRELOAD in the dynamic linker.John Polstra1996-04-201-1/+27
* 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-131-81/+116