nginx/src/event/modules
Sergey Kandaurov c52c5698cd
Some checks failed
buildbot / buildbot (push) Has been cancelled
Events: compatibility with NetBSD 10.0 in kqueue.
The kevent udata field was changed from intptr_t to "void *",
similar to other BSDs and Darwin.

The NGX_KQUEUE_UDATA_T macro is adjusted to reflect that change,
fixing -Werror=int-conversion errors.
2025-07-11 16:25:51 +04:00
..
ngx_devpoll_module.c Events: available bytes calculation via ioctl(FIONREAD). 2019-10-17 16:02:19 +03:00
ngx_epoll_module.c Events: available bytes calculation via ioctl(FIONREAD). 2019-10-17 16:02:19 +03:00
ngx_eventport_module.c Events: fixed "port_dissociate() failed" alerts with eventport. 2021-03-28 17:45:29 +03:00
ngx_iocp_module.c Events: fixed style and wrong error handling in the iocp module. 2022-09-07 00:43:51 +03:00
ngx_iocp_module.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_kqueue_module.c Events: compatibility with NetBSD 10.0 in kqueue. 2025-07-11 16:25:51 +04:00
ngx_poll_module.c Events: available bytes calculation via ioctl(FIONREAD). 2019-10-17 16:02:19 +03:00
ngx_select_module.c Events: available bytes calculation via ioctl(FIONREAD). 2019-10-17 16:02:19 +03:00
ngx_win32_poll_module.c Events: available bytes calculation via ioctl(FIONREAD). 2019-10-17 16:02:19 +03:00
ngx_win32_select_module.c Events: available bytes calculation via ioctl(FIONREAD). 2019-10-17 16:02:19 +03:00