History log of /netbsd-src/sys/compat/netbsd32/netbsd32_epoll.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 6e339175 02-Sep-2023 mrg <mrg@NetBSD.org>

redo previous: use same variable type for the interator as the comparison


# c8dcab07 30-Aug-2023 mrg <mrg@NetBSD.org>

use unsigned for iterator, fixes -Wsigned-comapre issue in module build.


# 6217f200 30-Jul-2023 rin <rin@NetBSD.org>

netbsd32_epoll_pwait2: Dedup slightly. NFCI.


# 86ba8846 30-Jul-2023 rin <rin@NetBSD.org>

netbsd32_epoll_pwait2: Early return if no event arrived;
Do not attempt to allocate 0-byte buffer by kmem_alloc(9).


# 55a1c974 30-Jul-2023 rin <rin@NetBSD.org>

COMPAT_NETBSD32: Add support for epoll(2).