minix/minix
David van Moolenbroek 8b30ac4cc1 VM: expose virtual process size
So far, VM reported only the number of bytes actually allocated to
each process.  This patch adds two additional fields: the sum of the
byte sizes of all the virtual address ranges in the process, and that
number minus the part of the process stack that is not actually
mapped in.  Unfortunately, we have to guess where the process stack
is, so the second field is not necessarily accurate.

Change-Id: If9e07c20e8588bc3e11601ec79bdcebc06eba6ee
2016-01-13 20:32:41 +01:00
..
bin New sources layout 2014-07-31 16:00:30 +02:00
commands Integrate ASR instrumentation into build system 2016-01-13 20:32:34 +01:00
drivers mmc/emmc: compile for ARM target only 2016-01-13 20:32:30 +01:00
fs Add MIB service, sysctl(2) support 2016-01-13 20:32:37 +01:00
include VM: expose virtual process size 2016-01-13 20:32:41 +01:00
kernel Kernel: per-process sleep time 2016-01-13 20:32:40 +01:00
lib Kernel: per-process CPU utilization statistics 2016-01-13 20:32:39 +01:00
llvm generate_gold_plugin: support for MAKE variable 2016-01-13 20:32:36 +01:00
man commands: move manpages into command directories 2015-09-28 14:06:06 +00:00
net NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
sbin New sources layout 2014-07-31 16:00:30 +02:00
servers VM: expose virtual process size 2016-01-13 20:32:41 +01:00
share New sources layout 2014-07-31 16:00:30 +02:00
tests Add MIB service, sysctl(2) support 2016-01-13 20:32:37 +01:00
usr.bin Add MIB service, sysctl(2) support 2016-01-13 20:32:37 +01:00
usr.sbin NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
Makefile NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
Makefile.inc New sources layout 2014-07-31 16:00:30 +02:00