Flesh-out the VM & SWAP release notes.

Approved by: jkh
This commit is contained in:
dillon 2000-01-18 22:43:21 +00:00
parent abfc021d9f
commit 09edd2844b
2 changed files with 12 additions and 4 deletions

View File

@ -57,8 +57,12 @@ NFS has been immensely improved with bug fixes and performance tuning
Support for more than 32 signals has been added.
The VM system's anonymous storage subsystem (the ``swap pager'') has
been completely revamped.
A large number of bug fixes and performance improvements have been
made to the VM system, including and most especially to mmap() and
related functions. The MAP_NOSYNC option has been added to better support
the use of shared files as an IPC mechanism. The VM system's swapper has
been completely rewritten and performance has been greatly enhanced,
especially when swapping over NFS.
An emulator for SVR4 binaries has been added.

View File

@ -59,8 +59,12 @@ Support for more than 32 signals has been added.
Jail(8) aware sysctl(8) variables have been added for Linux mode.
The VM system's anonymous storage subsystem (the ``swap pager'') has
been completely revamped.
A large number of bug fixes and performance improvements have been
made to the VM system, including and most especially to mmap() and
related functions. The MAP_NOSYNC option has been added to better support
the use of shared files as an IPC mechanism. The VM system's swapper has
been completely rewritten and performance has been greatly enhanced,
especially when swapping over NFS.
An emulator for SVR4 binaries has been added.