Subject: Re: mmap problem?
To: Dave Huang <khym@bga.com>
From: Chuck Silvers <chuq@chuq.com>
List: tech-kern
Date: 12/16/2000 11:12:18
On Fri, Dec 15, 2000 at 09:14:23AM -0600, Dave Huang wrote:
> Using a -current kernel (with UBC)? mmap() is broken on some
> filesystems...
> http://mail-index.netbsd.org/current-users/2000/12/14/0001.html
> (I guess nullfs is on the list of bad filesystems too)...

actually, nullfs is fine.  the list of filesystems where mmap() doesn't
work in -current right now is:

	LFS
	kernfs
	procfs

the latter two don't seem very critical, so those are on the back burner.
I know what to do about LFS, but it's not a simple change, so it'll be
a while before I finish it.

-Chuck