diff options
author | attilio <attilio@FreeBSD.org> | 2012-03-06 20:01:25 +0000 |
---|---|---|
committer | attilio <attilio@FreeBSD.org> | 2012-03-06 20:01:25 +0000 |
commit | 9906b913d94518630c70e4da3cbcb4e7a5aab808 (patch) | |
tree | 13aab0c5dc6d9789fd69c4db66972f65bcb8cd65 /UPDATING | |
parent | 7378e795d9c7d5d6c13b62300ecb6454e34aa4f9 (diff) | |
download | FreeBSD-src-9906b913d94518630c70e4da3cbcb4e7a5aab808.zip FreeBSD-src-9906b913d94518630c70e4da3cbcb4e7a5aab808.tar.gz |
Disable the option VFS_ALLOW_NONMPSAFE by default on all the supported
platforms.
This will make every attempt to mount a non-mpsafe filesystem to the
kernel forbidden, unless it is expressely compiled with
VFS_ALLOW_NONMPSAFE option.
This patch is part of the effort of killing non-MPSAFE filesystems
from the tree.
No MFC is expected for this patch.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -22,6 +22,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW: machines to maximize performance. (To disable malloc debugging, run ln -s aj /etc/malloc.conf.) +20120306: + Disable by default the option VFS_ALLOW_NONMPSAFE for all supported + platforms. + 20120229: Now unix domain sockets behave "as expected" on nullfs(5). Previously nullfs(5) did not pass through all behaviours to the underlying layer, |