From owner-freebsd-hackers Mon Oct 16 23:37:35 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA11252 for hackers-outgoing; Mon, 16 Oct 1995 23:37:35 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id XAA11247 for ; Mon, 16 Oct 1995 23:37:23 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id QAA29789; Tue, 17 Oct 1995 16:33:34 +1000 Date: Tue, 17 Oct 1995 16:33:34 +1000 From: Bruce Evans Message-Id: <199510170633.QAA29789@godzilla.zeta.org.au> To: bde@zeta.org.au, jdl@chrome.onramp.net Subject: Re: Creating a /dev/random Cc: hackers@FreeBSD.org, mark@grondar.za Sender: owner-hackers@FreeBSD.org Precedence: bulk >> Oops, I misread `one process'. Well, one process can't be in the kernel >> twice. >...until SMP is implemented and then the whole locking issue >comes into play, right? No. Until async i/o is implemented, perhaps. Bruce