diff options
author | Roland McGrath <roland@gnu.org> | 2001-08-17 19:50:32 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-08-17 19:50:32 +0000 |
commit | 5e4acd5f1bb486a037b940bb2a3f12934c55afa7 (patch) | |
tree | aff4adfc3a90c82a9b5aa3db83b6bb3e7fb12119 /boot | |
parent | d348b4d5a44f55119bfcc960a677f3c5bbf2ff52 (diff) |
.
Diffstat (limited to 'boot')
-rw-r--r-- | boot/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/boot/ChangeLog b/boot/ChangeLog index ae3d369d..7926e02c 100644 --- a/boot/ChangeLog +++ b/boot/ChangeLog @@ -1,8 +1,15 @@ +2001-08-17 Neal H Walfield <neal@cs.uml.edu> + + * userland-boot.c (boot_script_task_create): Suspend the newly + created task as the protocol requires. + (boot_script_insert_right): Fix the error message. + 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. |