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
/
m88k
Age
Commit message (
Expand
)
Author
2013-06-13
Appease LLVM warning..
Brad Smith
2013-06-09
Constify the mib argument of sysctl().
Miod Vallat
2013-06-01
Make all the syscall prototypes consistent with their real forms for types,
Philip Guenther
2013-06-01
Introduce ltrace(1). This tool works with ld.so to inject utrace record for
Miod Vallat
2013-05-17
Try and support the non-PIC TEXTREL relocations which may creep in binaries
Miod Vallat
2013-05-08
Implement symbol caching and RELACOUNT/RELCOUNT optimizations.
Philip Guenther
2013-04-20
Prefer the processor-specific _DYNAMIC[] tags value to find out the boundaries
Miod Vallat
2013-04-05
- Add ORIGIN, OSNAME, OSREL and PLATFORM substitution support for rpaths.
Kurt Miller
2013-01-26
Make sure to flush I$ over the plt in case of non-lazy relocation as well.
Miod Vallat
2013-01-26
Forgot to remove one line in 1.2, in turn caused div() from libc to fail if
Miod Vallat
2013-01-23
Cache flush .plt after updating its pointers to .got during the initial
Miod Vallat
2013-01-21
Use jmp, not jsr, to jump through registers. Doh!
Miod Vallat
2013-01-20
A first cut at ld.so bits for m88k. Lazy binding is currently disabled as it
Miod Vallat