summaryrefslogtreecommitdiff
path: root/libexec/ld.elf_so/load.c
AgeCommit message (Expand)Author
2003-11-25Don't try to preload an empty string.christos
2003-07-24ANSIfy and de-__P().skrll
2002-12-05A bit speedup: in _rtld_load_object(), save the number of calls tojunyoung
2002-10-05Minor cleanup.mycroft
2002-10-04Pull out some objlist functions in ldd.mycroft
2002-10-04Don't actually bother maintaining _rtld_list_main and _rtld_list_global inmycroft
2002-10-04Move the definition of _rtld_list_main so ldd builds again.mycroft
2002-10-03As seen on tech-userlevel...mycroft
2002-09-23Several small changes that shave 7-8% off the simple-exec-loop test:mycroft
2002-09-12Nuke -DRTLD_RELOCATE_SELF and `dodebug' from orbit.mycroft
2002-07-18If /etc/ld.so.conf contains an invalid sysctl name any dynamicallyabs
2002-06-01SIMPLEQ rototill:lukem
2001-11-02Allow both space and colon as a separator in LD_PRELOAD. Document this andskrll
2001-05-27s/warn/xwarnx/ cuts down size by 50% by not pulling in stdio.christos
2000-11-10Make ldd(1) build again.mycroft
2000-11-10When dlopen()ing with RTLD_GLOBAL, also make dependent libraries RTLD_GLOBAL.mycroft
1999-12-27don't stutter when printing error messages.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-11-07Changes from msaitoh to fix local/global symbol confusion, and to fix weakmycroft
1999-05-31Implement LD_PRELOAD support.kleink
1999-03-01KNFchristos
1999-02-24Cleanup global variable access so rtld can be self relocating. Also KNFchristos
1996-12-16First cut at an ELF shared loader. Originally from John Polstra's FreeBSD elfcgd