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
/
aarch64
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-03-31
Add "bti c" where needed for BTI control flow integrety checks.
Mark Kettenis
2020-10-19
replace ad-hoc illegal instruction with the architecturally defined one
Christian Weisgerber
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
2020-02-18
Now that the kernel skips the two instructions immediately following
Mark Kettenis
2020-01-26
Insert two nop instructions after each svc #0 instruction in userland.
Mark Kettenis
2018-07-24
Fix address calculation for _DYNAMIC. We want to address of _DYNAMIC itself,
Mark Kettenis
2017-08-11
_dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stub
Philip Guenther
2017-02-26
Our certbegin/certend is always PIC, so remove the non-PIC MD_SECT_CALL_FUNC()
Mark Kettenis
2017-01-24
Fix passing &_DYNAMIC to _dl_boot_bind; makes -static -pie work.
Mark Kettenis
2017-01-11
Add support for AArch64.
Patrick Wildt