aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-aout
Commit message (Expand)AuthorAgeFilesLines
* Fixed some of style bugs.Ruslan Ermilov2001-09-121-1/+1
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn2001-07-261-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-2/+2
* - Backout botched attempt to intoduce MANSECT feature.Ruslan Ermilov2001-03-261-1/+1
* mdoc(7) police: simplify construct.Ruslan Ermilov2001-02-141-3/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-13/+8
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-1/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-1/+1
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-2/+3
* 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