tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
lib
/
libc
/
arch
/
aarch64
/
sys
/
at
jcs
9 files
Ovfork.S
Add retguard macros for arm64 asm and apply them in the straightforward cases in kernel and libc. ok deraadt@
7 years ago
brk.S
_C_LABEL() and _ASM_LABEL() are no longer useful in the "everything is ELF" world. Eliminate use of them in amd64, arm64, armv7, i386, macppc, mips64, and sparc64 code.
3 years ago
cerror.S
Add retguard macros for arm64 asm and apply them in the straightforward cases in kernel and libc. ok deraadt@
7 years ago
sbrk.S
_C_LABEL() and _ASM_LABEL() are no longer useful in the "everything is ELF" world. Eliminate use of them in amd64, arm64, armv7, i386, macppc, mips64, and sparc64 code.
3 years ago
sigpending.S
sigpending(2) will never fail. Optimize the syscall stub accordingly like we do on other architectures.
5 years ago
sigprocmask.S
Add retguard macros for arm64 asm and apply them in the straightforward cases in kernel and libc. ok deraadt@
7 years ago
sigsuspend.S
Add retguard macros for arm64 asm and apply them in the straightforward cases in kernel and libc. ok deraadt@
7 years ago
syscall.S
Add support for AArch64.
9 years ago
tfork_thread.S
Use the correct instruction to clear the frame pointer.
3 years ago