summaryrefslogtreecommitdiff
path: root/libstore/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2000-12-21 07:43:49 +0000
committerRoland McGrath <roland@gnu.org>2000-12-21 07:43:49 +0000
commit896cf6dda173f6ebfea2e133bca7077c282b1287 (patch)
tree0623eb767900afcde6e3d9464640f1b2c9803e00 /libstore/ChangeLog
parent2bd8c55b7f0485eb2c3f019fa3d1f0149af1fdff (diff)
.
Diffstat (limited to 'libstore/ChangeLog')
-rw-r--r--libstore/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog
index 74f6bcb4..152ada0e 100644
--- a/libstore/ChangeLog
+++ b/libstore/ChangeLog
@@ -1,3 +1,10 @@
+2000-12-20 Roland McGrath <roland@frob.com>
+
+ * copy.c (copy_read): When reading whole aligned pages, use vm_read.
+ Use MAP_FAILED in place of (void *) -1. Use memcpy in place of bcopy.
+ (copy_write): When reading whole aligned pages, use vm_write.
+ Use memcpy in place of bcopy.
+
1999-11-20 Roland McGrath <roland@baalperazim.frob.com>
* store.h (struct store_class): Add const to type of `name' member.