summaryrefslogtreecommitdiff
path: root/sys/amd64/linux/linux.h
AgeCommit message (Expand)Author
2023-10-04linux(4): Deduplicate SystemV IPC defines from amd64/linuxDmitry Chagin
2023-08-16sys: Remove $FreeBSD$: two-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-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
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-04-22linux(4): Deduplicate linux_copyout_auxargs()Dmitry Chagin
2023-03-04linux(4): Drop unncessary struct l_ifconf declaration from amd64/linuxDmitry 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): Rework the definition of struct siginfo to match Linux actual oneDmitry Chagin
2022-05-15linux(4): Move sigframe definitions to separate headersDmitry Chagin
2022-05-15linux(4): Cleanup signal trampolinesDmitry Chagin
2021-11-09linux: Replace ifdefs in ptrace with per-architecture callbacksEdward Tomasz Napierala
2021-10-30linux: make PTRACE_SETREGS use a correct structEdward Tomasz Napierala
2021-10-23linux: Constify bsd_to_linux_regset()Edward Tomasz Napierala
2021-07-20Drop "All rights reserved" from my copyright statements.Dmitry Chagin
2021-06-22linux(4): Rework Linux ppoll system call.Dmitry Chagin
2021-05-31linux(4); Retire unnecessary __packed attribute from some struct'sDmitry Chagin
2021-05-21linux: refactor bsd_to_linux_regset() out of linux_ptrace.cEdward Tomasz Napierala
2021-05-06linux(4): make arch_prctl(2) support GET_CET_STATUS, report unknown codesEdward Tomasz Napierala
2021-04-13linux: adjust ordering of Linux auxv and add dummy AT_HWCAP2Edward 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-15linuxulator: do not include legacy syscalls on arm64Ed Maste
2018-03-01Rationalize license text on Linuxolator filesEd Maste
2018-02-05Linuxolator whitespace cleanupEd Maste
2017-05-28In r246085 some bits that are MI movied out into headers in compat/linux,Dmitry Chagin
2017-04-08Trying to be more compatible with Linux if.h definitions:Tai-hwa Liang
2017-03-18To reduce code duplication move socket defines to the MI path.Dmitry Chagin
2017-03-07Reduce code duplication between MD Linux code by moving SYSV IPC 64-bitDmitry Chagin
2016-07-10Fix a copy/paste bug introduced during X86_64 Linuxulator work.Dmitry Chagin
2016-03-27Revert r297310 as the SOL_XXX are equal to the IPPROTO_XX except SOL_SOCKET.Dmitry Chagin
2016-03-27iConvert Linux SOL_IPV6 level.Dmitry Chagin
2016-01-23Fix a typo.Dmitry Chagin
2015-05-24Reduce duplication between MD Linux code by moving msg relatedDmitry Chagin
2015-05-24Rework signal code to allow using it by other modules, like linprocfs:Dmitry Chagin
2015-05-24According to Linux man sigaltstack(3) shall return EINVAL if the ssDmitry Chagin
2015-05-24Put the correct value for the abi_nfdbits parameter of kern_select() forDmitry Chagin
2015-05-24To avoid code duplication move open/fcntl definitions to the MIDmitry Chagin
2015-05-24Add AT_RANDOM and AT_EXECFN auxiliary vector entries which are used byDmitry Chagin
2015-05-24Add preliminary support for x86-64 Linux binaries.Dmitry Chagin