Subject: CVS commit: src/sys/rump
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 09/02/2007 13:29:50
Module Name:	src
Committed By:	pooka
Date:		Sun Sep  2 13:29:50 UTC 2007

Modified Files:
	src/sys/rump/fs/lib/libukfs: ukfs.c
	src/sys/rump/librump/rumpkern: rump.c rump.h

Log Message:
* Give rump_vfs_root() the option of returning the vnode unlocked.
* initialize syncdelay
* implement io_sync handler


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/rump/fs/lib/libukfs/ukfs.c
cvs rdiff -r1.11 -r1.12 src/sys/rump/librump/rumpkern/rump.c
cvs rdiff -r1.14 -r1.15 src/sys/rump/librump/rumpkern/rump.h

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