summaryrefslogtreecommitdiff
path: root/boot/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-02-26 04:18:20 +0000
committerRoland McGrath <roland@gnu.org>2001-02-26 04:18:20 +0000
commitd46d0726fb7a48723ed128e1ca8366b58b7ba5d0 (patch)
treeda29f44bb3c358f4b474209d4109147a89e5bb56 /boot/ChangeLog
parent480aa674aaed66f581decc4e9f17bf058dab121b (diff)
.
Diffstat (limited to 'boot/ChangeLog')
-rw-r--r--boot/ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/boot/ChangeLog b/boot/ChangeLog
index e39de84f..1e4d9e07 100644
--- a/boot/ChangeLog
+++ b/boot/ChangeLog
@@ -1,3 +1,8 @@
+2001-02-25 Roland McGrath <roland@frob.com>
+
+ * Makefile (ourdevice.defs): Loosen up regexp since some whitespace in
+ the file changed.
+
2000-12-21 Marcus Brinkmann <marcus@gnu.org>
* boot.c (main): If malloc or realloc fails, print diagnostic
@@ -5,8 +10,8 @@
(queue_read): Change return type from void to kern_return_t.
If malloc fails, return D_NO_MEMORY, otherwise D_SUCCESS (to simplify
code flow, malloc before acquiring the queuelock).
- (ds_device_read): New variable err (local to the block in which it is used).
- If queue_read fails, pass through error.
+ (ds_device_read): New variable err (local to the block in which it is
+ used). If queue_read fails, pass through error.
(ds_device_read_inband): Likewise.
(S_io_read): Likewise.
Reported by Igor Khavkine <i_khavki@alcor.concordia.ca>.