aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/linux/linux.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-231-1/+0
* linux(4): Make ptrace_pokeusr machine dependentDmitry Chagin2023-06-291-0/+2
* linux(4): Make ptrace_peekusr machine dependendDmitry Chagin2023-06-291-0/+2
* linux(4): Move dev_t type declaration under /compat/linuxDmitry Chagin2023-06-291-1/+0
* linux(4): Make struct newstat to match actual Linux oneDmitry Chagin2023-06-291-2/+2
* linux(4): Fix LINUX_AT_COUNT commentsDmitry Chagin2023-06-291-1/+4
* linux(4): Deduplicate MI futex structures.Dmitry Chagin2023-02-091-11/+0
* linux(4): To reuse MD linux.h hide kernel dependencies unde _KERNEL constraintDmitry Chagin2022-07-061-0/+2
* linux(4): Reduce duplication between MD parts of the LinuxulatorDmitry Chagin2022-06-171-5/+0
* linux(4): Add AT_MINSIGSTKSZ to arm64 portDmitry Chagin2022-06-171-4/+1
* linux(4): Implement signal trampoline for arm64 in a FreeBSD-wayDmitry Chagin2022-06-171-1/+1
* linux(4): Rework the definition of struct siginfo to match Linux actual oneDmitry Chagin2022-06-171-69/+2
* linux(4): Move sigframe definitions to separate headersDmitry Chagin2022-06-171-10/+0
* linux: Replace ifdefs in ptrace with per-architecture callbacksEdward Tomasz Napierala2022-06-171-0/+5
* linux: Implement linux_to_bsd_regset() on arm64Edward Tomasz Napierala2022-06-171-0/+2
* linux: Constify bsd_to_linux_regset()Edward Tomasz Napierala2022-06-171-1/+1
* linux(4): Plug in aarch64 fcntl flags.Dmitry Chagin2022-06-171-0/+5
* linux: implement signal delivery on arm64Edward Tomasz Napierala2022-06-171-0/+10
* Drop "All rights reserved" from my copyright statements.Dmitry Chagin2022-06-171-1/+1
* linux(4): implement coredumps on arm64Edward Tomasz Napierala2022-06-171-0/+12
* linux(4); Retire unnecessary __packed attribute from some struct'sDmitry Chagin2022-06-171-2/+3
* arm64: fix struct l_sigaction_t layoutMitchell Horne2020-12-081-1/+1
* Add proper types for linux message queue syscalls; mostly takenEdward Tomasz Napierala2020-06-271-0/+1
* Centralize compatability translation macros.Brooks Davis2020-04-141-8/+2
* Linuxulator depends on a fundamental kernel settings such as SMP. ManyDmitry Chagin2019-05-131-8/+0
* In order to reduce duplication between MD parts of the LinuxulatorDmitry Chagin2019-05-031-8/+0
* arm64: add arm64 linux.h based on i386 linuxulator and Linux headersEd Maste2018-06-151-0/+321