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
/
sparc64
Age
Commit message (
Expand
)
Author
2001-09-27
Local symbols don't need to have a name. Don't barf on them.
Artur Grabowski
2001-09-26
Some juggling to simplify the code and some missing code.
Artur Grabowski
2001-09-26
Lazy binding. Parts from NetBSD.
Artur Grabowski
2001-09-26
Implement COPY relocations.
Artur Grabowski
2001-09-26
Code for PLT relocations. From NetBSD.
Artur Grabowski
2001-09-25
Duh! if we go through the hassle of looking up a symbol it might
Artur Grabowski
2001-09-25
Borrow a big chunk of code from the NetBSD ld.elf_so to do all the
Artur Grabowski
2001-09-25
Do mmap the right way.
Artur Grabowski
2001-09-25
Another attempt at getting this right. This time, play safe.
Artur Grabowski
2001-09-24
Some cleanup.
Artur Grabowski
2001-09-24
Get the bootstrapping right.
Artur Grabowski
2001-09-24
Proper RELOC_RELA for bootstrap.
Artur Grabowski
2001-09-24
dl_data is at the start of the stack, not after env. load loff.
Artur Grabowski
2001-09-23
add munmap syscall
Dale Rahn
2001-09-21
partially done... committing so other folks don't have to repeat some of the ...
Jason Wright
2001-09-21
Stolen from alpha.
Jason Wright
2001-09-21
first whack at ldasm.S... this will not work yet (partially based on NetBSD,
Jason Wright