CVS commit: src/sys
"Jason R Thorpe" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: thorpej Date: Mon May 4 04:11:34 UTC 2026 Modified Files: src/sys/rump/librump/rumpkern: vm.c src/sys/uvm: uvm_extern.h uvm_glue.c Log Message: Hide pmap internals -- specifically, a call to pmap_resident_count() -- behind a proper functional API: uvm_resident_count(). To generate a diff of this commit: cvs rdiff -u -r1.198 -r1.199 src/sys/rump/librump/rumpkern/vm.c cvs rdiff -u -r1.237 -r1.238 src/sys/uvm/uvm_extern.h cvs rdiff -u -r1.182 -r1.183 src/sys/uvm/uvm_glue.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.