aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux/linux.h
Commit message (Expand)AuthorAgeFilesLines
* linux(4): Deduplicate SystemV IPC defines from amd64/linuxDmitry Chagin2023-10-041-28/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+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
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* 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-3/+3
* linux(4): Fix LINUX_AT_COUNT commentsDmitry Chagin2023-04-221-1/+4
* linux(4): Deduplicate linux_copyout_auxargs()Dmitry Chagin2023-04-221-1/+1
* linux(4): Drop unncessary struct l_ifconf declaration from amd64/linuxDmitry Chagin2023-03-041-11/+0
* 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): 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-65/+0
* linux(4): Cleanup signal trampolinesDmitry Chagin2022-05-151-1/+0
* linux: Replace ifdefs in ptrace with per-architecture callbacksEdward Tomasz Napierala2021-11-091-1/+5
* linux: make PTRACE_SETREGS use a correct structEdward Tomasz Napierala2021-10-301-0/+3
* linux: Constify bsd_to_linux_regset()Edward Tomasz Napierala2021-10-231-1/+1
* Drop "All rights reserved" from my copyright statements.Dmitry Chagin2021-07-201-1/+1
* linux(4): Rework Linux ppoll system call.Dmitry Chagin2021-06-221-21/+0
* linux(4); Retire unnecessary __packed attribute from some struct'sDmitry Chagin2021-05-311-2/+3
* linux: refactor bsd_to_linux_regset() out of linux_ptrace.cEdward Tomasz Napierala2021-05-211-0/+36
* linux(4): make arch_prctl(2) support GET_CET_STATUS, report unknown codesEdward Tomasz Napierala2021-05-061-0/+1
* linux: adjust ordering of Linux auxv and add dummy AT_HWCAP2Edward Tomasz Napierala2021-04-131-1/+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-9/+0
* In order to reduce duplication between MD parts of the LinuxulatorDmitry Chagin2019-05-031-8/+0
* linuxulator: do not include legacy syscalls on arm64Ed Maste2018-06-151-0/+2
* Rationalize license text on Linuxolator filesEd Maste2018-03-011-14/+14
* Linuxolator whitespace cleanupEd Maste2018-02-051-1/+1
* In r246085 some bits that are MI movied out into headers in compat/linux,Dmitry Chagin2017-05-281-22/+0
* Trying to be more compatible with Linux if.h definitions:Tai-hwa Liang2017-04-081-1/+2
* To reduce code duplication move socket defines to the MI path.Dmitry Chagin2017-03-181-44/+0
* Reduce code duplication between MD Linux code by moving SYSV IPC 64-bitDmitry Chagin2017-03-071-10/+2
* Fix a copy/paste bug introduced during X86_64 Linuxulator work.Dmitry Chagin2016-07-101-7/+0
* Revert r297310 as the SOL_XXX are equal to the IPPROTO_XX except SOL_SOCKET.Dmitry Chagin2016-03-271-1/+0
* iConvert Linux SOL_IPV6 level.Dmitry Chagin2016-03-271-0/+1
* Fix a typo.Dmitry Chagin2016-01-231-2/+2
* Reduce duplication between MD Linux code by moving msg relatedDmitry Chagin2015-05-241-16/+0
* Rework signal code to allow using it by other modules, like linprocfs:Dmitry Chagin2015-05-241-62/+1
* According to Linux man sigaltstack(3) shall return EINVAL if the ssDmitry Chagin2015-05-241-3/+0
* Put the correct value for the abi_nfdbits parameter of kern_select() forDmitry Chagin2015-05-241-0/+1
* To avoid code duplication move open/fcntl definitions to the MIDmitry Chagin2015-05-241-38/+0
* Add AT_RANDOM and AT_EXECFN auxiliary vector entries which are used byDmitry Chagin2015-05-241-1/+1
* Add preliminary support for x86-64 Linux binaries.Dmitry Chagin2015-05-241-0/+666