Document exactly how vslock(9) is broken.
This commit is contained in:
parent
94edfa59ed
commit
7419bfcbfb
@ -96,3 +96,9 @@ 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.
|
||||
|
Loading…
Reference in New Issue
Block a user