summaryrefslogtreecommitdiff
path: root/sys/arm64/linux/linux.h
Commit message (Expand)AuthorAgeFilesLines
* linux(4): Fix leftovers after 2ff63af9Dmitry Chagin2023-08-171-2/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* linux(4): Make ptrace_pokeusr machine dependentDmitry Chagin2023-05-181-0/+2
* linux(4): Make ptrace_peekusr machine dependendDmitry Chagin2023-05-181-0/+2
* linux(4): Move dev_t type declaration under /compat/linuxDmitry Chagin2023-04-281-1/+0
* linux(4): Make struct newstat to match actual Linux oneDmitry Chagin2023-04-281-2/+2
* linux(4): Fix LINUX_AT_COUNT commentsDmitry Chagin2023-04-221-1/+4
* linux(4): Reduce code duplication between MD filesDmitry Chagin2023-03-041-34/+0
* linux(4): Deduplicate MI futex structures.Dmitry Chagin2023-02-011-11/+0
* linux(4): To reuse MD linux.h hide kernel dependencies unde _KERNEL constraintDmitry Chagin2022-06-221-0/+2
* linux(4): Reduce duplication between MD parts of the LinuxulatorDmitry Chagin2022-05-301-5/+0
* linux(4): Add AT_MINSIGSTKSZ to arm64 portDmitry Chagin2022-05-151-4/+1
* linux(4): Implement signal trampoline for arm64 in a FreeBSD-wayDmitry Chagin2022-05-151-1/+1
* linux(4): Rework the definition of struct siginfo to match Linux actual oneDmitry Chagin2022-05-151-69/+2
* linux(4): Move sigframe definitions to separate headersDmitry Chagin2022-05-151-10/+0
* linux: Replace ifdefs in ptrace with per-architecture callbacksEdward Tomasz Napierala2021-11-091-0/+5
* linux: Implement linux_to_bsd_regset() on arm64Edward Tomasz Napierala2021-11-061-0/+2
* linux: Constify bsd_to_linux_regset()Edward Tomasz Napierala2021-10-231-1/+1
* linux(4): Plug in aarch64 fcntl flags.Dmitry Chagin2021-08-121-0/+5
* linux: implement signal delivery on arm64Edward Tomasz Napierala2021-07-251-0/+10
* Drop "All rights reserved" from my copyright statements.Dmitry Chagin2021-07-201-1/+1
* linux(4): implement coredumps on arm64Edward Tomasz Napierala2021-07-031-0/+12
* linux(4); Retire unnecessary __packed attribute from some struct'sDmitry Chagin2021-05-311-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