Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 02/03/2000 15:04:47
Module Name:	syssrc
Committed By:	cgd
Date:		Thu Feb  3 23:04:47 UTC 2000

Modified Files:
	syssrc/sys/kern: kern_time.c
	syssrc/sys/sys: time.h

Log Message:
Implement ratecheck(), a function which can help programmers implement
rate-limited actions.  See ratecheck(9) for details of its use.


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 syssrc/sys/kern/kern_time.c
cvs rdiff -r1.28 -r1.29 syssrc/sys/sys/time.h

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