]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r266285,266866:
authorbjk <bjk@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 2 Jun 2014 20:23:41 +0000 (20:23 +0000)
committerbjk <bjk@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 2 Jun 2014 20:23:41 +0000 (20:23 +0000)
commite94271648e8016b9cc3e1ce7c5d993fff4f4d651
tree2d77e564f4b46bc3e42c002776c12ecb0cf88fed
parent69b95bb8aae9905b0fc851a8e492fd372af2b776
MFC r266285,266866:

    ------------------------------------------------------------------------
    r266285 | bjk | 2014-05-16 23:05:52 -0400 (Fri, 16 May 2014) | 9 lines

    Correct documentation of the limit on how much memory can be mlock()ed

    vm.max_wired is a system-wide limit, not per-process.  Reword the
    section to make this more clear.

    PR:             docs/189214
    Submitted by:   Lawrence Chen (original text)
    Approved by:    hrs (mentor)

    ------------------------------------------------------------------------
    r266866 | bjk | 2014-05-29 22:16:28 -0400 (Thu, 29 May 2014) | 5 lines

    Minor mdoc fix

    Submitted by:   hrs
    Approved by:    hrs (mentor, implicit)

    ------------------------------------------------------------------------

PR: 189214
Approved by: re (gjb), hrs (mentor)

git-svn-id: svn://svn.freebsd.org/base/stable/9@266982 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libc/sys/mlock.2