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
/
boot.c
Age
Commit message (
Expand
)
Author
2017-01-09
Remove dependency on __got_{start,end} symbols and look at PT_GNU_RELRO
Mark Kettenis
2016-08-13
Passing in &_DYNAMIC appears to have stuck, so eliminate the extra
Philip Guenther
2016-08-09
Teach arm to pass &_DYNAMIC to _dl_boot_bind(); can optimize later in tree
Philip Guenther
2016-08-07
As with csu, alpha passes &_DYNAMIC to _reloc_alpha_got(), so just
Philip Guenther
2016-08-07
Teach i386 to pass &_DYNAMIC to _dl_boot_bind()
Philip Guenther
2016-08-07
Teach mips64 to pass &_DYNAMIC to _dl_boot_bind()
Philip Guenther
2016-08-07
hahahah: amd64 has been passing &_DYNAMIC to _dl_boot_bind() for
Philip Guenther
2016-08-07
Flip the #ifdef logic: amd64, arm, i386, and mips64 are the only archs
Philip Guenther
2016-07-15
Switch m88k to pass &_DYNAMIC to _dl_boot_bind()
Philip Guenther
2015-12-06
Simplify the relocation code for the ld.so bootstrap and static pie: track
Philip Guenther
2015-01-16
<sys/param.h> to <limits.h> conversion. Verified binaries
Theo de Raadt
2014-11-15
ELF files have moved up a level
Philip Guenther
2014-08-19
ld.so(1): Missing stack var initialization
Masao Uebayashi
2014-07-06
enable -Wall, explicitly call _dl_strsep, and zap some redundant includes
Otto Moerbeek
2014-02-16
Unbreak ld.so with ssp-strong/all on sparc64 and powerpc. With the
Martynas Venckus