summaryrefslogtreecommitdiff
path: root/lib/libc/dlfcn
AgeCommit message (Expand)Author
2012-06-24fix old style definitions; XXX: gcc should have picked them up but it did not.christos
2012-03-13PR/45989: Martin Husemann: lint invocation does include -w only on i386christos
2012-02-16Add _dlauxinfo helper function to provide access to the ELF auxilaryjoerg
2011-06-25PR/45015: ld.elf_so: support ELF symbol versioningnonaka
2011-03-12Avoid a dependency issue between pthread TLS by using simple atomicjoerg
2011-03-07Pass down ELF Auxillary Vectors for static NetBSD binaries too.joerg
2010-10-16Implement dl_iterate_phdr.skrll
2010-07-06remove almost all the ability to build netbsd with an a.out target.mrg
2009-09-24Add Solarisa-like dlinfo() interface to the ELF dynamic linker.pooka
2004-07-18- Change the strong dlfcn names in libc to ___name, and make the __namethorpej
2003-08-12Resolve dlsym(3) and friends directly so that dlsym(RTLD_NEXT,...) works.skrll
2003-07-26netbsd.org->NetBSD.orgsalo
2002-08-19Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc).lukem
2002-07-20don't test PIC here.yamt
2000-07-06remove extra semi'schristos
2000-06-14sweep of my licenses (userland files w/o only my copyright) forcgd
2000-06-14fix up NetBSD RCS Ids to match the standard, and the leading comment ascgd
2000-04-02Move dl* function definitions to libc on ELF.minoura