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
/
include
/
dlfcn.h
Age
Commit message (
Expand
)
Author
2003-07-01
Remove reference to dlinfo - it doesn't exist in NetBSD.
skrll
2003-05-30
Add RTLD_SELF, RTLD_NEXT, RTLD_DEFAULT, from FreeBSD
christos
2003-04-28
Add a new feature-test macro, _NETBSD_SOURCE. If this is defined
bjh21
2000-06-13
Remove 'extern' from function declarations.
simonb
2000-02-11
Const'ify dli_saddr in struct _dl_info.
thorpej
2000-02-08
change first argument of dladdr to const.
scottb
1999-05-19
Declare dlerror()'s return value __aconst.
kleink
1998-09-05
Assign my copyright to the TNF.
pk
1998-07-14
Change ld.so default behavior to RTLD_LOCAL, and make RTLD_LOCAL into a
tv
1998-05-12
Add dladdr() and `Dl_info' structure; interface cloned from Solaris 2.
pk
1998-05-06
Per XSH98, define the RTLD_LOCAL flag. In this implementation it's a NOP,
kleink
1998-03-25
Protect the dlctl() prototype and the DL_* macros against _XOPEN_SOURCE;
kleink
1998-03-15
Define RTLD_GLOBAL.
pk
1997-01-02
Add `const' to dlopen() & dlsym() protos, per PR#2453.
pk
1995-06-05
{BEGIN,END}DECLS
pk
1995-06-05
Put dlopen() et.al. declarations in separate header file for compatibility.
pk