Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: source-changes
Date: 07/23/2005 18:54:07
Module Name:	src
Committed By:	cube
Date:		Sat Jul 23 18:54:07 UTC 2005

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

Log Message:
Split sys_timer_create, sys_timer_gettime and sys_timer_settime so they
can be easily used by netbsd32 code.

XXX Meanwhile, introduce a copyinout_t type that matches the prototype of
XXX copyin(9) and copyout(9).  Its logical place would be in systm.h, near
XXX the definition of copyin, but, well, see the comment.


To generate a diff of this commit:
cvs rdiff -r1.91 -r1.92 src/sys/kern/kern_time.c
cvs rdiff -r1.47 -r1.48 src/sys/sys/time.h

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