mirror of
https://github.com/drasko/codezero.git
synced 2026-01-29 11:13:14 +01:00
Inter-container ipc tests working.
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user