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
/
csu
/
common_elf
/
common.h
Age
Commit message (
Expand
)
Author
2012-03-21
Use __UNCONST to unconst a ""
matt
2011-03-07
Pass down ELF Auxillary Vectors for static NetBSD binaries too.
joerg
2011-02-22
Introduce __weakref_visible to handle the different required visibility
joerg
2009-12-14
Merge from matt-nb5-mips64
matt
2006-05-18
change __weak_extern to __weak_reference so that gcc4 works.
christos
2006-05-17
Mark _DYNAMIC to have attribute __weakref__, so that gcc-4 does not optimize
christos
2004-08-26
Use ANSI function decls.
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
2000-07-03
__syscall takes a quad_t as its first argument, not an int.
matt
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-02-07
add hooks to support the dladdr function.
scottb
1999-08-19
Namespace cleanup: move runtime linker interface into implementation namespace
kleink
1999-05-02
Use __weak_extern() instead of an asm statement.
kleink
1999-03-20
Collect the top parts of the ELF crt0.c files into a common header, and
thorpej