summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1998-12-27 08:54:20 +0000
committerRoland McGrath <roland@gnu.org>1998-12-27 08:54:20 +0000
commitf2b516cf4db7822e09437a13d2ee72e3378c0f78 (patch)
treedbb729f1f8b90b6f4c2c8d3f5f45b8433689b05d
parent1eb0e7ca3a4f81c12a5a3302663ffc64dedfd290 (diff)
.
-rw-r--r--boot/ChangeLog8
-rw-r--r--exec/ChangeLog21
2 files changed, 29 insertions, 0 deletions
diff --git a/boot/ChangeLog b/boot/ChangeLog
index 2ae326a2..b9cb69c7 100644
--- a/boot/ChangeLog
+++ b/boot/ChangeLog
@@ -1,3 +1,11 @@
+1998-12-26 Roland McGrath <roland@baalperazim.frob.com>
+
+ * boot.c (isig): New variable.
+ (init_termstate): If it's set, set ISIG flag in c_lflag.
+ (options): New option -I/--isig.
+ (parse_opt): Make -I set `isig'.
+ (boot_script_exec_cmd): Print out args as well as file name.
+
1998-09-04 Roland McGrath <roland@baalperazim.frob.com>
* boot_script.c: Include <string.h> instead of declaring memset here.
diff --git a/exec/ChangeLog b/exec/ChangeLog
index 45822293..5679e52c 100644
--- a/exec/ChangeLog
+++ b/exec/ChangeLog
@@ -1,3 +1,24 @@
+1998-12-27 Roland McGrath <roland@baalperazim.frob.com>
+
+ * main.c (S_exec_init): Remove variable DEV_MASTER; pass null instead
+ since we don't need it. Use assert_perror on getting the host-priv
+ port and on startup_essential_task, since init will hang until we've
+ done made that RPC.
+
+1998-12-26 Roland McGrath <roland@baalperazim.frob.com>
+
+ * exec.c (do_exec): Fix conditional for cleaning up INTERP,
+ from nonnull E.interp.section to nonnull INTERP.file.
+ If we failed to open the interpreter file, INTERP.file will be
+ null and the rest of INTERP will be uninitialized.
+
+1998-12-21 Roland McGrath <roland@baalperazim.frob.com>
+
+ * main.c (S_exec_init): Don't call set_active_trans.
+ (set_active_trans): Function removed.
+
+ * Makefile (HURDLIBS): Add missing implied library deps.
+
1998-11-25 Mark Kettenis <kettenis@phys.uva.nl>
* main.c (S_exec_init): Call _hurd_proc_init with new args set to