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
/
lib
/
csu
/
powerpc
/
md_init.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
2020-10-15
crt0 MD _dl_exit() performs syscall to SYS_exit directly, but then
Theo de Raadt
2020-10-14
use symbolic SYS_exit instead of the value 1
Theo de Raadt
2017-08-11
_dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stub
Philip Guenther
2016-03-20
Rearrange C runtime bits: now that ld.so exports environ and __progname,
Philip Guenther
2015-09-19
We don't need to calculate the load offset. This also means we don't need
Mark Kettenis
2015-09-09
Fetch the _GLOBAL)OFFSET_TABLE_ and _DYNAMIC pointers in a way that's
Mark Kettenis
2015-09-09
Now that ld(1) will generate a read-only GOT for truly static binaries, we
Mark Kettenis
2015-09-01
In static binaries, invoke kbind() once to disable it.
Philip Guenther
2014-12-26
Self-relocation code for powerpc.
Kurt Miller
2013-12-03
Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros in
Philip Guenther
2004-01-08
__init/__fini handling on ELF has not been correct. It is supposed to
Dale Rahn