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
/
crt0.c
Age
Commit message (
Expand
)
Author
2023-07-27
Make _eprol (and _etext) hidden. Fixes "cc -pg" on arm64 where the
Mark Kettenis
2022-01-12
Lift the '#ifdef RCRT0' conditional out of boot*.h to crt0.c
Philip Guenther
2021-11-14
Split out the hppa and mips64 versions of boot.h similar to how I
Philip Guenther
2020-10-14
use symbolic SYS_exit instead of the value 1
Theo de Raadt
2019-05-10
ld.so boot cleanup support:
Philip Guenther
2019-05-08
Call _csu_finish() before {pre,}init_array functions so that in static
Philip Guenther
2019-01-09
Use static consistently with definitions of functions that have been
Visa Hankala
2018-12-21
Add support for {preinit,init,fini}_array sections in static binaries
Philip Guenther
2017-01-21
Pull in declarations for main() and __init() to make clang happy.
Philip Guenther
2017-01-19
MD_START is now always ___start, so expand and eliminate it
Philip Guenther
2016-09-26
Now that vax has been removed, nothing defined MD_NO_CLEANUP anymore.
Mark Kettenis
2016-05-07
Declare moncontrol(3) APIs in <sys/gmon.h>
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-27
Only include "boot.h" if MD_RCRT0_START is defined. Should fix build on vax.
Mark Kettenis
2014-12-22
Introduce new csu0 variant for -static -pie binaries to use called
Kurt Miller
2013-12-12
Fix static linking of libpthread: have crt0 invoke __init_tcb() if it's
Philip Guenther
2013-12-03
Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros in
Philip Guenther