]> granicus.if.org Git - procps-ng/commit
pmap vmflags support
authorCraig Small <csmall@enc.com.au>
Thu, 24 Jan 2013 11:39:42 +0000 (22:39 +1100)
committerCraig Small <csmall@enc.com.au>
Thu, 24 Jan 2013 11:39:42 +0000 (22:39 +1100)
commitdca3c6d08fe1a2f6adb017922dc63fe6abe4c15a
tree7d8f61a9ca4b0365861e314d8bfd565004b089e8
parentbffb097ba074d6091e61a10a412c45578aa5d05b
parentb9b3d02dac545eae48875a0c8699b819fc391747
pmap vmflags support

Some new kernel version added a line in /proc/pid/smaps listing a processes vmflags. This broke pmap such that pmap -X and pmap -XX would always fail.

This patch adds support for the vmflags field so that -X and -XX work again AND they display the flags.

Merge commit 'refs/merge-requests/8' of git://gitorious.org/procps/procps into merge-requests/8
pmap.c