]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: remove support for Linux i686 vsyscalls
authorWilly Tarreau <w@1wt.eu>
Tue, 10 Mar 2020 05:48:17 +0000 (06:48 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 10 Mar 2020 05:55:52 +0000 (06:55 +0100)
commitc3e926bf3beb60da5e4f53b606fe46f460b75516
treeed106c99260c6971b7eb82cfe335b9d83ddf2f25
parentbdb386d3d9d81b863470086ece1b0709d3cd8ec8
CLEANUP: remove support for Linux i686 vsyscalls

This was introduced 10 years ago to squeeze a few CPU cycles per syscall
on 32-bit x86 machines and was already quite old by then, requiring to
explicitly enable support for this in the kernel. We don't even know if
it still builds, let alone if it works at all on recent kernels! Let's
completely drop this now.
Makefile
include/common/accept4.h
include/common/epoll.h
include/common/splice.h
src/i386-linux-vsys.c [deleted file]