aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux/linux.h
Commit message (Expand)AuthorAgeFilesLines
* linux(4): Deduplicate mmap2Dmitry Chagin2023-09-051-0/+2
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* linux(4): Add elf_hwcap2 to x86Dmitry Chagin2023-07-281-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* linux(4): Make struct stat64 to match Linux actual oneDmitry Chagin2023-04-281-6/+5
* 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-4/+2
* linux(4): Rename obsolete old struct l_stat to struct l_old_statDmitry Chagin2023-04-281-1/+2
* linux(4): Fix LINUX_AT_COUNT commentsDmitry Chagin2023-04-221-1/+1
* linux(4): Deduplicate linux_copyout_auxargs()Dmitry Chagin2023-04-221-1/+1
* linux(4): Reduce code duplication between MD filesDmitry Chagin2023-03-041-33/+0
* linux(4): Add coredump support to i386.Dmitry Chagin2023-02-021-0/+28
* linux(4): Deduplicate MI futex structures.Dmitry Chagin2023-02-011-11/+0
* linux(4): Reduce duplication between MD parts of the LinuxulatorDmitry Chagin2022-05-301-5/+0
* linux(4): Handle 64-bit SO_TIMESTAMP for 32-bit binariesDmitry Chagin2022-05-281-0/+5
* linux(4): Rework the definition of struct siginfo to match Linux actual oneDmitry Chagin2022-05-151-68/+2
* linux(4): Move sigframe definitions to separate headersDmitry Chagin2022-05-151-92/+0
* linux(4): Cleanup signal trampolinesDmitry Chagin2022-05-151-4/+0
* linux: implement sigaltstack(2) on arm64Edward Tomasz Napierala2021-07-271-1/+1
* linux(4); Almost complete the vDSO.Dmitry Chagin2021-07-201-3/+0
* linux(4): Retire a now unused include.Dmitry Chagin2021-06-221-1/+0
* linux(4): Rework Linux ppoll system call.Dmitry Chagin2021-06-221-21/+0
* linux(4): add struct timespec64 definition and conversion routine forDmitry Chagin2021-06-071-0/+7
* linux(4); Retire unnecessary __packed attribute from some struct'sDmitry Chagin2021-05-311-1/+1
* i386: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Centralize compatability translation macros.Brooks Davis2020-04-141-8/+1
* 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
* Update syscall.master to 5.0.Dmitry Chagin2019-03-241-3/+3
* linuxulator: do not include legacy syscalls on arm64Ed Maste2018-06-151-0/+2
* Rationalize license text on Linuxolator filesEd Maste2018-03-201-16/+13
* Rename linuxulator functions with linux_ prefixEd Maste2018-03-191-1/+1
* Linuxolator whitespace cleanupEd Maste2018-02-051-16/+16
* sys/i386: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* 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-31/+0
* Reduce code duplication between MD Linux code by moving SYSV IPC 64-bitDmitry Chagin2017-03-071-10/+0
* Fix linux_fstatfs() to return proper value for f_frsize. Without it,Edward Tomasz Napierala2017-02-251-1/+3
* 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
* 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-52/+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-36/+1
* Add AT_RANDOM and AT_EXECFN auxiliary vector entries which are used byDmitry Chagin2015-05-241-1/+1
* Introduce a new module linux_common.ko which is intended for theDmitry Chagin2015-05-241-4/+0
* x86_64 Linux do not use multiplexing on ipc system calls.Dmitry Chagin2015-05-241-0/+10
* Eliminate a now unused global declaration of elf_linux_sysvec.Dmitry Chagin2015-05-241-1/+0