Changes since version 2.2-dev4 : Lukas Tribus (1): DOC: ssl: clarify security implications of TLS tickets Olivier Houchard (2): BUG/MINOR: buffers: MT_LIST_DEL_SAFE() expects the temporary pointer. BUG/MEDIUM: mt_lists: Make sure we set the deleted element to NULL; William Lallemand (3): CLEANUP: ssl: is_default is a bit in ckch_inst BUG/MINOR: ssl/cli: sni_ctx' mustn't always be used as filters CLEANUP: ssl: separate the directory loading in a new function Willy Tarreau (10): CLEANUP: remove support for Linux i686 vsyscalls CLEANUP: drop support for USE_MY_ACCEPT4 CLEANUP: remove support for USE_MY_EPOLL CLEANUP: remove support for USE_MY_SPLICE CLEANUP: remove the now unused common/syscall.h BUILD: make dladdr1 depend on glibc version and not __USE_GNU BUILD: wdt: only test for SI_TKILL when compiled with thread support BUILD: Makefile: the compiler-specific flags should all be in SPEC_CFLAGS MINOR: init: move the maxsock calculation code to compute_ideal_maxsock() MEDIUM: init: always try to push the FD limit when maxconn is set from -m