Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 07/02/2002 20:06:20
Module Name:	syssrc
Committed By:	itojun
Date:		Tue Jul  2 17:06:19 UTC 2002

Modified Files:
	syssrc/sys/kern: kern_sysctl.c
	syssrc/sys/sys: sysctl.h

Log Message:
provide KERN_URND, which extracts sizeof(int) random number from the kernel
(similar to /dev/urandom, for use within chroot jail).


To generate a diff of this commit:
cvs rdiff -r1.108 -r1.109 syssrc/sys/kern/kern_sysctl.c
cvs rdiff -r1.74 -r1.75 syssrc/sys/sys/sysctl.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.