index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libexec
/
ld.so
/
library_mquery.c
Age
Commit message (
Expand
)
Author
2003-09-02
Fix PR 3371, symbol lookup in dlopen()ed objects is not correct. Correct
Dale Rahn
2003-07-18
Fix print if minor of library used is is less than requested. ok tdeval@
Dale Rahn
2003-07-06
various proto, ansi, and knf repair. tested on all architectures that
Theo de Raadt
2003-07-02
Correct library search algorithm, wrt versioned objects
Niklas Hallqvist
2003-06-22
Dynamic linking random order fixes. This enables random library ordering.
Dale Rahn
2003-06-09
pefo 3/4 licence cleanups
Theo de Raadt
2003-05-30
When loading a shared object or libraries dependant object, load them
Dale Rahn
2003-04-28
Change mquery() function call signature to be the same a mmap(). It
Dale Rahn
2003-04-25
backout mquery change, something broke when not combined with a different diff.
Dale Rahn
2003-04-25
change mquery() function call signature to be the same a mmap(). It
Dale Rahn
2003-04-21
Fix the load_size which is used by ldd to print end address.
Dale Rahn
2003-04-18
Adjusting the start is wrong. The value returned by mquery() should be used
Dale Rahn
2003-04-17
mquery support, currently for i386 only.
Dale Rahn