summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux32
Commit message (Expand)AuthorAgeFilesLines
...
* Regen for r283488.dchagin2015-05-245-10/+69
* Implement recvmmsg() and sendmmsg() system calls.dchagin2015-05-242-4/+6
* Reduce duplication between MD Linux code by moving msg relateddchagin2015-05-241-16/+0
* Regen for r283484.dchagin2015-05-245-7/+7
* Implement epoll_pwait() system call.dchagin2015-05-242-2/+1
* Regen for r283480.dchagin2015-05-245-8/+35
* Add utimensat() system call.dchagin2015-05-242-2/+2
* Rework signal code to allow using it by other modules, like linprocfs:dchagin2015-05-243-93/+16
* According to Linux man sigaltstack(3) shall return EINVAL if the ssdchagin2015-05-242-27/+0
* Regen for r283467.dchagin2015-05-244-5/+7
* Call nosys in case when the incorrect syscall number is specified.dchagin2015-05-242-1/+4
* Regen for r283465.dchagin2015-05-245-7/+34
* Add preliminary fallocate system call implementationdchagin2015-05-242-3/+2
* Regen for r283451.dchagin2015-05-245-8/+40
* Implement ppoll() system call.dchagin2015-05-242-2/+2
* Include opt_compat.h, so that COMPAT_LINUX32 is defined, and we candchagin2015-05-241-0/+2
* Regen for r283444.dchagin2015-05-245-10/+39
* Implement eventfd system call.dchagin2015-05-242-4/+2
* Put the correct value for the abi_nfdbits parameter of kern_select() fordchagin2015-05-241-0/+1
* Regen for r283441.dchagin2015-05-245-19/+129
* Implement epoll family system calls. This is a tiny wrapperdchagin2015-05-242-9/+8
* To avoid code duplication move open/fcntl definitions to the MIdchagin2015-05-241-36/+1
* Use the BSD_TO_LINUX_SIGNAL() wherever there is no needdchagin2015-05-241-6/+2
* Being exported through vdso the note.Linux section used by glibcdchagin2015-05-241-2/+2
* Add AT_RANDOM and AT_EXECFN auxiliary vector entries which are used bydchagin2015-05-242-1/+27
* Regen for r283428.dchagin2015-05-245-10/+5
* Change linux faccessat syscall definition to match actual linux one.dchagin2015-05-241-1/+2
* Refund the proc emuldata struct for future use. For now move flags fromdchagin2015-05-241-13/+0
* Introduce a new module linux_common.ko which is intended for thedchagin2015-05-242-14/+8
* x86_64 Linux do not use multiplexing on ipc system calls.dchagin2015-05-241-0/+10
* Remove stale comment about a signal trampoline whichdchagin2015-05-241-1/+0
* Put linux_platform into the vdso to avoid copying it onto the stack atdchagin2015-05-243-16/+16
* Eliminate a now unused global declaration of elf_linux_sysvec.dchagin2015-05-241-2/+0
* Implement vdso - virtual dynamic shared object. Through vdso Linuxdchagin2015-05-245-30/+256
* Regen for r283403.dchagin2015-05-245-8/+45
* Implement pselect6() system call.dchagin2015-05-242-2/+3
* Regen for r283401.dchagin2015-05-245-7/+34
* Implement prlimit64() system call.dchagin2015-05-242-3/+4
* Regen for r283399.dchagin2015-05-245-7/+29
* Implement dup3() system call.dchagin2015-05-242-2/+2
* Regen for r283396.dchagin2015-05-245-7/+29
* Implement rt_sigqueueinfo() system call.dchagin2015-05-242-2/+2
* Regen for r283394.dchagin2015-05-245-8/+40
* Implement waitid() system call.dchagin2015-05-242-2/+3
* To reduce code duplication introduce linux_copyout_rusage() method.dchagin2015-05-243-39/+16
* Some style(9) && whitespaces fixes. No functional changes.dchagin2015-05-241-3/+3
* Switch linuxulator to use the native 1:1 threads.dchagin2015-05-242-14/+14
* Regen for r283379.dchagin2015-05-245-26/+38
* Implement a Linux version of sched_getparam() && sched_setparam().dchagin2015-05-241-4/+4
* Remove a now unused include.dchagin2015-05-241-1/+0
OpenPOWER on IntegriCloud