/lib/libppath/

cgit logo index : netbsd
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/libexec/ld.elf_so/load.c
AgeCommit message (Expand)Author
2017-01-10need <sys/stat.h>christos
2013-11-27CID 1132773: Fix file descriptor leakchristos
2013-11-20If dlopen of the dynamic linker is requested, e.g. by rump inskrll
2013-05-09Fix refcount of the object we found in our list by name.christos
2013-05-06Fixed handling of DT_SONAME:christos
2013-05-06Trailing whitespaceskrll
2010-12-24Add support for DF_1_BIND_NOW, DF_1_NODELETE and DF_1_NOOPEN markedskrll
2010-12-19Sprinkle some KNF.skrll
2010-12-16s/rdbg/dbg/ in a few places.skrll
2010-12-16Remove incorrect comment.skrll
2010-10-16Implement dl_iterate_phdr.skrll
2010-02-27Implement negative cache checks for symbol lookups.roy
2009-05-19warns=4christos
2007-12-07rtld changes for PR bin/37347:ad
2007-10-05- Don't use the names malloc/free/etc, since we can end up pulling in libc'sad
2007-09-20Don't remove the last component of filename before callingcube
2007-05-18Support Solaris-like $ORIGIN etc. expansions in paths.christos
2006-03-21Coverity CID 2749: Fix another double free. Instead of removing that lastchristos
2006-03-18Fix some double frees / missing frees / use after freed allmatt
2004-10-22Add __RCSIDs.skrll
2004-07-05Make ld.elf_so use the new sysctl API. That allows the user to give anycube
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