summaryrefslogtreecommitdiff
path: root/libexec/ld.elf_so
AgeCommit message (Expand)Author
1999-12-27don't stutter when printing error messages.christos
1999-12-20PR/9031: Scott Ellis: Ignore empty sysctl directive lines.christos
1999-12-15make a debugging formatting statement work portablychristos
1999-12-15Do what the people want. Support full sysctl names.christos
1999-12-13indent properly a debugging statement and fix grammar.christos
1999-12-13For the benefit of ldd and debuggers, append more Needed_Entry elementschristos
1999-12-13Enable parsing and mapping of hardware dependent libraries in ld.so.confchristos
1999-12-08Use "addend" for R_68K_GOT32, R_68K_PC32, and R_68K_32 relocations.itohy
1999-12-05More CL* fallout.fredb
1999-11-10Name consistencty nit: curmark -> _rtld_curmarkthorpej
1999-11-10Some slight cosmetic cleanup.thorpej
1999-11-07Make this more likely to compile with ld.elf_so changes. (But this ismycroft
1999-11-07Make this more likely to compile with ld.elf_so changes. (But this ismycroft
1999-11-07More fallout.mycroft
1999-11-07Fix fallout from MD ld.elf_so changes.mycroft
1999-11-07Changes from msaitoh to fix local/global symbol confusion, and to fix weakmycroft
1999-11-04Remove ELFNAME defines since they are defined in sys/exec_elf.herh
1999-10-28More SVR4-style ELF cleanups.simonb
1999-10-28Revert to rev. 1.4. This file didn't need to change.tsubai
1999-10-25Update to match new SVR4-style definition names in <sys/exec_elf.h>.kleink
1999-10-22Undo last change. While these macros are defined in exec_elf.h, they arehannken
1999-10-22Undo last change. While these macros are defined in exec_elf.h, they arehannken
1999-10-21Remove ELFNAME macros which are already defines in exec_elf.herh
1999-10-18Make __SVR4_ABI__ optional.itohy
1999-08-23Bump text alignments to 4 bytes.kleink
1999-08-21Initial VAX ELF32 support (mostly untested). It's checked primarily formatt
1999-08-20reflect realitychristos
1999-08-20fix typochristos
1999-08-19enable /etc/ld.so.conf processingchristos
1999-08-06When allocating the entire address space of an object, map an anonymousthorpej
1999-08-01Rearrange the shared library search path precedences to LD_LIBRARY_PATH >kleink
1999-07-22When dlopen()'ing a shared object without an absolute pathname, searchthorpej
1999-07-05Protect certain definitions from view by crt0, by wrapping them inthorpej
1999-06-22We need to compile with -DVARPSZ, because the sparc has a variable pagechristos
1999-06-17MAP_COPY -> MAP_PRIVATEthorpej
1999-06-16Turn bool, true and false into an enumeration and enumeration constants tokleink
1999-06-15Don't include the ident .note assembly when linting.kleink
1999-06-07This should use MACHINE_ARCH and test on "mipseb" instead of MACHINE andcastor
1999-05-31Update for m68k.kleink
1999-05-31Implement LD_PRELOAD support.kleink
1999-05-21syncicache is needed...tsubai
1999-05-07Don't even make depend if we're not going to build ld.elf_so. this isthorpej
1999-04-29Always use ${MACHINE_ARCH} rather than ${MACHINE}, and reorder architectureskleink
1999-04-29Add m68k code.kleink
1999-04-19Simplify _rtld_start() a little, and shave some cycles. Spefically, there'sthorpej
1999-04-18Tidy this up a little.thorpej
1999-04-18Add code to use the kernel provided page size.ws
1999-04-17Modify syncicache on PowerPC from an inline to a real function.ws
1999-04-16Remove the ld.so link for ld.elf_so - the compat13 package takes caresimonb
1999-03-28Don't include <machine/regdef.h>.simonb