summaryrefslogtreecommitdiff
path: root/sys/amd64/linux32/linux.h
AgeCommit message (Expand)Author
2023-09-05linux(4): Deduplicate mmap2Dmitry Chagin
2023-08-20linux(4): Replace linux32_copyiniov by freebsd32_copyiniovDmitry Chagin
2023-08-20linux(4): Replace linux32_copyinuio by freebsd32_copyinuioDmitry 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-04-28linux(4): Make struct stat64 to match Linux actual oneDmitry 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-28linux(4): Rename obsolete old struct l_stat to struct l_old_statDmitry 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): 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-28linux(4): Handle 64-bit SO_TIMESTAMP for 32-bit binariesDmitry 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
2022-03-31linux(4): Add compat.linux32.emulate_i386 knob.Dmitry Chagin
2021-10-23linux: Constify bsd_to_linux_regset()Edward Tomasz Napierala
2021-06-25linux(4): Make vDSO defines private.Dmitry Chagin
2021-06-22linux(4): Rework Linux ppoll system call.Dmitry Chagin
2021-06-07linux(4): add struct timespec64 definition and conversion routine forDmitry 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-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-19Rename linuxulator functions with linux_ prefixEd Maste
2018-02-05Linuxolator whitespace cleanupEd Maste
2017-11-27sys/amd64: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
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
2017-02-25Fix linux_fstatfs() to return proper value for f_frsize. Without it,Edward Tomasz Napierala
2017-02-24Add linux_preadv() and linux_pwritev() syscalls to Linuxulator.Mahdi Mokhtari
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
2015-10-29Fix build with DEBUG defined.John Baldwin
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