CVS commit: src/sys/dev
"Taylor R Campbell" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: riastradh Date: Sat Jun 27 20:33:41 UTC 2026 Modified Files: src/sys/dev: mm.c Log Message: mm(4): Only grant kva exposure if user opens /dev/kmem. Don't apply the same to /dev/null, /dev/zero, or anything else. PR kern/60374: opening /dev/null exposes kva To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/dev/mm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.