From owner-cvs-all Sun Sep 10 21: 9:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7828737B423; Sun, 10 Sep 2000 21:09:08 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA11720; Sun, 10 Sep 2000 21:09:08 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200009110409.VAA11720@freefall.freebsd.org> From: John Baldwin Date: Sun, 10 Sep 2000 21:09:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/randomdev yarrow.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/09/10 21:09:08 PDT Modified files: sys/dev/randomdev yarrow.c Log: - Use RFHIGHPID when creating the kthread to get a more sensible pid. - Don't fake walking a tailq. Instead, use a while loop that pulls items off the head of the queue while the queue is not empty. Revision Changes Path 1.16 +4 -3 src/sys/dev/randomdev/yarrow.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message