summaryrefslogtreecommitdiff
path: root/libexec/ld.aout_so
AgeCommit message (Expand)Author
1995-06-05#include <dlfcn.h>pk
1995-06-05Put dlopen() et.al. declarations in separate header file for compatibility.pk
1995-06-04Cache two more environment variable values.pk
1995-06-04Revive library search paths.pk
1995-06-04Implement compiled-in library search paths: any `-L' argument encounteredpk
1995-05-29Correct copyright.phil
1995-05-07jbsr takes one argument, not two. Apparently the assembler quietlybriggs
1995-04-01Fix bogosities in cascade stuff.pk
1995-03-06Burn LD_RUN_PATH; I didn't read the SVR5 man-pages carefully enough.pk
1995-03-06Code from Matthew Green to do DL cascading "in the first degree".pk
1995-01-17Several consistency nits, and fix a byte order problem in md_swapout_reloc().mycroft
1995-01-17Several consistency nits, and don't define the get_*() macros twice.mycroft
1994-12-23Put a reserved field into use (weak symbol support).pk
1994-12-19Bummer! Undo mmap() changes in rev. 1.26; they royally screw up thepk
1994-12-18Handle "/dev/zero" stuff more globally.pk
1994-12-18Re-arrange mmap() calls, per Charles' suggestion.pk
1994-12-07Ensure contiguous chunks for all of an object's address space (text+data+bss).pk
1994-12-04Fix some other broken comments.mycroft
1994-12-04Remove silly comment that was causing `make depend' to barf.mycroft
1994-11-30Another md macro to initialize a home-made struct reloc neededpk
1994-11-30patches from Matthiasphil
1994-10-26Don't close the hints file while it's mapped, but unmap and close it aftermycroft
1994-10-26Remove two unused functions.mycroft
1994-10-26Clean this up a bit, and use the trap gate to enter the kernel.mycroft
1994-10-26new RCS ID format.cgd
1994-09-19NBPG --> getpagesize()deraadt
1994-09-19Shrink ld.so by 12k.mycroft
1994-08-21Define Global Offset Table range.pk
1994-08-16fix from Matthias Pfaller.phil
1994-08-12Re-add `LD_WARN_NON_PURE_CODE' that went missing.pk
1994-08-07Relax minor version number checking somewhat; issue warning if minorpk
1994-08-03Remove some unnecessary code.pk
1994-08-03binder_entry() must save all scratch registers to make the processchopps
1994-07-04fix typo; from philcgd
1994-06-29error => warnxpk
1994-06-24strdup() doesn't grok NULL pointerspk
1994-06-13some changes for new style cachectl. remains compat for <= 030chopps
1994-06-10Conversion to err()/warn() for error reports.pk
1994-06-10Conversion to err()/warn() for error reports.pk
1994-05-25Another move to .data to please gdb.pk
1994-05-24Enable dl*() prototypes.pk
1994-05-24Force some string constants into the data segment (for core-dump reading).pk
1994-04-07dlopen() should make a copy of argument (Thomas Eberhardt).pk
1994-04-07ns32k support by Matthias Pfaller.pk
1994-04-07Use machine architecture when examining object files for compatibility.pk
1994-03-28no more MAP_FILEcgd
1994-03-08oopschopps
1994-03-08flush instruction cache.chopps
1994-02-15Libraries which are in the hints file but not in one's LD_LIBRARY_PATH (ifpk
1994-02-10Define an adjustment for {TEXT,DAT}_ADDRs.pk