Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 09/12/2005 16:21:31
Module Name:	src
Committed By:	christos
Date:		Mon Sep 12 16:21:31 UTC 2005

Modified Files:
	src/sys/kern: kern_clock.c
	src/sys/sys: time.h

Log Message:
Introduced nanotime() which is going to be used by some fs code yet to
be committed. This should really be an MD routine and microtime should
be implemented from it, not the opposite (which is what we have now).


To generate a diff of this commit:
cvs rdiff -r1.94 -r1.95 src/sys/kern/kern_clock.c
cvs rdiff -r1.49 -r1.50 src/sys/sys/time.h

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