cvs commit: ports/devel/gamin Makefile pkg-descrpatch-server_gam_kqueue.h

Joe Marcus Clarke marcus at FreeBSD.org
Sun Apr 10 10:36:02 PDT 2005


marcus      2005-04-10 17:36:02 UTC

  FreeBSD ports repository

  Modified files:
    devel/gamin          Makefile pkg-descr 
    devel/gamin/files    patch-server_gam_kqueue.c 
                         patch-server_gam_kqueue.h 
  Log:
  * Fallback to polling for files not supported by kqueue
  * Do not send an ENDEXISTS event on NOTE_REVOKE
  * Handle kevent aggregation if multiple event types are requested
  * Mimic FAM's behavior of never following symbolic links
  * Add exhaustive error handling
  * Remove all the legacy thread-safe code since gamin is now single-threaded
  
  PR:             79680
  Submitted by:   Jean-Yves Lefort <jylefort at brutele.be>
  
  Revision  Changes    Path
  1.3       +2 -16     ports/devel/gamin/Makefile
  1.3       +540 -530  ports/devel/gamin/files/patch-server_gam_kqueue.c
  1.2       +3 -11     ports/devel/gamin/files/patch-server_gam_kqueue.h
  1.2       +3 -0      ports/devel/gamin/pkg-descr


More information about the cvs-all mailing list