summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-08-17 10:28:28 +0000
committerRoland McGrath <roland@gnu.org>2001-08-17 10:28:28 +0000
commitb0f31e3cb5982b3f90290989ec9c87747de5e25b (patch)
tree2993405efb7acd3d1654b5072dbbbdf7eaa5672d /boot
parentafc455ff671ddb540ebe14b6c6a3b96e569496c4 (diff)
.
Diffstat (limited to 'boot')
-rw-r--r--boot/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/boot/ChangeLog b/boot/ChangeLog
index 219dcc9f..ae3d369d 100644
--- a/boot/ChangeLog
+++ b/boot/ChangeLog
@@ -1,5 +1,15 @@
2001-08-17 Roland McGrath <roland@frob.com>
+ * userland-boot.c (boot_script_insert_right): Take new result
+ parameter for send right name in target task.
+ (boot_script_insert_task_port): New function.
+ * boot_script.h: Update those two decls.
+ (VAL_TASK): New macro.
+ * boot_script.c (VAL_SYM, VAL_FUNC): Increase these constants.
+ (builtin_symbols): Use VAL_TASK for "task-create".
+ (boot_script_exec): Update caller of boot_script_insert_right.
+ Treat VAL_TASK like VAL_PORT, but call boot_script_insert_task_port.
+
* boot_script.h: size_t -> unsigned int
* boot_script.c: Don't #include <string.h>.