summaryrefslogtreecommitdiff
path: root/sys/i386/linux/linux.h
AgeCommit message (Expand)Author
2023-09-05linux(4): Deduplicate mmap2Dmitry Chagin
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-07-28linux(4): Add elf_hwcap2 to x86Dmitry Chagin
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
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-02linux(4): Add coredump support to i386.Dmitry Chagin
2023-02-01linux(4): Deduplicate MI futex structures.Dmitry 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
2021-07-27linux: implement sigaltstack(2) on arm64Edward Tomasz Napierala
2021-07-20linux(4); Almost complete the vDSO.Dmitry Chagin
2021-06-22linux(4): Retire a now unused include.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
2020-09-01i386: clean up empty lines in .c and .h filesMateusz Guzik
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
2019-03-24Update syscall.master to 5.0.Dmitry Chagin
2018-06-15linuxulator: do not include legacy syscalls on arm64Ed Maste
2018-03-20Rationalize license text on Linuxolator filesEd Maste
2018-03-19Rename linuxulator functions with linux_ prefixEd Maste
2018-02-05Linuxolator whitespace cleanupEd Maste
2017-11-27sys/i386: 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
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-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-24Introduce a new module linux_common.ko which is intended for theDmitry Chagin
2015-05-24x86_64 Linux do not use multiplexing on ipc system calls.Dmitry Chagin
2015-05-24Eliminate a now unused global declaration of elf_linux_sysvec.Dmitry Chagin