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
/
i386
/
md_init.h
Age
Commit message (
Expand
)
Author
2023-04-25
placing .align after the function start is crazy. other things are ensuring
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-08-07
Teach i386 to pass &_DYNAMIC to _dl_boot_bind()
Philip Guenther
2016-03-20
Rearrange C runtime bits: now that ld.so exports environ and __progname,
Philip Guenther
2015-09-01
In static binaries, invoke kbind() once to disable it.
Philip Guenther
2014-12-22
Self-relocation code for i386.
Kurt Miller
2013-12-03
Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros in
Philip Guenther
2012-12-23
Explicitly align the stack on a 16-byte boundary such that constructors can
Mark Kettenis
2011-03-31
Make sure everything run from .init and .fini sections gets a properly aligned
Mark Kettenis
2004-01-08
__init/__fini handling on ELF has not been correct. It is supposed to
Dale Rahn