cvs commit: src/tools/regression/fifo/fifo_misc fifo_misc.c

Robert Watson rwatson at FreeBSD.org
Mon Sep 12 12:31:17 PDT 2005


rwatson     2005-09-12 19:31:17 UTC

  FreeBSD src repository

  Modified files:
    tools/regression/fifo/fifo_misc fifo_misc.c 
  Log:
  Comment test_lseek().
  
  Add test_kqueue(), which registers and unregisters various kqueue filter
  types on a fifo in order to make sure that EVFILT_READ, EVFILT_WRITE can
  be registered, and that EVFILT_NETDEV can't be registered.  For now, we
  don't test that EVFILT_VNODE can be registered on fifos, as that has been
  broken at some point.
  
  Revision  Changes    Path
  1.2       +117 -0    src/tools/regression/fifo/fifo_misc/fifo_misc.c


More information about the cvs-src mailing list