Subject: Re: CVS commit: src/sbin/newfs
To: None <perry@piermont.com>
From: Jun-ichiro itojun Hagino <itojun@itojun.org>
List: source-changes
Date: 09/06/2003 07:10:52
> David Laight <david@l8s.co.uk> writes:
> > For FFSv2 the kernel initialiases most of the inodes - I think it always
> > uses randomndi_igen.
> 
> What's the source of that randomness?

	it was crappy random(9).  i fixed it to use arc4random(9).

itojun