This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
genode
Watch
1
Star
0
Fork
0
You've already forked genode
mirror of
https://github.com/genodelabs/genode.git
synced
2024-12-25 16:31:06 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
fa1a105d64
genode
/
repos
/
ports-foc
/
ports
/
l4linux.hash
2 lines
41 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Cleanup of parent-cap handling This patch alleviates the need for a Native_capability::Dst at the API level. The former use case of this type as argument to Deprecated_env::reinit uses the opaque Native_capability::Raw type instead. The 'Raw' type contains the portion of the capability that is transferred as-is when delegating the capability (i.e., when installing the parent capability into a new component, or when installing a new parent capability into a new forked Noux process). This information can be retrieved via the new Native_capability::raw method. Furthermore, this patch moves the functions for retriving the parent capability to base/internal/parent_cap.h, which is meant to be implemented in platform-specific ways. It replaces the former set of startup/internal/_main_parent_cap.h headers. Issue #1993
2016-06-13 13:14:32 +00:00
153fac6366d79b8380ccc97a3a7ed099cedb51b2
Reference in New Issue
Copy Permalink