freebsd-skq/sys
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
..
amd64 Implement epoll family system calls. This is a tiny wrapper 2015-05-24 16:41:39 +00:00
arm Add support for getting the memory map from EFI if it has been pased in 2015-05-24 16:11:30 +00:00
arm64 ddb: finish converting boolean values. 2015-05-21 15:16:18 +00:00
boot Add kernel config and dts files for an aml8726-m3 2015-05-24 08:45:19 +00:00
bsm
cam
cddl CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten 2015-05-22 17:05:21 +00:00
compat Implement epoll family system calls. This is a tiny wrapper 2015-05-24 16:41:39 +00:00
conf Implement epoll family system calls. This is a tiny wrapper 2015-05-24 16:41:39 +00:00
contrib Add support for the tuning cap for Hornet/AR9331 boards. 2015-05-23 08:02:54 +00:00
crypto
ddb ddb: de-register 2015-05-23 14:59:27 +00:00
dev Rework the PSCI cpu on code to allow it to work before device drivers have 2015-05-24 11:08:06 +00:00
fs The NFS client generated directory block(s) with d_fileno == 0 2015-05-23 21:58:41 +00:00
gdb CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten 2015-05-22 17:05:21 +00:00
geom CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten 2015-05-22 17:05:21 +00:00
gnu
i386 Implement epoll family system calls. This is a tiny wrapper 2015-05-24 16:41:39 +00:00
isa
kern For future use in the Linuxulator: 2015-05-24 16:36:29 +00:00
kgssapi
libkern
mips In preparation for switching linuxulator to the use the native 1:1 2015-05-24 14:51:29 +00:00
modules Implement epoll family system calls. This is a tiny wrapper 2015-05-24 16:41:39 +00:00
net CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten 2015-05-22 17:05:21 +00:00
net80211 Properly update TX statistics for wlan(4). 2015-05-23 09:49:40 +00:00
netgraph CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten 2015-05-22 17:05:21 +00:00
netinet CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten 2015-05-22 17:05:21 +00:00
netinet6 CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten 2015-05-22 17:05:21 +00:00
netipsec CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten 2015-05-22 17:05:21 +00:00
netnatm
netpfil CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten 2015-05-22 17:05:21 +00:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten 2015-05-22 17:05:21 +00:00
opencrypto
pc98 Build GENERIC with RACCT/RCTL support by default. Note that it still 2015-05-14 14:03:55 +00:00
powerpc In preparation for switching linuxulator to the use the native 1:1 2015-05-24 14:51:29 +00:00
rpc
security
sparc64 In preparation for switching linuxulator to the use the native 1:1 2015-05-24 14:51:29 +00:00
sys For future use in the Linuxulator: 2015-05-24 16:36:29 +00:00
teken
tools
ufs
vm CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten 2015-05-22 17:05:21 +00:00
x86 CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten 2015-05-22 17:05:21 +00:00
xdr
xen xen: introduce a newbus function to allocate unused memory 2015-05-08 14:48:40 +00:00
Makefile