Date: Sat, 11 Feb 2006 06:58:29 +0000 (UTC) From: Joe Marcus Clarke <marcus@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gamin Makefile ports/devel/gamin/files patch-server_gam_channel.c patch-server_gam_fs.c Message-ID: <200602110658.k1B6wTH4099480@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcus 2006-02-11 06:58:29 UTC FreeBSD ports repository Modified files: devel/gamin Makefile devel/gamin/files patch-server_gam_channel.c patch-server_gam_fs.c Log: * Restore the stale socket cleanup code from gamin 0.1.5 to ensure that even if gamin crashes or is killed with SIGKILL, a leftover socket does not prevent gam_server from starting. * Revert to using the home-grown poller in gamin's kqueue backend instead of gamin's built-in poller. The built-in poller can still be enabled if desired via OPTIONS. * If gamin's poller is used, make sure all local file systems are handled by kqueue where as all remote file systems are handled by polling. Reviewed by: jylefort Revision Changes Path 1.22 +13 -3 ports/devel/gamin/Makefile 1.8 +35 -22 ports/devel/gamin/files/patch-server_gam_channel.c 1.2 +65 -21 ports/devel/gamin/files/patch-server_gam_fs.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602110658.k1B6wTH4099480>