summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--isofs/ChangeLog8
-rw-r--r--libstore/ChangeLog4
-rw-r--r--storeio/ChangeLog7
-rw-r--r--sutils/ChangeLog4
-rw-r--r--utils/ChangeLog4
5 files changed, 27 insertions, 0 deletions
diff --git a/isofs/ChangeLog b/isofs/ChangeLog
index e728673a..26dbdf60 100644
--- a/isofs/ChangeLog
+++ b/isofs/ChangeLog
@@ -1,3 +1,11 @@
+1999-11-20 Roland McGrath <roland@baalperazim.frob.com>
+
+ * lookup.c (dirscanblock): Add const to type of NAME parameter.
+ (isonamematch): Likewise.
+ * rr.c (rrip_match_lookup): Likewise.
+ (rrip_work): Likewise. Change char -> size_t for MATCH_NAMELEN.
+ * rr.h: Update decls.
+
1999-10-13 Roland McGrath <roland@baalperazim.frob.com>
* main.c (diskfs_name_max): New variable.
diff --git a/libstore/ChangeLog b/libstore/ChangeLog
index 58b3089c..74f6bcb4 100644
--- a/libstore/ChangeLog
+++ b/libstore/ChangeLog
@@ -1,3 +1,7 @@
+1999-11-20 Roland McGrath <roland@baalperazim.frob.com>
+
+ * store.h (struct store_class): Add const to type of `name' member.
+
1999-11-14 Roland McGrath <roland@baalperazim.frob.com>
* device.c (dev_error): New static function.
diff --git a/storeio/ChangeLog b/storeio/ChangeLog
index 31d9dd31..0b874033 100644
--- a/storeio/ChangeLog
+++ b/storeio/ChangeLog
@@ -1,3 +1,10 @@
+1999-11-20 Roland McGrath <roland@baalperazim.frob.com>
+
+ * dev.c (dev_read, dev_write): In DEV->inhibit_cache case,
+ handle zero (i.e. unknown) block_size by treating it as 1.
+ Use shift and bitwise-and rather than multiply and modulus
+ for block size arithmetic, since it's a known power of two.
+
1999-11-14 Roland McGrath <roland@baalperazim.frob.com>
* io.c (trivfs_S_file_get_storage_info): Fail with EOPNOTSUPP when
diff --git a/sutils/ChangeLog b/sutils/ChangeLog
index eaf4b180..1492d8df 100644
--- a/sutils/ChangeLog
+++ b/sutils/ChangeLog
@@ -1,5 +1,9 @@
1999-11-19 Roland McGrath <roland@baalperazim.frob.com>
+ * MAKEDEV.sh (mkdev: time): Use --no-cache flag.
+ (mkdev: mem): New storeio device.
+ (mkdev: std): Add mem to standard list.
+
* Makefile (progs, scripts): New variables.
(targets, special-targets, SRCS, OBJS): Define in terms of those.
(libshouldbeinlibc dep rule): Replaced with static pattern rule
diff --git a/utils/ChangeLog b/utils/ChangeLog
index a29ec39a..6555e180 100644
--- a/utils/ChangeLog
+++ b/utils/ChangeLog
@@ -1,3 +1,7 @@
+1999-11-20 Roland McGrath <roland@baalperazim.frob.com>
+
+ * storeinfo.c (print_store: pstr): Add const to parameter type.
+
1999-11-19 Roland McGrath <roland@baalperazim.frob.com>
* mount.c: New file.