procps/proc
Jim Warner 8dc378f6a8 library: exploit linux-4.5 resident memory enhancement
Beginning with linux-4.5, the following new fields are
being added under that /proc/<pid>/status pseudo file:
 . RssAnon - size of resident anonymous memory
 . RssFile - size of resident file mappings
 . RssShmem - size of resident shared memory

This patch just represents the initial library and top
support, sharing a commit message with 2 more patches.

p.s. locked resident memory support was also added but
isn't directly related to the kernel 4.5 enhancements.

Reference(s):
commit 1f8e41d019
Signed-off-by: Jim Warner <james.warner@comcast.net>
2016-04-14 21:03:03 +10:00
..
.gitignore library: rework namespace calls 2015-09-03 22:32:19 +10:00
alloc.c
alloc.h
COPYING
devname.c library: Remove tty_to_dev() 2015-09-01 20:41:25 +10:00
devname.h library: Remove tty_to_dev() 2015-09-01 20:41:25 +10:00
diskstat.c miscellaneous: silence a whole bunch of clang warnings 2015-09-21 22:34:27 +10:00
diskstat.h
escape.c
escape.h
libprocps.pc.in
libprocps.sym library: rename the 'procps_pids_stacks_sort' function 2015-10-14 21:47:04 +11:00
meminfo.c free: use SReclaimable in cached 2015-10-24 14:29:25 +11:00
meminfo.h
namespace.c miscellaneous: silence a whole bunch of clang warnings 2015-09-21 22:34:27 +10:00
namespace.h library: rework namespace calls 2015-09-03 22:32:19 +10:00
openproc.3
pids.c library: exploit linux-4.5 resident memory enhancement 2016-04-14 21:03:03 +10:00
pids.h library: exploit linux-4.5 resident memory enhancement 2016-04-14 21:03:03 +10:00
procps-private.h
procps.h library: abandon long/long long distinction with KLONG 2015-09-21 22:37:02 +10:00
pwcache.c
pwcache.h
readproc.3
readproc.c library: exploit linux-4.5 resident memory enhancement 2016-04-14 21:03:03 +10:00
readproc.h library: exploit linux-4.5 resident memory enhancement 2016-04-14 21:03:03 +10:00
readproctab.3
readstat.c library: minor tweaks of program logic and/or comments 2015-07-28 21:51:00 +10:00
readstat.h library: minor tweaks of program logic and/or comments 2015-07-28 21:51:00 +10:00
slab.c library: minor tweaks of program logic and/or comments 2015-07-28 21:51:00 +10:00
slab.h
sysinfo.c miscellaneous: silence a whole bunch of clang warnings 2015-09-21 22:34:27 +10:00
sysinfo.h
test_namespace.c miscellaneous: cleanup accumulated trailing whitespace 2015-09-21 22:33:50 +10:00
test_sysinfo.c
uptime.c miscellaneous: silence a whole bunch of clang warnings 2015-09-21 22:34:27 +10:00
uptime.h
version.c
version.h
vmstat.c
vmstat.h
wchan.c
wchan.h