]> git.ipfire.org Git - thirdparty/man-pages.git/commit
proc.5: Add "wf" to VmFlags in /proc/[pid]/smaps
authorIan Rogers <irogers@google.com>
Thu, 21 May 2020 22:25:51 +0000 (15:25 -0700)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 25 May 2020 13:46:44 +0000 (15:46 +0200)
commit74603f4ecdeffb2aae3eb6b7c31e42f16171ca43
tree7aa2af843e251413c306c9c2b30a17f9ad22e554
parent6a67ed89fcdf3d88e99dd3149447e63cc2afae16
proc.5: Add "wf" to VmFlags in /proc/[pid]/smaps

This patch documents a flag added in the following kernel commit:

commit d2cd9ede6e193dd7d88b6d27399e96229a551b19
Author: Rik van Riel <riel@redhat.com>
Date:   Wed Sep 6 16:25:15 2017 -0700

    mm,fork: introduce MADV_WIPEONFORK

This was already documented in man2/madvise.2 in the commit:

commit c0c4f6c29c494c466f3a2a6273c5b55b76a72927
Author: Rik van Riel <riel@redhat.com>
Date:   Tue Sep 19 20:32:00 2017 +0200

    madvise.2: Document MADV_WIPEONFORK and MADV_KEEPONFORK

Signed-off-by: Ian Rogers <irogers@google.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man5/proc.5