summaryrefslogtreecommitdiff
path: root/sys/arm64/linux/linux.h
AgeCommit message (Expand)Author
2025-06-24arm64: Add AT_HWCAP3 and AT_HWCAP4 supportAndrew Turner
2023-08-17linux(4): Fix leftovers after 2ff63af9Dmitry Chagin
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-05-18linux(4): Make ptrace_pokeusr machine dependentDmitry Chagin
2023-05-18linux(4): Make ptrace_peekusr machine dependendDmitry Chagin
2023-04-28linux(4): Move dev_t type declaration under /compat/linuxDmitry Chagin
2023-04-28linux(4): Make struct newstat to match actual Linux oneDmitry Chagin
2023-04-22linux(4): Fix LINUX_AT_COUNT commentsDmitry Chagin
2023-03-04linux(4): Reduce code duplication between MD filesDmitry Chagin
2023-02-01linux(4): Deduplicate MI futex structures.Dmitry Chagin
2022-06-22linux(4): To reuse MD linux.h hide kernel dependencies unde _KERNEL constraintDmitry Chagin
2022-05-30linux(4): Reduce duplication between MD parts of the LinuxulatorDmitry Chagin
2022-05-15linux(4): Add AT_MINSIGSTKSZ to arm64 portDmitry Chagin
2022-05-15linux(4): Implement signal trampoline for arm64 in a FreeBSD-wayDmitry Chagin
2022-05-15linux(4): Rework the definition of struct siginfo to match Linux actual oneDmitry Chagin
2022-05-15linux(4): Move sigframe definitions to separate headersDmitry Chagin
2021-11-09linux: Replace ifdefs in ptrace with per-architecture callbacksEdward Tomasz Napierala
2021-11-06linux: Implement linux_to_bsd_regset() on arm64Edward Tomasz Napierala
2021-10-23linux: Constify bsd_to_linux_regset()Edward Tomasz Napierala
2021-08-12linux(4): Plug in aarch64 fcntl flags.Dmitry Chagin
2021-07-25linux: implement signal delivery on arm64Edward Tomasz Napierala
2021-07-20Drop "All rights reserved" from my copyright statements.Dmitry Chagin
2021-07-03linux(4): implement coredumps on arm64Edward Tomasz Napierala
2021-05-31linux(4); Retire unnecessary __packed attribute from some struct'sDmitry Chagin
2020-12-08arm64: fix struct l_sigaction_t layoutMitchell Horne
2020-06-27Add proper types for linux message queue syscalls; mostly takenEdward Tomasz Napierala
2020-04-14Centralize compatability translation macros.Brooks Davis
2019-05-13Linuxulator depends on a fundamental kernel settings such as SMP. ManyDmitry Chagin
2019-05-03In order to reduce duplication between MD parts of the LinuxulatorDmitry Chagin
2018-06-15arm64: add arm64 linux.h based on i386 linuxulator and Linux headersEd Maste