Subject: CVS commit: src/sys/rump/librump/rumpkern
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 11/04/2007 19:52:14
Module Name:	src
Committed By:	pooka
Date:		Sun Nov  4 19:52:14 UTC 2007

Modified Files:
	src/sys/rump/librump/rumpkern: emul.c rump_private.h vm.c

Log Message:
* sprinkle some locking into the vm code
* avoid extra insert+search+remove step in file systems using
  ubc_uiomove() instead of standard uiomove()


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/sys/rump/librump/rumpkern/emul.c
cvs rdiff -r1.3 -r1.4 src/sys/rump/librump/rumpkern/rump_private.h
cvs rdiff -r1.20 -r1.21 src/sys/rump/librump/rumpkern/vm.c

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