Subject: CVS commit: src/sys
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 02/27/2003 03:39:57
Module Name: src
Committed By: thorpej
Date: Thu Feb 27 01:39:57 UTC 2003
Modified Files:
src/sys/kern: kern_sysctl.c
src/sys/sys: sysctl.h
Log Message:
Add hw.physpages and hw.userpages, which return the physmem and usermem
values as a u_quad (page count). Necessary for reporting memory on systems
with >=4G. Per disussion on wasabisystems.com!bsd-api-discuss.
To generate a diff of this commit:
cvs rdiff -r1.126 -r1.127 src/sys/kern/kern_sysctl.c
cvs rdiff -r1.90 -r1.91 src/sys/sys/sysctl.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.