Actions
Bug #1921
openwe miss mlockall
Description
We don't have the mlockall/munlockall syscalls as documented in [1]. We have at
least one tool in base that would benefit from it: cryptsetup. Hopefully someone
more familiar with the VM system can implement it without much effort as we
already have mlock/munlock.
Cheers,
Alex Hornung
[1]: http://opengroup.org/onlinepubs/007908799/xsh/mlockall.html
Actions