aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux/linux.h
Commit message (Expand)AuthorAgeFilesLines
* 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