Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/09/2000 17:28:06
Module Name: syssrc
Committed By: thorpej
Date: Mon Apr 10 00:28:06 UTC 2000
Modified Files:
syssrc/sys/uvm: uvm_extern.h uvm_page.c
Log Message:
Add UVM_PGA_ZERO which instructs uvm_pagealloc{,_strat}() to return a
zero'd, ! PG_CLEAN page, as if it were uvm_pagezero()'d.
To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 syssrc/sys/uvm/uvm_extern.h
cvs rdiff -r1.32 -r1.33 syssrc/sys/uvm/uvm_page.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.