cvs commit: ports/devel/gamin Makefile ports/devel/gamin/files patch-server_gam_channel.c patch-server_gam_fs.c

Joe Marcus Clarke marcus at FreeBSD.org
Fri Feb 10 22:58:30 PST 2006


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


More information about the cvs-all mailing list