Subject: CVS commit: src/sys/arch/i386/i386
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 01/19/2006 13:34:11
Module Name:	src
Committed By:	yamt
Date:		Thu Jan 19 13:34:11 UTC 2006

Modified Files:
	src/sys/arch/i386/i386: mem.c

Log Message:
- mmrw, mmmmap: reject accesses to unknown pa if securelevel > 0.
- mmmmap: remove physmem check.  it was wrong and superseded by the above.
- mmmmap: remove suser() check.  there's no point to limit the operation
  to root here, given that the almost same thing can be done by
  normal read and write.


To generate a diff of this commit:
cvs rdiff -r1.61 -r1.62 src/sys/arch/i386/i386/mem.c

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