freebsd-dev/sys/amd64/linux
Dmitry Chagin e16fe1c730 Implement epoll family system calls. This is a tiny wrapper
around kqueue() to implement epoll subset of functionality.
The kqueue user data are 32bit on i386 which is not enough for
epoll user data, so we keep user data in the proc emuldata.

Initial patch developed by rdivacky@ in 2007, then extended
by Yuri Victorovich @ r255672 and finished by me
in collaboration with mjg@ and jillies@.

Differential Revision:	https://reviews.freebsd.org/D1092
2015-05-24 16:41:39 +00:00
..
linux_dummy.c Implement epoll family system calls. This is a tiny wrapper 2015-05-24 16:41:39 +00:00
linux_genassym.c
linux_ipc64.h
linux_locore.s Being exported through vdso the note.Linux section used by glibc 2015-05-24 16:25:44 +00:00
linux_machdep.c
linux_proto.h Regen for r283428. 2015-05-24 16:19:57 +00:00
linux_support.s
linux_syscall.h Regen for r283428. 2015-05-24 16:19:57 +00:00
linux_syscalls.c Regen for r283428. 2015-05-24 16:19:57 +00:00
linux_sysent.c Regen for r283428. 2015-05-24 16:19:57 +00:00
linux_systrace_args.c Regen for r283428. 2015-05-24 16:19:57 +00:00
linux_sysvec.c Add AT_RANDOM and AT_EXECFN auxiliary vector entries which are used by 2015-05-24 16:24:24 +00:00
linux_vdso.lds.s
linux.h To avoid code duplication move open/fcntl definitions to the MI 2015-05-24 16:31:44 +00:00
Makefile
syscalls.conf
syscalls.master Implement epoll family system calls. This is a tiny wrapper 2015-05-24 16:41:39 +00:00