From 0642002d933b3b135f9af076f862ad1504c59d4a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 15 Aug 2001 06:10:55 +0000 Subject: . --- libstore/ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'libstore/ChangeLog') diff --git a/libstore/ChangeLog b/libstore/ChangeLog index 7e373bf3..86f23285 100644 --- a/libstore/ChangeLog +++ b/libstore/ChangeLog @@ -1,3 +1,22 @@ +2001-08-12 Neal H Walfield + + * copy.c (copy_read): The protocol dictates that *LEN is in + bytes, not pages. + (copy_write): Be sure that the buffer passed to vm_read is + page-aligned. When determining how much to copy, use LEN, not the + uninitialized *AMOUNT. + (copy_clone): Use memcpy, not bcopy. + * derive.c: Include and . + (_store_derive): Initialize STORE->wrap_src. + + * set.c: Do not include . + Include , and . + (store_set_runs): Use memcpy, not bcopy. + (store_set_name): Use strdup, not a strlen, malloc and strcpy. + * zero.c (zero_read): When checking if mmap failed, compare + against MAP_FAILED, not -1. + Use memset, not bzero. + 2001-08-03 Roland McGrath * Makefile (HURDLIBS): Define it so we link in libshouldbeinlibc. -- cgit v1.2.3