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.c
Age
Commit message (
Expand
)
Author
2003-05-30
When loading a shared object or libraries dependant object, load them
Dale Rahn
2003-02-02
knf & ansi; drahn ok
Theo de Raadt
2003-01-30
Change the constructor execution order to initialize dependant libraries
Dale Rahn
2002-12-13
Compare to ELFMAG byte by byte rather than using full fledged function.
Dale Rahn
2002-11-17
Terminate printed strings with newlines.
Dale Rahn
2002-08-08
There was a possible off-by-one in ld.so when loading shared libraries.
Artur Grabowski
2002-07-24
ok i found it
Theo de Raadt
2002-07-24
back out broken stuff until it is fixed
Theo de Raadt
2002-07-24
spacing
Theo de Raadt
2002-07-24
cope with _dl_mmap() returning void *
Theo de Raadt
2002-07-23
match _dl_ syscall prototypes w/ the real syscalls prototypes, including args...
Michael Shalayeff
2002-07-12
Change ld.so search order/method to match the a.out ld.so.
Dale Rahn
2002-06-05
Get rid of an unnecessary typedef (for future cleanup).
Artur Grabowski
2002-05-28
more KNF
Theo de Raadt
2002-05-24
Change _dl_strcpy() to _dl_strlcpy(), implementation taken from libc.
Dale Rahn
2002-05-24
more KNF
Theo de Raadt
2002-05-24
various KNF
Theo de Raadt
2001-09-22
Do not check for ':' twice, otherwise the rpath loses the first character
Dale Rahn
2001-08-21
Fix up comment to indicate order that libraries in which the
Dale Rahn
2001-08-06
Change the priority of LD_LIBRARY_PATH, -rpath, and ldconfig path
Dale Rahn
2001-05-31
random indentation fixes (needs much more work).
Artur Grabowski
2001-05-11
MAP_COPY -> MAP_PRIVATE
Artur Grabowski
2001-04-02
Cleanup for 64bit support.
Dale Rahn
2001-03-30
Add infrastructure to allow mapping of text sections which are normally
Dale Rahn
2001-02-16
Now that powerpc is using UVM, this shared library hack is no longer necessary.
Dale Rahn
2000-10-06
Work around a shared library/pmap bug on the powerpc arch. Somehow
Dale S. Rahn
2000-06-13
Initial import of ELF ld.so. This was written indepently of the gnu rtld
Dale S. Rahn