CVS commit: src/sys
"Nick Hudson" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: skrll Date: Sun May 17 06:31:40 UTC 2026 Modified Files: src/sys/arch/aarch64/include: pmap_machdep.h src/sys/arch/m68k/include: pte_coldfire.h src/sys/arch/mips/include: pte.h src/sys/arch/powerpc/include/booke: pte.h src/sys/arch/riscv/include: pte.h src/sys/uvm/pmap: pmap.c Log Message: Rename pte_prot_nowrite to pte_clear_modify To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/aarch64/include/pmap_machdep.h cvs rdiff -u -r1.3 -r1.4 src/sys/arch/m68k/include/pte_coldfire.h cvs rdiff -u -r1.27 -r1.28 src/sys/arch/mips/include/pte.h cvs rdiff -u -r1.12 -r1.13 src/sys/arch/powerpc/include/booke/pte.h cvs rdiff -u -r1.18 -r1.19 src/sys/arch/riscv/include/pte.h cvs rdiff -u -r1.91 -r1.92 src/sys/uvm/pmap/pmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.