Remove the BUGS entry for vslock(9) not actually holding user memory in place.

This commit is contained in:
Brian Feldman 2004-08-16 03:12:10 +00:00
parent 7c938963a4
commit fec07e9be0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133797

View File

@ -96,9 +96,3 @@ its per-process locked memory limit.
Some portion of the indicated address range is not allocated.
There was an error faulting/mapping a page.
.El
.Sh BUGS
The
.Fn vslock
function does not prevent memory from being unmapped out from underneath.
This can lead to system instability and blocking conditions where they
are required not to occur when accessing the locked memory.