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
/
amd64
/
archdep.h
Age
Commit message (
Expand
)
Author
2023-11-18
crt0 uses a helper function in a MD src/libexec/ld.so .h file (rather than
Theo de Raadt
2022-01-17
Nothing depends on archdep.h pulling in other #includes anymore,
Philip Guenther
2021-11-14
Delete all the no-op RELOC_GOT() macros and their uses.
Philip Guenther
2019-10-23
Prefer the size-independent ELF identifiers over the size-specific ones.
Philip Guenther
2017-10-27
Use <elf.h> instead of <elf_abi.h>
Martin Pieuchot
2017-01-21
_dl_exit() is __dead, so it should return void.
Philip Guenther
2017-01-20
Delete ancient macros and unnecessary #includes
Philip Guenther
2017-01-09
Remove dependency on __got_{start,end} symbols and look at PT_GNU_RELRO
Mark Kettenis
2016-05-18
fix types for mmap wrappers. A few whitespace cleanups snuck in.
Theo de Raadt
2015-12-06
Simplify the relocation code for the ld.so bootstrap and static pie: track
Philip Guenther
2014-12-22
Introduce new csu0 variant for -static -pie binaries to use called
Kurt Miller
2014-01-19
Only i386 needs mquery; delete the static inlines from amd64 and hppa
Philip Guenther
2010-01-02
Fix handling of hppa RELOC_IPLT relocations during 'bootstrap relocation'.
Mark Kettenis
2004-05-24
Change define used to deal with PLT protection, use postive logic not negative.
Dale Rahn
2004-02-27
change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many
Theo de Raadt
2004-02-10
AMD64 dynamic linker. initial work by mickey finished up by myself.
Dale Rahn