K 10 svn:author V 6 sbruno K 8 svn:date V 27 2016-06-21T14:59:46.182286Z K 7 svn:log V 459 Capture upstream pull request from jkim@ https://github.com/seanbruno/qemu-bsd-user/pull/23 Limit sysctl(3) output for hw.availpages to 4GB. - This output should be limited to 4GB on 32-bit targets to be consistent with hw.physmem. Note this also limits sysconf(3) with _SC_PHYS_PAGES because libc uses sysctlbyname("hw.availpages", ...) to get the value. - Properly swap output for hw.physmem, etc. while I am in the neighborhood. Submitted by: jkim@ END