summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-04-01 04:56:29 +0000
committerRoland McGrath <roland@gnu.org>2001-04-01 04:56:29 +0000
commit996b23a49d146f3e54b0a44ea18963b733dba850 (patch)
tree268022b6095920b7e7dc54f915eb5e0109d57c80
parentcc74690c29b2c9bff48bd9ae68c76a72312c6825 (diff)
.
-rw-r--r--libdiskfs/ChangeLog2
-rw-r--r--libnetfs/ChangeLog20
2 files changed, 22 insertions, 0 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog
index 12fd2bdf..3ca597e7 100644
--- a/libdiskfs/ChangeLog
+++ b/libdiskfs/ChangeLog
@@ -1,5 +1,7 @@
2001-03-28 Neal H Walfield <neal@cs.uml.edu>
+ * protid-rele.c: Doc typo fix.
+
* shutdown.c: Move initialization of diskfs_fsys_lock from here ...
* init-init.c: ... to here with the rest of the initialization
code.
diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog
index 834d39c9..539afbd8 100644
--- a/libnetfs/ChangeLog
+++ b/libnetfs/ChangeLog
@@ -1,3 +1,23 @@
+2001-03-31 Neal H Walfield <neal@cs.uml.edu>
+
+ * fsys-goaway.c (netfs_S_fsys_goaway): Actually implement it.
+ * shutdown.c (netfs_shutdown): Likewise.
+
+ * Makefile (fsys-MIGSFLAGS): Add -DREPLY_PORTS, which we want for
+ netfs_S_fsys_goaway.
+ * fsys-get-options.c (netfs_S_fsys_getoptions): Add reply port
+ arguments to declaration.
+ * fsys-getroot.c (netfs_S_fsys_getroot): Likewise.
+ * fsys-goaway.c (netfs_S_fsys_goaway): Likewise.
+ * fsys-set-options.c (netfs_S_fsys_set_options): Likewise.
+ * fsys-syncfs.c (netfs_S_fsys_syncfs): Likewise.
+ * fsysstubs.c (netfs_S_fsys_getfile): Likewise.
+ (netfs_S_fsys_getpriv): Likewise.
+ (netfs_S_fsys_forward): Likewise.
+ (netfs_S_fsys_startup): Likewise.
+
+ * Makefile (MIGSTUBS): Add fsys_replyUser.o.
+
2001-01-15 Neal H Walfield <neal@cs.uml.edu>
* netfs.h: Added netfs_get_storage_info.