Date: Thu, 7 Apr 2005 01:18:24 +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_kqueue.c Message-ID: <200504070118.j371ION9099424@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcus 2005-04-07 01:18:24 UTC
FreeBSD ports repository
Modified files:
devel/gamin Makefile
devel/gamin/files patch-server_gam_kqueue.c
Log:
* When a file monitored with kqueue is moved or removed, gamin does
not monitor it anymore. The patch fixes the issue by adding
moved/removed files to the exist_list, so that gamin detects when
they are recreated
* No CHANGED event is emitted for the files contained in a monitored
directory, because kqueue can't do that. The patch adds periodic
polling for these files
* Instead of calling kevent() every second, the patch uses an I/O
watch (g_io_add_watch())
PR: 79605
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Revision Changes Path
1.2 +1 -1 ports/devel/gamin/Makefile
1.2 +188 -104 ports/devel/gamin/files/patch-server_gam_kqueue.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504070118.j371ION9099424>
