summaryrefslogtreecommitdiff
path: root/ufs
diff options
context:
space:
mode:
Diffstat (limited to 'ufs')
-rw-r--r--ufs/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ufs/ChangeLog b/ufs/ChangeLog
index f0192426..06e3b323 100644
--- a/ufs/ChangeLog
+++ b/ufs/ChangeLog
@@ -1,3 +1,13 @@
+2002-06-08 Roland McGrath <roland@frob.com>
+
+ * inode.c (diskfs_cached_lookup): Use ino_t for argument.
+
+ * dir.c (diskfs_direnter_hard): Use size_t for OLDSIZE.
+ Fail with EOVERFLOW when it would exceed that width.
+
+ * alloc.c, dir.c: Use %Ld format for ino_t values.
+ * alloc.c (diskfs_alloc_node): Use %Ld format for blkcnt_t values.
+
2002-05-08 Roland McGrath <roland@frob.com>
* main.c (diskfs_append_args): Fix argument type.