diff options
author | Roland McGrath <roland@gnu.org> | 1998-12-27 08:54:20 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-12-27 08:54:20 +0000 |
commit | f2b516cf4db7822e09437a13d2ee72e3378c0f78 (patch) | |
tree | dbb729f1f8b90b6f4c2c8d3f5f45b8433689b05d /exec | |
parent | 1eb0e7ca3a4f81c12a5a3302663ffc64dedfd290 (diff) |
.
Diffstat (limited to 'exec')
-rw-r--r-- | exec/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
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 |