diff options
-rw-r--r-- | ext2fs/ChangeLog | 14 | ||||
-rw-r--r-- | tmpfs/ChangeLog | 5 |
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 |