From owner-freebsd-hackers Thu Nov 1 9:38:10 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from repulse.cnchost.com (repulse.concentric.net [207.155.248.4]) by hub.freebsd.org (Postfix) with ESMTP id E217837B403 for ; Thu, 1 Nov 2001 09:38:06 -0800 (PST) Received: from bitblocks.com (adsl-209-204-185-216.sonic.net [209.204.185.216]) by repulse.cnchost.com id MAA04972; Thu, 1 Nov 2001 12:37:55 -0500 (EST) [ConcentricHost SMTP Relay 1.14] Message-ID: <200111011737.MAA04972@repulse.cnchost.com> To: tlambert2@mindspring.com Cc: Stephen Montgomery-Smith , "Nicpon, John" , freebsd-hackers@FreeBSD.ORG Subject: Re: Unix Philosophers Please! In-reply-to: Your message of "Wed, 31 Oct 2001 15:07:26 PST." <3BE0842E.A2B10275@mindspring.com> Date: Thu, 01 Nov 2001 09:37:57 -0800 From: Bakul Shah Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > Answer 2. All the data goes into another dimension, and comes out of > > /dev/random. > That would be so funny... I cat /dev/random, and I get your > files, as you delete them. 8-). Of course you do, it is just that the bytes are in random order. But I see that you are thinking of /dev/null as a bitbucket for files. Hmm... that means we can get rid of the unlink() given an atomic rename() syscall. mv file1 file2 dir1 et cetera et cetera et cetera /dev/null Neat! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message