diff options
author | Roland McGrath <roland@gnu.org> | 2002-06-11 21:43:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-06-11 21:43:43 +0000 |
commit | e134b714b6acb56586e9b4fe030aa44e272e8647 (patch) | |
tree | ccaf353b2c2195dd7e302b60bbf5aa70ce14000b | |
parent | 5a07075504a4066427dae6984d19f81c859a681e (diff) |
.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | boot/ChangeLog | 4 | ||||
-rw-r--r-- | ext2fs/ChangeLog | 12 | ||||
-rw-r--r-- | hurd/ChangeLog | 28 | ||||
-rw-r--r-- | isofs/ChangeLog | 4 | ||||
-rw-r--r-- | libdiskfs/ChangeLog | 13 | ||||
-rw-r--r-- | libfshelp/ChangeLog | 5 | ||||
-rw-r--r-- | libftpconn/ChangeLog | 5 | ||||
-rw-r--r-- | libnetfs/ChangeLog | 14 | ||||
-rw-r--r-- | libstore/ChangeLog | 3 | ||||
-rw-r--r-- | libtrivfs/ChangeLog | 11 | ||||
-rw-r--r-- | pfinet/ChangeLog | 6 | ||||
-rw-r--r-- | pflocal/ChangeLog | 4 | ||||
-rw-r--r-- | tmpfs/ChangeLog | 9 | ||||
-rw-r--r-- | ufs-fsck/ChangeLog | 10 | ||||
-rw-r--r-- | ufs-utils/ChangeLog | 4 | ||||
-rw-r--r-- | ufs/ChangeLog | 10 | ||||
-rw-r--r-- | utils/ChangeLog | 4 |
18 files changed, 150 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2002-06-08 Roland McGrath <roland@frob.com> + + * Makeconf (CPPFLAGS): Add -D_FILE_OFFSET_BITS=64. + 2002-05-16 Roland McGrath <roland@frob.com> * configure.in (asm_syntax): Add patterns for all the flavors we have diff --git a/boot/ChangeLog b/boot/ChangeLog index 95120e9c..1d6ef146 100644 --- a/boot/ChangeLog +++ b/boot/ChangeLog @@ -1,3 +1,7 @@ +2002-06-08 Roland McGrath <roland@frob.com> + + * boot.c (S_io_identity): Use ino_t for FILENO. + 2002-05-31 Roland McGrath <roland@frob.com> * boot.c: Don't include "exec_S.h". diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog index 0a6d6b30..a06238d9 100644 --- a/ext2fs/ChangeLog +++ b/ext2fs/ChangeLog @@ -1,3 +1,15 @@ +2002-06-08 Roland McGrath <roland@frob.com> + + * inode.c (diskfs_cached_lookup): Use ino_t for argument. + + * ialloc.c (diskfs_free_node): Use %Ld format for ino_t/off_t values. + * pager.c (diskfs_grow, pager_unlock_page): Likewise. + * inode.c (read_node): Likewise. + * dir.c (diskfs_get_directs): Likewise. + + * dir.c (diskfs_direnter_hard): Use size_t for OLDSIZE. + Fail with EOVERFLOW when it would exceed that width. + 2002-04-05 Neal H Walfield <neal@cs.uml.edu> * pager.c (diskfs_grow): Correctly recalculate NEW_SIZE. diff --git a/hurd/ChangeLog b/hurd/ChangeLog index aec09468..ccfc5120 100644 --- a/hurd/ChangeLog +++ b/hurd/ChangeLog @@ -1,3 +1,31 @@ +2002-06-09 Roland McGrath <roland@frob.com> + + * version.h: New file. + * Makefile (INSTHDRS): Add it. + +2002-06-08 Roland McGrath <roland@frob.com> + + * hurd_types.defs (loff_t, ino64_t): New types, 64 bits. + (off_t): Type removed. + (off_array_t): Use loff_t instead of off_t as base type. + * hurd_types.h (off_array_t): Likewise. + [_FILE_OFFSET_BITS != 64] (io_statbuf_t, fsys_statfsbuf_t): Define + using struct stat64/statfs64 instead of struct stat/statfs. + * io.defs (io_identity): Use ino64_t for FILENO. + * fs.defs (file_set_size): off_t -> loff_t + * fs_notify.defs (file_changed): Likewise. + * io.defs (io_write, io_read, io_seek): Likewise. + * io_request.defs: Likewise for those RPCs' *_request variants. + * io_reply.defs: Likewise for those RPCs' *_reply variants. + + * hurd_types.defs (size_t): Remove type. + * fs.defs (dir_readdir): Use vm_size_t for AMOUNT. + * socket.defs (socket_send, socket_recv): Likewise. + * pfinet.defs (pfinet_siocgifconf): Likewise. + * io.defs (io_write, io_read, io_readable): Likewise. + * io_request.defs: Likewise for those RPCs' *_request variants. + * io_reply.defs: Likewise for those RPCs' *_reply variants. + 2002-06-07 Roland McGrath <roland@frob.com> * hurd_types.defs (dev_t, ssize_t): Remove unused types. diff --git a/isofs/ChangeLog b/isofs/ChangeLog index a06d50e8..146c5f40 100644 --- a/isofs/ChangeLog +++ b/isofs/ChangeLog @@ -1,3 +1,7 @@ +2002-06-08 Roland McGrath <roland@frob.com> + + * inode.c (diskfs_cached_lookup): Use ino_t for argument. + 2002-05-08 Roland McGrath <roland@frob.com> * rr.c (rrip_work): Cast pointer to uintptr_t instead of int. diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog index 283496e5..e81d3910 100644 --- a/libdiskfs/ChangeLog +++ b/libdiskfs/ChangeLog @@ -1,3 +1,16 @@ +2002-06-08 Roland McGrath <roland@frob.com> + + * io-identity.c (diskfs_S_io_identity): Use ino_t for FILENO. + + * dir-readdir.c (diskfs_S_dir_readdir): Use vm_size_t for AMT. + + * diskfs.h (struct node): Use io_statbuf_t instead of struct stat. + (struct node): Use ino64_t for cache_id. + (struct node): Use loff_t instead of off_t. + (diskfs_grow, diskfs_truncate, diskfs_node_rdwr): Likewise. + (diskfs_notice_filechange): Likewise. + (diskfs_cached_lookup): Use ino64_t for CACHE_ID argument. + 2002-05-26 Roland McGrath <roland@frob.com> * dir-unlink.c (diskfs_S_dir_unlink): Return EPERM instead of EISDIR, diff --git a/libfshelp/ChangeLog b/libfshelp/ChangeLog index 0e11dbef..be35c65b 100644 --- a/libfshelp/ChangeLog +++ b/libfshelp/ChangeLog @@ -1,3 +1,8 @@ +2002-06-07 Roland McGrath <roland@frob.com> + + * fshelp.h: Use io_statbuf_t in place of struct stat throughout. + (fshelp_get_identity): ino_t -> ino64_t + 2002-05-10 Roland McGrath <roland@frob.com> * exec-reauth.c (fshelp_exec_reauth): Always set *SECURE if nonnull, diff --git a/libftpconn/ChangeLog b/libftpconn/ChangeLog index 779646ae..f7c2adac 100644 --- a/libftpconn/ChangeLog +++ b/libftpconn/ChangeLog @@ -1,3 +1,8 @@ +2002-06-08 Roland McGrath <roland@frob.com> + + * ftpconn.h (ftp_conn_add_stat_fun_t) [_FILE_OFFSET_BITS != 64]: + Use struct stat64 in place of struct stat. + 2002-05-07 Roland McGrath <roland@frob.com> * xfer.c (ftp_conn_start_open_actv_data): size_t -> socklen_t diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog index 20f60e53..524f3b6d 100644 --- a/libnetfs/ChangeLog +++ b/libnetfs/ChangeLog @@ -1,3 +1,17 @@ +2002-06-08 Roland McGrath <roland@frob.com> + + * io-identity.c (netfs_S_io_identity): Use ino_t for FILENO. + + * dir-readdir.c (netfs_S_dir_readdir): Use vm_size_t for AMT. + +2002-06-07 Roland McGrath <roland@frob.com> + + * netfs.h (struct node): Use io_statbuf_t instead of struct stat. + (netfs_attempt_statfs): Use fsys_statfsbuf_t instead of struct statfs. + (struct peropen): Use loff_t instead of off_t. + (netfs_attempt_read, netfs_attempt_write): Likewise. + (netfs_attempt_set_size, netfs_file_get_storage_info): Likewise. + 2002-05-23 Marcus Brinkmann <marcus@gnu.org> * io-read.c (netfs_S_io_read): If desired amount is larger than diff --git a/libstore/ChangeLog b/libstore/ChangeLog index d5433bd9..ab4b8c59 100644 --- a/libstore/ChangeLog +++ b/libstore/ChangeLog @@ -1,5 +1,8 @@ 2002-06-07 Roland McGrath <roland@frob.com> + * store.h (struct store_enc): Use loff_t instead of off_t. + (store_enc_init, store_enc_return, store_return): Likewise. + * encode.c (store_std_leaf_encode): Do a sizeof comparison to get `too_big' optimized out when store_enc starts using 64 bit offsets. diff --git a/libtrivfs/ChangeLog b/libtrivfs/ChangeLog index e43f8bfd..5a354668 100644 --- a/libtrivfs/ChangeLog +++ b/libtrivfs/ChangeLog @@ -1,3 +1,14 @@ +2002-06-08 Roland McGrath <roland@frob.com> + + * io-identity.c (trivfs_S_io_identity): Use ino_t for FILENO. + + * dir-readdir.c (trivfs_S_dir_readdir): Use vm_size_t for AMOUNT. + +2002-06-07 Roland McGrath <roland@frob.com> + + * trivfs.h (trivfs_modify_stat): + Use io_statbuf_t instead of struct stat. + 2002-05-28 Roland McGrath <roland@frob.com> * dir-readdir.c (trivfs_S_dir_readdir): u_int -> size_t diff --git a/pfinet/ChangeLog b/pfinet/ChangeLog index 12f4f7df..7484ec9b 100644 --- a/pfinet/ChangeLog +++ b/pfinet/ChangeLog @@ -1,3 +1,9 @@ +2002-06-08 Roland McGrath <roland@frob.com> + + * pfinet-ops.c (S_pfinet_siocgifconf): Use vm_size_t for AMOUNT. + + * io-ops.c (S_io_identity): Use ino_t for FILENO. + 2002-05-31 Roland McGrath <roland@frob.com> * Makefile (LINUXSRCS): Search for .S files as well as .c files diff --git a/pflocal/ChangeLog b/pflocal/ChangeLog index 49a63750..4ceef902 100644 --- a/pflocal/ChangeLog +++ b/pflocal/ChangeLog @@ -1,3 +1,7 @@ +2002-06-08 Roland McGrath <roland@frob.com> + + * io.c (S_io_identity): Use ino_t for FILENO. + 2002-05-08 Roland McGrath <roland@frob.com> * io.c (S_io_reauthenticate): unsigned -> size_t diff --git a/tmpfs/ChangeLog b/tmpfs/ChangeLog index fa74aa03..0d7098c5 100644 --- a/tmpfs/ChangeLog +++ b/tmpfs/ChangeLog @@ -1,3 +1,12 @@ +2002-06-08 Roland McGrath <roland@frob.com> + + * node.c (diskfs_cached_lookup): Use ino_t for argument. + * node.c (diskfs_alloc_node): Case to uintptr_t before ino_t. + (diskfs_cached_lookup): Likewise, and vice versa. + * dir.c (diskfs_get_directs, diskfs_lookup_hard): Likewise. + + * tmpfs.c (diskfs_append_args): Use %Ld format for off_t value. + 2002-05-29 Roland McGrath <roland@frob.com> * node.c (diskfs_S_file_get_storage_info): Return a null port when the diff --git a/ufs-fsck/ChangeLog b/ufs-fsck/ChangeLog index 0e678ab5..7260520b 100644 --- a/ufs-fsck/ChangeLog +++ b/ufs-fsck/ChangeLog @@ -1,3 +1,13 @@ +2002-06-08 Roland McGrath <roland@frob.com> + + * dir.c, pass1.c, pass1b.c, pass2.c: Use %Ld for ino_t values. + * utilities.c: Likewise. + + * fsck.h: Use ino_t for lfdir. + * setup.c: Likewise. + + * fsck.h (struct dirinfo): Use size_t for i_isize. + 2001-09-30 Roland McGrath <roland@frob.com> * pass5.c (pass5): A little manual CSE makes buggy gcc not to crash. diff --git a/ufs-utils/ChangeLog b/ufs-utils/ChangeLog index 66cefd4c..f65e9ce1 100644 --- a/ufs-utils/ChangeLog +++ b/ufs-utils/ChangeLog @@ -1,3 +1,7 @@ +2002-06-08 Roland McGrath <roland@frob.com> + + * mkfs.c (iput): Use %Ld format for ino_t values. + 2001-12-06 Roland McGrath <roland@frob.com> * dlabel.c (fd_get_device): Only deallocate NODE if store_create fails. 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. diff --git a/utils/ChangeLog b/utils/ChangeLog index 1bdc6b25..cdad644c 100644 --- a/utils/ChangeLog +++ b/utils/ChangeLog @@ -1,3 +1,7 @@ +2002-06-08 Roland McGrath <roland@frob.com> + + * ftpdir.c (pdirent): Use %lld format for off_t value. + 2002-05-28 Roland McGrath <roland@frob.com> * fakeauth.c (idvec_copyout): Fix argument type. |