summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libdiskfs/ChangeLog9
-rw-r--r--libfshelp/ChangeLog9
-rw-r--r--libnetfs/ChangeLog6
-rw-r--r--libports/ChangeLog15
-rw-r--r--pfinet/ChangeLog7
-rw-r--r--term/ChangeLog8
6 files changed, 47 insertions, 7 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog
index e1c47276..e74b00ad 100644
--- a/libdiskfs/ChangeLog
+++ b/libdiskfs/ChangeLog
@@ -1,13 +1,18 @@
+1999-02-28 Roland McGrath <roland@baalperazim.frob.com>
+
+ * io-revoke.c (diskfs_S_io_revoke): Use ports_class_iterate.
+ * readonly.c (diskfs_set_readonly): Likewise.
+
Mon Feb 22 04:28:56 1999 Thomas Bushnell, BSG <tb@mit.edu>
* io-revoke.c (diskfs_S_io_revoke): Protect the actual revocation
- by blocking all other rpcs.
+ by blocking all other rpcs.
Sat Feb 20 20:46:21 1999 Thomas Bushnell, BSG <tb@mit.edu>
* io-revoke.c (diskfs_S_io_revoke): Release NP->lock before
beginning iteration.
-
+
1999-02-16 Roland McGrath <roland@baalperazim.frob.com>
* io-revoke.c (diskfs_S_io_revoke): Fix typo in 1999-02-16 change.
diff --git a/libfshelp/ChangeLog b/libfshelp/ChangeLog
index 3ed34fc6..2332d67b 100644
--- a/libfshelp/ChangeLog
+++ b/libfshelp/ChangeLog
@@ -1,3 +1,12 @@
+1999-02-28 Roland McGrath <roland@baalperazim.frob.com>
+
+ * get-identity.c (fshelp_get_identity): Use ports_class_iterate.
+
+1998-12-19 Roland McGrath <roland@baalperazim.frob.com>
+
+ * fetch-root.c (fshelp_fetch_root): Cope when we have a null auth
+ server port (pass our own ports).
+
1998-09-04 Roland McGrath <roland@baalperazim.frob.com>
* fshelp.h (fshelp_set_options): Use `const' for `char *' parameter.
diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog
index cf54bda3..86e894ad 100644
--- a/libnetfs/ChangeLog
+++ b/libnetfs/ChangeLog
@@ -1,3 +1,7 @@
+1999-02-28 Roland McGrath <roland@baalperazim.frob.com>
+
+ * io-revoke.c (netfs_S_io_revoke): Use ports_class_iterate.
+
Mon Feb 22 04:30:18 1999 Thomas Bushnell, BSG <tb@mit.edu>
* io-revoke.c (netfs_S_io_revoke): Protect the revocation by
@@ -5,7 +9,7 @@ Mon Feb 22 04:30:18 1999 Thomas Bushnell, BSG <tb@mit.edu>
Sat Feb 20 20:54:26 1999 Thomas Bushnell, BSG <tb@mit.edu>
- * io-revoke.c (netfs_S_io_revoke): Release lock before iteration.
+ * io-revoke.c (netfs_S_io_revoke): Release lock before iteration.
1999-02-16 Roland McGrath <roland@baalperazim.frob.com>
diff --git a/libports/ChangeLog b/libports/ChangeLog
index fc4bc0bc..1f60ec4e 100644
--- a/libports/ChangeLog
+++ b/libports/ChangeLog
@@ -1,7 +1,20 @@
+1999-02-28 Roland McGrath <roland@baalperazim.frob.com>
+
+ * destroy-right.c (ports_destroy_right): Return error_t (always 0).
+ * ports.h: Update decl.
+
+ * bucket-iterate.c (_ports_bucket_class_iterate): New function,
+ transmorgified from ports_bucket_iterate.
+ (ports_bucket_iterate): Now just call that to do the work.
+ * class-iterate.c: New file.
+ (ports_class_iterate): New function.
+ * ports.h: Declare ports_class_iterate and _ports_bucket_class_iterate.
+ * Makefile (SRCS): Add class-iterate.c.
+
Thu Feb 25 10:31:57 1999 Thomas Bushnell, BSG <tb@mit.edu>
* end-rpc.c (ports_end_rpc): Signal ports_block anytime an rpc
- ends and someone is waiting on an inhibition.
+ ends and someone is waiting on an inhibition.
1999-01-01 Roland McGrath <roland@baalperazim.frob.com>
diff --git a/pfinet/ChangeLog b/pfinet/ChangeLog
index a9e16134..85269ad9 100644
--- a/pfinet/ChangeLog
+++ b/pfinet/ChangeLog
@@ -1,7 +1,12 @@
+1999-02-28 Roland McGrath <roland@baalperazim.frob.com>
+
+ * main.c (S_startup_dosync): Use ports_class_iterate.
+ (sigterm_handler): Likewise.
+
Tue Feb 16 05:50:27 1999 Thomas Bushnell, BSG <tb@mit.edu>
* io-ops.c (S_io_revoke): New function. Don't attempt to
- implement. (Other systems don't even permit non-file revokes.)
+ implement. (Other systems don't even permit non-file revokes.)
1998-10-24 Roland McGrath <roland@baalperazim.frob.com>
diff --git a/term/ChangeLog b/term/ChangeLog
index fc333779..d862fedd 100644
--- a/term/ChangeLog
+++ b/term/ChangeLog
@@ -1,3 +1,7 @@
+1999-02-28 Roland McGrath <roland@baalperazim.frob.com>
+
+ * users.c (trivfs_S_io_revoke): Use ports_class_iterate.
+
Mon Feb 22 04:34:55 1999 Thomas Bushnell, BSG <tb@mit.edu>
* users.c (trivfs_S_io_revoke): Protect the revocation by blocking
@@ -7,7 +11,7 @@ Sat Feb 20 04:59:15 1999 Thomas Bushnell, BSG <tb@mit.edu>
* users.c (trivfs_S_io_revoke): Release global_lock before
beginning the iteration.
-
+
* users.c (trivfs_S_io_revoke): Add reply, reply_type args.
1999-02-06 Mark Kettenis <kettenis@gnu.org>
@@ -17,7 +21,7 @@ Sat Feb 20 04:59:15 1999 Thomas Bushnell, BSG <tb@mit.edu>
access permission checking.
(trivfs_check_access_hook): Initialize with check_access_hook.
(trivfs_S_file_check_access): Removed.
-
+
Thu Feb 18 00:57:30 1999 Thomas Bushnell, BSG <tb@mit.edu>
* devio.c (devio_assert_dtr): Bother to set open_pending.