Date: Mon, 12 Sep 2005 19:31:17 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/fifo/fifo_misc fifo_misc.c Message-ID: <200509121931.j8CJVHu3073594@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509121931.j8CJVHu3073594>