The official NGINX Open Source repository. https://nginx.org/
Find a file
Ruslan Ermilov 5c17030671 Events: use eventfd() instead of syscall(SYS_eventfd) if possible.
This fixes --with-file-aio support on systems that lack eventfd()
syscall, notably aarch64 Linux.

The syscall(SYS_eventfd) may still be necessary on systems that
have eventfd() syscall in the kernel but lack it in glibc, e.g.
as seen in the current CentOS 5 release.
2014-05-23 16:37:05 +04:00
auto Events: use eventfd() instead of syscall(SYS_eventfd) if possible. 2014-05-23 16:37:05 +04:00
conf MIME: added application/xspf+xml MIME type (ticket #479). 2014-03-06 10:51:08 +01:00
contrib Contrib: added vim to README. 2013-12-06 19:58:27 +04:00
docs nginx-1.7.0-RELEASE 2014-04-24 16:54:22 +04:00
misc Documented the switch from java XSLScript to xslscript.pl. 2014-04-21 13:48:41 +04:00
src Events: use eventfd() instead of syscall(SYS_eventfd) if possible. 2014-05-23 16:37:05 +04:00
.hgtags release-1.7.0 tag 2014-04-24 16:54:23 +04:00