diff options
| -rw-r--r-- | ChangeLog | 11 | ||||
| -rw-r--r-- | boot/ChangeLog | 5 | ||||
| -rw-r--r-- | exec/ChangeLog | 4 | ||||
| -rw-r--r-- | libtrivfs/ChangeLog | 8 | ||||
| -rw-r--r-- | pfinet/ChangeLog | 10 | ||||
| -rw-r--r-- | tmpfs/ChangeLog | 4 | ||||
| -rw-r--r-- | ufs-fsck/ChangeLog | 4 | ||||
| -rw-r--r-- | utils/ChangeLog | 4 | 
8 files changed, 50 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2002-06-13  Roland McGrath  <roland@frob.com> + +	* Makeconf (%_S.h %Server.c): Prepend $(mig-sheader-prefix) +	to stub header file name. +	(INSTALLED_LOCAL_HEADERS): Put them in the build directory, +	not the source.  Make files with #include rather than symlinks. +	(../$(dir)/%: %): New dummy pattern rule. +	(INCLUDES): New variable broken out of CPPFLAGS.  Add -I$(..)include. +	Include ..-relative dirs only if [$(dir) != .]. +	(CPPFLAGS): Use that. +  2002-06-11  Roland McGrath  <roland@frob.com>  	* Makeconf (CPPFLAGS): Add -D_FILE_OFFSET_BITS=64. diff --git a/boot/ChangeLog b/boot/ChangeLog index 1d6ef146..e3629dab 100644 --- a/boot/ChangeLog +++ b/boot/ChangeLog @@ -1,3 +1,8 @@ +2002-06-13  Roland McGrath  <roland@frob.com> + +	* boot.c (ds_device_write): int -> size_t in store_write call. +	(ds_device_write_inband): Likewise. +  2002-06-08  Roland McGrath  <roland@frob.com>  	* boot.c (S_io_identity): Use ino_t for FILENO. diff --git a/exec/ChangeLog b/exec/ChangeLog index 0f2d42c0..e2c30d37 100644 --- a/exec/ChangeLog +++ b/exec/ChangeLog @@ -1,3 +1,7 @@ +2002-06-13  Roland McGrath  <roland@frob.com> + +	* priv.h (trivfs_protid_t): Type removed (now in trivfs.h). +  2002-05-29  Roland McGrath  <roland@frob.com>  	* hashexec.c (check_hashbang): Fix fs id port arg in io_identity call. diff --git a/libtrivfs/ChangeLog b/libtrivfs/ChangeLog index f11e788a..04119c01 100644 --- a/libtrivfs/ChangeLog +++ b/libtrivfs/ChangeLog @@ -1,5 +1,13 @@  2002-06-13  Roland McGrath  <roland@frob.com> +	* Makefile (mig-sheader-prefix): New variable. +	(installhdrs): Add trivfs_*_S.h for fs, io, fsys (server stub headers). +	($(MIGSTUBS:%Server.o=%.sdefsi)): Give dep $(srcdir)/fsmutations.h. +	* priv.h: All declarations moved to ... +	* trivfs.h: ... here.  #include those server stub headers. +	* fsmutations.h (FILE_IMPORTS, IO_IMPORTS, FSYS_IMPORTS): +	Use <hurd/trivfs.h> instead of "priv.h" here. +  	* io-version.c (trivfs_S_io_server_version): Fix receiver arg type.  	* file-exec.c (trivfs_S_file_exec): Add reply port args. diff --git a/pfinet/ChangeLog b/pfinet/ChangeLog index 7484ec9b..ff2dabed 100644 --- a/pfinet/ChangeLog +++ b/pfinet/ChangeLog @@ -1,3 +1,13 @@ +2002-06-13  Roland McGrath  <roland@frob.com> + +	* tunnel.c (trivfs_S_io_read): off_t -> loff_t +	(trivfs_S_io_map): Add reply port args. +	(trivfs_S_io_read): Fix argument types.  Check mmap for failure. + +	* pfinet.h (trivfs_protid_t): Type removed (now in trivfs.h). + +	* linux-src/include/net/ip_fib.h: Fix obsolescent #endif syntax. +  2002-06-08  Roland McGrath  <roland@frob.com>  	* pfinet-ops.c (S_pfinet_siocgifconf): Use vm_size_t for AMOUNT. diff --git a/tmpfs/ChangeLog b/tmpfs/ChangeLog index 0d7098c5..9bbdc878 100644 --- a/tmpfs/ChangeLog +++ b/tmpfs/ChangeLog @@ -1,3 +1,7 @@ +2002-06-13  Roland McGrath  <roland@frob.com> + +	* dir.c (diskfs_lookup_hard): int -> ino_t +  2002-06-08  Roland McGrath  <roland@frob.com>  	* node.c (diskfs_cached_lookup): Use ino_t for argument. diff --git a/ufs-fsck/ChangeLog b/ufs-fsck/ChangeLog index 7260520b..6415a78a 100644 --- a/ufs-fsck/ChangeLog +++ b/ufs-fsck/ChangeLog @@ -1,3 +1,7 @@ +2002-06-13  Roland McGrath  <roland@frob.com> + +	* fsck.h (struct dirinfo): Revert i_isize to using u_int. +  2002-06-08  Roland McGrath  <roland@frob.com>  	* dir.c, pass1.c, pass1b.c, pass2.c: Use %Ld for ino_t values. diff --git a/utils/ChangeLog b/utils/ChangeLog index cdad644c..47bcb8c6 100644 --- a/utils/ChangeLog +++ b/utils/ChangeLog @@ -1,3 +1,7 @@ +2002-06-13  Roland McGrath  <roland@frob.com> + +	* vminfo.c: Use `z' modifier format modifier for address/size values. +  2002-06-08  Roland McGrath  <roland@frob.com>  	* ftpdir.c (pdirent): Use %lld format for off_t value.  | 
