index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libexec
/
ld.elf_so
/
arch
Age
Commit message (
Expand
)
Author
1999-11-07
Make this more likely to compile with ld.elf_so changes. (But this is
mycroft
1999-11-07
Make this more likely to compile with ld.elf_so changes. (But this is
mycroft
1999-11-07
More fallout.
mycroft
1999-11-07
Fix fallout from MD ld.elf_so changes.
mycroft
1999-10-28
Revert to rev. 1.4. This file didn't need to change.
tsubai
1999-10-25
Update to match new SVR4-style definition names in <sys/exec_elf.h>.
kleink
1999-10-18
Make __SVR4_ABI__ optional.
itohy
1999-08-23
Bump text alignments to 4 bytes.
kleink
1999-08-21
Initial VAX ELF32 support (mostly untested). It's checked primarily for
matt
1999-06-22
We need to compile with -DVARPSZ, because the sparc has a variable page
christos
1999-06-07
This should use MACHINE_ARCH and test on "mipseb" instead of MACHINE and
castor
1999-05-21
syncicache is needed...
tsubai
1999-04-29
Add m68k code.
kleink
1999-04-19
Simplify _rtld_start() a little, and shave some cycles. Spefically, there's
thorpej
1999-04-18
Tidy this up a little.
thorpej
1999-04-18
Add code to use the kernel provided page size.
ws
1999-04-17
Modify syncicache on PowerPC from an inline to a real function.
ws
1999-04-16
Remove the ld.so link for ld.elf_so - the compat13 package takes care
simonb
1999-03-28
Don't include <machine/regdef.h>.
simonb
1999-03-05
Make this compile.
tsubai
1999-03-01
fix rdbg macro args.
christos
1999-03-01
KNF
christos
1999-03-01
- Use c style comments.
christos
1999-03-01
Make mkdep succeed (use matching quotes in comment).
kim
1999-02-27
* Make changing the PLT slot entry (lazy function binding) thread-safe.
pk
1999-02-27
Add comment on the necessity of having to look at implicit memory addends
pk
1999-02-27
Introduce pre-preocessor symbol RTLD_INHIBIT_COPY_RELOCS.
pk
1999-02-27
Target bitmask for RELOC_RELATIVE should be a full word.
pk
1999-02-26
Relative relocations should use addend.
christos
1999-02-26
Take care of `load address relative' relocations.
pk
1999-02-26
Implement rtld_bind() stub.
pk
1999-02-24
Cleanup global variable access so rtld can be self relocating. Also KNF
christos
1999-02-24
Work in progress (does not work yet).
christos
1999-02-19
Remove unneeded args for rtld (kleink)
christos
1999-02-12
Be consistant about the .rtld_start and _rtld_start
christos
1999-01-18
Avoid confusing various C preprocessors by avoiding # [0-9]
castor
1999-01-16
PR/6824: Erik Bertelsen: Missed arch directory in recent move.
christos
1999-01-10
Add i386 bits. Only works with -fpic or -fPIC compiled binaries since
christos
1998-11-24
Add powerpc support.
tsubai
1998-05-11
${DESTDIR} isn't needed - which isn't what the example in
mhitch
1998-04-09
Oops - when assembled with PIC, the jal gets expanded, so what used to be
mhitch
1998-03-26
Make this work with objdirs.
thorpej
1998-03-25
Add support for mips.
mhitch
1997-10-22
use CPPFLAGS instead of CFLAGS
lukem
1996-12-16
First cut at an ELF shared loader. Originally from John Polstra's FreeBSD elf
cgd