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.c
Age
Commit message (
Expand
)
Author
2005-12-24
bare asm -> __asm
perry
2004-08-26
_strrchr()'s second argument is actually an int.
thorpej
2004-08-26
Use ANSI function decls.
thorpej
2003-11-28
The x86_64 assembler seems to get it wrong when assembling
fvdl
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-16
remove initialization of mainprog_obj from here; it is too late for .ini
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
2000-02-08
change first argument of dladdr to const.
scottb
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-19
Declare dlerror()'s return value __aconst.
kleink
1999-05-19
When calling dlerror() in a non-dynamically linked executable, return a pointer
kleink
1999-03-19
Put a good chunk of code common to all ELF crt0.c files into a common
thorpej