summaryrefslogtreecommitdiff
path: root/libstore/ChangeLog
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2002-03-14 01:23:08 +0000
committerMarcus Brinkmann <marcus@gnu.org>2002-03-14 01:23:08 +0000
commitfba1ada51bdfa7fea872c2f6a0e8745584df22c0 (patch)
treea29496a07899ac93b9cc1d6d5f0dcba3d7dd68b3 /libstore/ChangeLog
parent9eccd96bdb880eb489b61959c9bbccf92425fc8a (diff)
2002-03-14 Marcus Brinkmann <marcus@gnu.org>
* rdwr.c (store_read): Truncate amount to be read to size of store. Use memcpy rather than bcopy. (store_write): Return EIO if caller tries to write over the end of the store. * copy.c (copy_read): Do not multiply LEN returned from vm_read with vm_page_size.
Diffstat (limited to 'libstore/ChangeLog')
-rw-r--r--libstore/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog
index 4e3c400f..1c235cd2 100644
--- a/libstore/ChangeLog
+++ b/libstore/ChangeLog
@@ -1,3 +1,12 @@
+2002-03-14 Marcus Brinkmann <marcus@gnu.org>
+
+ * rdwr.c (store_read): Truncate amount to be read to size of
+ store. Use memcpy rather than bcopy.
+ (store_write): Return EIO if caller tries to write over the end of
+ the store.
+ * copy.c (copy_read): Do not multiply LEN returned from vm_read
+ with vm_page_size.
+
2002-03-11 Marcus Brinkmann <marcus@gnu.org>
* stripe.c (store_concat_class): Add store_concat_open.