Subject: yamt-uio_vmspace branch
To: None <tech-kern@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 12/31/2005 21:53:03
> Module Name:	src
> Committed By:	yamt
> Date:		Sat Dec 31 11:15:12 UTC 2005
> 
> Modified Files:
> 	src/doc: BRANCHES
> 
> Log Message:
> yamt-uio_vmspace branch.

i created a branch to replace uio_segflg and uio_lwp with uio_vmspace,
a pointer to struct vmspace, and converted some parts of kernel on the branch.

i'd like to request reviews and comments at this point,
so that i don't have to sweep code many times. :)

a possibly controversial point i can think of is,
which of vm_map and vmspace should be used.

any comments?

YAMAMOTO Takashi