Inter-container ipc tests working.

This commit is contained in:
Bahadir Balban
2009-11-17 23:34:37 +02:00
parent 5ebc0bb9ac
commit 89093b8ace
4 changed files with 101 additions and 6 deletions

View File

@@ -517,7 +517,7 @@ int cap_find_replicate_reduce_grant(struct capability *cap)
if ((err =
l4_capability_control(CAP_CONTROL_DESTROY,
0, 0, 0, &new_cap)) < 0) {
printf("l4_capability_control() replication of "
printf("l4_capability_control() destruction of "
"capability failed.\n Could not "
"complete CAP_CONTROL_DESTROY request "
" on cap (%d), err = %d.\n",

View File

@@ -108,7 +108,7 @@ int task_delete_utcb_desc(struct tcb *task, struct utcb_desc *d)
}
/*
* Upon fork, the utcb descriptor list is origaced by a new one, since it is a new
* Upon fork, the utcb descriptor list is replaced by a new one, since it is a new
* address space. A new utcb is allocated and mmap'ed for the child task
* running in the newly created address space.
*