HomeFreeBSD

Implement epoll family system calls. This is a tiny wrapper

Description

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

Details

Provenance
dchaginAuthored on May 24 2015, 4:41 PM
Parents
rG7236f2c22042: For future use in the Linuxulator:
Branches
Unknown
Tags
Unknown