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
/
loader.c
Age
Commit message (
Expand
)
Author
2001-09-26
'loff' shouldn't be const (at least not on sparc64)
Jason Wright
2001-09-25
Zero out dl_data before populating it.
Artur Grabowski
2001-09-24
Some voodoo for bootstrapping sparc64.
Artur Grabowski
2001-09-24
API change between asm code and _dl_boot_bind(). Simply and
Dale Rahn
2001-09-22
Upon futher contemplation, the notion of unmaphints is just wrong.
Dale Rahn
2001-09-15
Some cleanup in loader.c, initialize the symbol pointer with NULL,
Dale Rahn
2001-06-13
Don't do plt relocations here, move that to md code that might choose
Artur Grabowski
2001-06-06
Replace all 'if (_dl_debug) _dl_printf(...)' with a macro.
Artur Grabowski
2001-06-06
more cleanup
Artur Grabowski
2001-06-06
Cleanup.
Artur Grabowski
2001-06-01
- Allocate space for the finishing NUL in the name of ld.so.
Artur Grabowski
2001-05-31
If we can't find atexit (because we linked against libc.a),
Artur Grabowski
2001-05-31
alpha needs JMPREL relocations.
Artur Grabowski
2001-05-28
Commonize csu code for elf systems, powerpc now no longer has it's own
Dale Rahn
2001-05-14
Commit initial alpha bits, to facilitate in-tree dev.
Niklas Hallqvist
2001-05-12
MAP_COPY -> MAP_PRIVATE
Artur Grabowski
2001-04-02
Cleanup for 64bit support.
Dale Rahn
2001-02-03
Previously only powerpc used the DT_INIT field to find the ctors/init
Dale Rahn
2001-01-23
fix includes
Theo de Raadt
2000-10-13
Clean up static constructor/destructor discovery and calling. Instead
Dale Rahn
2000-09-17
activate ldd, and indent some ld.so messages to make it easier to see what is...
Theo de Raadt
2000-09-11
ldd compatibility (if we had ldd for this ld.so)
Dale S. Rahn
2000-06-13
Initial import of ELF ld.so. This was written indepently of the gnu rtld
Dale S. Rahn