summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--exec/ChangeLog4
-rw-r--r--libdiskfs/ChangeLog12
-rw-r--r--libnetfs/ChangeLog8
-rw-r--r--libports/ChangeLog4
-rw-r--r--libtrivfs/ChangeLog5
-rw-r--r--pfinet/ChangeLog4
-rw-r--r--proc/ChangeLog4
-rw-r--r--term/ChangeLog10
-rw-r--r--trans/ChangeLog4
9 files changed, 54 insertions, 1 deletions
diff --git a/exec/ChangeLog b/exec/ChangeLog
index 56f058a7..1fcc642d 100644
--- a/exec/ChangeLog
+++ b/exec/ChangeLog
@@ -1,3 +1,7 @@
+2000-03-17 Roland McGrath <roland@baalperazim.frob.com>
+
+ * exec.c (do_exec): Use ports_get_send_right.
+
2000-03-13 Roland McGrath <roland@baalperazim.frob.com>
* priv.h (EXECDATA_STREAM): Define this only #ifdef BFD.
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog
index ccb480aa..f5bfd980 100644
--- a/libdiskfs/ChangeLog
+++ b/libdiskfs/ChangeLog
@@ -1,3 +1,15 @@
+2000-03-17 Roland McGrath <roland@baalperazim.frob.com>
+
+ * dir-lookup.c (diskfs_S_dir_lookup): Use ports_get_send_right.
+
+ * io-reauthenticate.c (diskfs_S_io_reauthenticate): Use
+ ports_get_send_right.
+
+ * boot-start.c (diskfs_start_bootstrap): Use ports_get_send_right.
+ (diskfs_execboot_fsys_startup): Use ports_get_send_right.
+ (diskfs_S_fsys_init): Use ports_get_send_right.
+ (start_execserver): Use ports_get_send_right.
+
2000-02-27 Roland McGrath <roland@baalperazim.frob.com>
* file-exec.c (diskfs_S_file_exec): Give the new peropen for the exec
diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog
index 60429722..474a4682 100644
--- a/libnetfs/ChangeLog
+++ b/libnetfs/ChangeLog
@@ -1,3 +1,11 @@
+2000-03-17 Roland McGrath <roland@baalperazim.frob.com>
+
+ * io-reauthenticate.c (netfs_S_io_reauthenticate): Use
+ ports_get_send_right.
+
+ * dir-lookup.c (netfs_S_dir_lookup): Use ports_get_send_right.
+ Deallocate DIRPORT after fshelp_fetch_root.
+
2000-01-25 Roland McGrath <roland@baalperazim.frob.com>
* dir-lookup.c (netfs_S_dir_lookup): Follow symlink despite flags if
diff --git a/libports/ChangeLog b/libports/ChangeLog
index 39178d90..4ac61f9a 100644
--- a/libports/ChangeLog
+++ b/libports/ChangeLog
@@ -1,5 +1,9 @@
2000-03-17 Roland McGrath <roland@baalperazim.frob.com>
+ * get-send-right.c: New file.
+ * ports.h: Declare ports_get_send_right.
+ * Makefile (SRCS): Add get-send-right.c.
+
* get-right.c (gdb_loses): Remove global variable.
(ports_get_right): Use a local instead.
diff --git a/libtrivfs/ChangeLog b/libtrivfs/ChangeLog
index d3e16951..789174de 100644
--- a/libtrivfs/ChangeLog
+++ b/libtrivfs/ChangeLog
@@ -1,3 +1,8 @@
+2000-03-17 Roland McGrath <roland@baalperazim.frob.com>
+
+ * io-reauthenticate.c (trivfs_S_io_reauthenticate): Use
+ ports_get_send_right.
+
1999-11-08 Roland McGrath <roland@baalperazim.frob.com>
* io-write.c: Include <fcntl.h>.
diff --git a/pfinet/ChangeLog b/pfinet/ChangeLog
index 18b60094..ff4efea5 100644
--- a/pfinet/ChangeLog
+++ b/pfinet/ChangeLog
@@ -1,3 +1,7 @@
+2000-03-17 Roland McGrath <roland@baalperazim.frob.com>
+
+ * io-ops.c (S_io_reauthenticate): Use ports_get_send_right.
+
2000-02-13 Roland McGrath <roland@baalperazim.frob.com>
* main.c (main): Call configure_device on loopback_dev.
diff --git a/proc/ChangeLog b/proc/ChangeLog
index 54b6ee77..1a20e8f1 100644
--- a/proc/ChangeLog
+++ b/proc/ChangeLog
@@ -1,3 +1,7 @@
+2000-03-17 Roland McGrath <roland@baalperazim.frob.com>
+
+ * main.c (main): Use ports_get_send_right.
+
2000-03-13 Roland McGrath <roland@baalperazim.frob.com>
* mgt.c (S_proc_exception_raise): Check for
diff --git a/term/ChangeLog b/term/ChangeLog
index be515205..9ac0010d 100644
--- a/term/ChangeLog
+++ b/term/ChangeLog
@@ -1,3 +1,11 @@
+2000-03-17 Roland McGrath <roland@baalperazim.frob.com>
+
+ * devio.c (devio_abandon_physical_output): Use ports_get_send_right.
+ (initial_open): Use ports_get_send_right.
+ (device_open_reply): Use ports_get_send_right.
+
+ * users.c (send_signal): Use ports_get_send_right.
+
1999-10-04 Thomas Bushnell, BSG <tb@mit.edu>
* term.h, devio.c, users.c: Revert previous change. Do it this
@@ -18,7 +26,7 @@
* users.c (open_hook): If NO_DEVICE flag set, return ENXIO immediately.
If we put out an open request, check for that bit as well as
NO_CARRIER changing in termflags and diagnose with ENXIO.
-
+
* Makefile (device_replyServer-CPPFLAGS): New variable, turn off
TypeCheck for this stub. This is necessary for error replies to get
through to our server-side functions in devio.c.
diff --git a/trans/ChangeLog b/trans/ChangeLog
index 9bac016b..5880a43b 100644
--- a/trans/ChangeLog
+++ b/trans/ChangeLog
@@ -1,3 +1,7 @@
+2000-03-17 Roland McGrath <roland@baalperazim.frob.com>
+
+ * crash.c (S_crash_dump_task): Use ports_get_send_right.
+
2000-01-28 Roland McGrath <roland@baalperazim.frob.com>
* crash.c (enum crash_action): New alternative crash_unspecified (0).