]> err.no Git - varnish/commit
Integrate Solaris patches, with a bit of polishing.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 19 Aug 2008 21:34:16 +0000 (21:34 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 19 Aug 2008 21:34:16 +0000 (21:34 +0000)
commit96daee2b470e6b3f99aafd60f7495db0d060132f
treefb3de40f167bc401a76417f59ad8853cf31d0cd5
parent41cfd08c13080de01c330fc4abe3b736a7c84351
Integrate Solaris patches, with a bit of polishing.

Don't look for umem on FreeBSD, which have dummy stub version for
dtrace or ZFS compatibility.

Generally restrict probes for Solaris specific stuff to when we
run on solaris, no need to make configure slower than it is.

Don't pretend we can get anywhere without poll(2) we use it for
lots of things:  Remove #if conditionals around poll-acceptor.

Sort a couple of lists, before they get too unsorted.

Submitted by: Theo Schlossnagle

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3113 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/Makefile.am
varnish-cache/bin/varnishd/cache_acceptor.c
varnish-cache/bin/varnishd/cache_acceptor.h
varnish-cache/bin/varnishd/cache_acceptor_poll.c
varnish-cache/bin/varnishd/cache_acceptor_ports.c [new file with mode: 0644]
varnish-cache/bin/varnishd/cache_pool.c
varnish-cache/bin/varnishd/storage_umem.c [new file with mode: 0644]
varnish-cache/bin/varnishd/tcp.c
varnish-cache/bin/varnishd/varnishd.c
varnish-cache/configure.ac