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
/
amd64
/
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
2023-04-25
Add missing endbr64 instructions as required. Verified as neccessary with
Theo de Raadt
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
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
Introduce new csu0 variant for -static -pie binaries to use called
Kurt Miller
2013-12-03
Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros in
Philip Guenther
2011-03-30
Make sure everything run from .init and .fini sections gets a properly aligned
Mark Kettenis
2004-01-28
things for amd64; from art@
Michael Shalayeff