summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-06-02 21:41:49 +0000
committerRoland McGrath <roland@gnu.org>2002-06-02 21:41:49 +0000
commitb3cb19ba7cfcfeeebdf811af2a924682eebe6f53 (patch)
treead5e9c312792c2e3bf758c92720ead519dfdf3b6
parentd2583d9069895b86b74341c6e3f4c8ffccb1be13 (diff)
.
-rw-r--r--ext2fs/ChangeLog14
-rw-r--r--tmpfs/ChangeLog5
2 files changed, 19 insertions, 0 deletions
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog
index b04e97c3..fa3c1fa7 100644
--- a/ext2fs/ChangeLog
+++ b/ext2fs/ChangeLog
@@ -1,3 +1,17 @@
+2002-05-29 Roland McGrath <roland@frob.com>
+
+ * dir.c (dirscanblock): Use %z format.
+ (diskfs_get_directs): Likewise.
+ * ext2fs.c (main): Likewise.
+ * hyper.c (get_hypermetadata): Likewise.
+ * pager.c (pager_unlock_page): Likewise.
+
+2002-05-28 Roland McGrath <roland@frob.com>
+
+ * ext2fs.c (diskfs_append_args): unsigned -> size_t
+ * dir.c (count_dirents): int -> size_t
+ (diskfs_get_directs): u_int -> size_t
+
2001-11-20 Neal H Walfield <neal@cs.uml.edu>
* ext2fs.c (diskfs_synchronous): Removing superfluous zero initializer.
diff --git a/tmpfs/ChangeLog b/tmpfs/ChangeLog
index eb04d954..fa74aa03 100644
--- a/tmpfs/ChangeLog
+++ b/tmpfs/ChangeLog
@@ -1,3 +1,8 @@
+2002-05-29 Roland McGrath <roland@frob.com>
+
+ * node.c (diskfs_S_file_get_storage_info): Return a null port when the
+ peropen is not open for read/write. Set STORE_READONLY if O_WRITE set.
+
2002-05-28 Roland McGrath <roland@frob.com>
* dir.c (diskfs_get_directs): u_int -> size_t