Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 2009 12:50:02 GMT
From:      Zhao Shuai <zhaoshuai@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 164422 for review
Message-ID:  <200906151250.n5FCo2Pw005230@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=164422

Change 164422 by zhaoshuai@zhaoshuai on 2009/06/15 12:49:04

	add FIFO kqueue/kevent test, fatal bug in fifo_kqfilter_f()!

Affected files ...

.. //depot/projects/soc2009/fifo/fifo_test/functionality/Makefile#6 edit
.. //depot/projects/soc2009/fifo/fifo_test/functionality/kqueue.c#1 add

Differences ...

==== //depot/projects/soc2009/fifo/fifo_test/functionality/Makefile#6 (text+ko) ====

@@ -1,5 +1,5 @@
-OBJS = rdwr reader1 reader2 writer1 bidirection1 bidirection2 select \
-	poll pr_74242_speak pr_74242_tick pr_76144 pr_94772 pr_116770 \
+OBJS = rdwr reader1 reader2 writer1 bidirection1 bidirection2 select poll \
+	kqueue pr_74242_speak pr_74242_tick pr_76144 pr_94772 pr_116770 \
 	pr_76525
 
 all : $(OBJS)
@@ -12,6 +12,7 @@
 bidirection2 : bidirection2.c
 select : select.c
 poll : poll.c
+kqueue : kqueue.c
 pr_74242_speak : pr_74242_speak.c
 pr_74242_tick : pr_74242_tick.c
 pr_76144 : pr_76144.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906151250.n5FCo2Pw005230>