summaryrefslogtreecommitdiff
path: root/boot/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-08-17 05:26:24 +0000
committerRoland McGrath <roland@gnu.org>2001-08-17 05:26:24 +0000
commit8c2c7f7715a2a67e6afd0f1ee4b23a45231566e0 (patch)
treea707618b0fbf8aac712b82c0982136380badc958 /boot/ChangeLog
parentf33bc6ec3f92240bb8deb529eca08c6e9f7209b2 (diff)
.
Diffstat (limited to 'boot/ChangeLog')
-rw-r--r--boot/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/boot/ChangeLog b/boot/ChangeLog
index 9a4055a7..4cee3359 100644
--- a/boot/ChangeLog
+++ b/boot/ChangeLog
@@ -1,5 +1,16 @@
2001-08-16 Roland McGrath <roland@frob.com>
+ * userland-boot.c (boot_script_insert_right): New function.
+ * boot_script.h: Declare it.
+ * boot_script.c (boot_script_exec): Use that instead of
+ mach_port_insert_right.
+
+ * boot_script.h: Protect from multiple inclusion.
+ (safe_gets): Remove decl.
+
+ * boot_script.h (boot_script_exec_cmd): Change TASK arg type to task_t.
+ * userland-boot.c: Likewise.
+
* boot_script.h (struct cmd): Change `task' member type to `task_t'.
(boot_script_task_create, boot_script_task_resume,
boot_script_prompt_task_resume, boot_script_free_task): Declare new