aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Enabled rewritten PCID support by default.Konstantin Belousov2015-05-271-1/+1
* When I merged the lemul branch I missied kib@'s r282708 commit.Dmitry Chagin2015-05-251-9/+0
* Regen for r283492.Dmitry Chagin2015-05-2410-16/+40
* Implement Linux specific syncfs() system call.Dmitry Chagin2015-05-244-4/+2
* Regen for r283488.Dmitry Chagin2015-05-2410-20/+138
* Implement recvmmsg() and sendmmsg() system calls.Dmitry Chagin2015-05-244-8/+12
* Reduce duplication between MD Linux code by moving msg relatedDmitry Chagin2015-05-242-32/+0
* Regen for r283484.Dmitry Chagin2015-05-245-7/+7
* Implement epoll_pwait() system call.Dmitry Chagin2015-05-243-3/+1
* Regen for r283480.Dmitry Chagin2015-05-2410-16/+70
* Add utimensat() system call.Dmitry Chagin2015-05-244-4/+4
* The kernel sends signals to the processes via ABI specific sv_sendsig method.Dmitry Chagin2015-05-242-16/+0
* Rework signal code to allow using it by other modules, like linprocfs:Dmitry Chagin2015-05-246-217/+21
* According to Linux man sigaltstack(3) shall return EINVAL if the ssDmitry Chagin2015-05-244-53/+0
* Regen for r283467.Dmitry Chagin2015-05-248-10/+14
* Call nosys in case when the incorrect syscall number is specified.Dmitry Chagin2015-05-244-5/+10
* Regen for r283465.Dmitry Chagin2015-05-2410-14/+68
* Add preliminary fallocate system call implementationDmitry Chagin2015-05-244-5/+4
* Regen for r283451.Dmitry Chagin2015-05-2410-16/+80
* Implement ppoll() system call.Dmitry Chagin2015-05-244-4/+4
* Include opt_compat.h, so that COMPAT_LINUX32 is defined, and we canDmitry Chagin2015-05-241-0/+2
* Regen for r283444.Dmitry Chagin2015-05-2410-20/+78
* Implement eventfd system call.Dmitry Chagin2015-05-244-8/+4
* Put the correct value for the abi_nfdbits parameter of kern_select() forDmitry Chagin2015-05-242-0/+2
* Regen for r283441.Dmitry Chagin2015-05-2410-38/+258
* Implement epoll family system calls. This is a tiny wrapperDmitry Chagin2015-05-244-18/+16
* To avoid code duplication move open/fcntl definitions to the MIDmitry Chagin2015-05-242-74/+1
* Use the BSD_TO_LINUX_SIGNAL() wherever there is no needDmitry Chagin2015-05-241-6/+2
* Being exported through vdso the note.Linux section used by glibcDmitry Chagin2015-05-242-3/+4
* Add AT_RANDOM and AT_EXECFN auxiliary vector entries which are used byDmitry Chagin2015-05-244-2/+54
* Regen for r283428.Dmitry Chagin2015-05-2410-20/+10
* Change linux faccessat syscall definition to match actual linux one.Dmitry Chagin2015-05-242-2/+3
* Regen for r283424.Dmitry Chagin2015-05-245-0/+9225
* Add preliminary support for x86-64 Linux binaries.Dmitry Chagin2015-05-2412-0/+3210
* Refund the proc emuldata struct for future use. For now move flags fromDmitry Chagin2015-05-241-13/+0
* Introduce a new module linux_common.ko which is intended for theDmitry Chagin2015-05-242-14/+8
* x86_64 Linux do not use multiplexing on ipc system calls.Dmitry Chagin2015-05-241-0/+10
* Remove stale comment about a signal trampoline whichDmitry Chagin2015-05-241-1/+0
* Put linux_platform into the vdso to avoid copying it onto the stack atDmitry Chagin2015-05-243-16/+16
* Eliminate a now unused global declaration of elf_linux_sysvec.Dmitry Chagin2015-05-241-2/+0
* Implement vdso - virtual dynamic shared object. Through vdso LinuxDmitry Chagin2015-05-245-30/+256
* Regen for r283403.Dmitry Chagin2015-05-245-8/+45
* Implement pselect6() system call.Dmitry Chagin2015-05-242-2/+3
* Regen for r283401.Dmitry Chagin2015-05-245-7/+34
* Implement prlimit64() system call.Dmitry Chagin2015-05-242-3/+4
* Regen for r283399.Dmitry Chagin2015-05-245-7/+29
* Implement dup3() system call.Dmitry Chagin2015-05-242-2/+2
* Regen for r283396.Dmitry Chagin2015-05-245-7/+29
* Implement rt_sigqueueinfo() system call.Dmitry Chagin2015-05-242-2/+2
* Regen for r283394.Dmitry Chagin2015-05-245-8/+40