minix/minix/include
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
..
arch New sources layout 2014-07-31 16:00:30 +02:00
ddekit Much USB code for ARM USB support 2014-08-29 18:52:49 +02:00
libdde New sources layout 2014-07-31 16:00:30 +02:00
minix VM: expose virtual process size 2016-01-13 20:32:41 +01:00
net netbsd ping & traceroute 2014-08-21 08:07:39 -04:00
sys Turn PCI into a character driver 2014-11-10 14:43:27 +01:00
configfile.h remove libcompat_minix as library 2014-08-28 18:49:13 +02:00
env.h libsys: resolve clang warnings 2014-09-30 20:08:54 +00:00
lib.h Kernel: separate userland ABI on kernel page 2015-09-23 12:01:15 +00:00
libutil.h New sources layout 2014-07-31 16:00:30 +02:00
Makefile libfetch: switch to external/bsd version 2015-09-23 12:03:08 +00:00
varargs.h New sources layout 2014-07-31 16:00:30 +02:00