summaryrefslogtreecommitdiffstats
path: root/disk/coda-rvm/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'disk/coda-rvm/DETAILS')
-rwxr-xr-xdisk/coda-rvm/DETAILS11
1 files changed, 10 insertions, 1 deletions
diff --git a/disk/coda-rvm/DETAILS b/disk/coda-rvm/DETAILS
index cdce43d69a..7b06352d29 100755
--- a/disk/coda-rvm/DETAILS
+++ b/disk/coda-rvm/DETAILS
@@ -16,5 +16,14 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/rvm-$VERSION
KEYWORDS="disk"
SHORT="Recoverable Virtual Memory library for Coda"
cat << EOF
-RVM provides an unstructured recoverable virtual memory. The recoverable storage is represented by Unix files or disk partitions that applications can map at page granularity into the address space of a process. Simple, non-nested atomic transactions guarantee permanence of changes to recoverable storage across system crashes. Applications can schedule transaction logging actions to enhance performance. The design stresses simplicity, ease of use, and high performance. Unix compatibility is standard, while optional Mach-specific extensions are supported for additional flexibility and performance. RVM has been extensively used in the clients and servers of the Coda File System, and in the Venari system.
+RVM provides an unstructured recoverable virtual memory. The recoverable
+storage is represented by Unix files or disk partitions that applications can
+map at page granularity into the address space of a process. Simple, non-nested
+atomic transactions guarantee permanence of changes to recoverable storage
+across system crashes. Applications can schedule transaction logging actions
+to enhance performance. The design stresses simplicity, ease of use, and high
+performance. Unix compatibility is standard, while optional Mach-specific
+extensions are supported for additional flexibility and performance. RVM has
+been extensively used in the clients and servers of the Coda File System,
+and in the Venari system.
EOF