index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
dlfcn
Age
Commit message (
Expand
)
Author
2012-06-24
fix old style definitions; XXX: gcc should have picked them up but it did not.
christos
2012-03-13
PR/45989: Martin Husemann: lint invocation does include -w only on i386
christos
2012-02-16
Add _dlauxinfo helper function to provide access to the ELF auxilary
joerg
2011-06-25
PR/45015: ld.elf_so: support ELF symbol versioning
nonaka
2011-03-12
Avoid a dependency issue between pthread TLS by using simple atomic
joerg
2011-03-07
Pass down ELF Auxillary Vectors for static NetBSD binaries too.
joerg
2010-10-16
Implement dl_iterate_phdr.
skrll
2010-07-06
remove almost all the ability to build netbsd with an a.out target.
mrg
2009-09-24
Add 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 __name
thorpej
2003-08-12
Resolve dlsym(3) and friends directly so that dlsym(RTLD_NEXT,...) works.
skrll
2003-07-26
netbsd.org->NetBSD.org
salo
2002-08-19
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc).
lukem
2002-07-20
don't test PIC here.
yamt
2000-07-06
remove extra semi's
christos
2000-06-14
sweep of my licenses (userland files w/o only my copyright) for
cgd
2000-06-14
fix up NetBSD RCS Ids to match the standard, and the leading comment as
cgd
2000-04-02
Move dl* function definitions to libc on ELF.
minoura