summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--exec/ChangeLog4
-rw-r--r--hurd/ChangeLog7
2 files changed, 11 insertions, 0 deletions
diff --git a/exec/ChangeLog b/exec/ChangeLog
index 61fc4cb3..ba36df70 100644
--- a/exec/ChangeLog
+++ b/exec/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-01 Roland McGrath <roland@frob.com>
+
+ * execmutations.h (SERVERCOPY): New macro.
+
2001-12-31 Roland McGrath <roland@frob.com>
* exec.c (do_exec): thread_array_t -> thread_t *
diff --git a/hurd/ChangeLog b/hurd/ChangeLog
index 421aec4f..1fedd0c2 100644
--- a/hurd/ChangeLog
+++ b/hurd/ChangeLog
@@ -1,5 +1,12 @@
2002-01-01 Roland McGrath <roland@frob.com>
+ * exec.defs (exec_exec, exec_setexecdata): Use SCP macro
+ in place of `, servercopy'.
+
+ * io.defs (io_write, io_read, io_readable): Use size_t in place
+ of mach_msg_type_number_t.
+ * socket.defs (socket_send, socket_recv): Likewise.
+
* hurd_types.defs (RETURN_CODE_ARG): New macro, definition
depends on [HAVE_MIG_RETCODE].
* auth_reply.defs: Replace return code args with that.