From 896cf6dda173f6ebfea2e133bca7077c282b1287 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 21 Dec 2000 07:43:49 +0000 Subject: . --- libstore/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) 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 + + * 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 * store.h (struct store_class): Add const to type of `name' member. -- cgit v1.2.3