mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 10:46:25 +00:00
e20bbe7002
The return code of assign_parent remained unused. So this patch removes it. The bind_thread function fails only due to platform-specific limitations such as the exhaustion of ID name spaces, which cannot be sensibly handled by the PD-session client. If occurred, such conditions used to be reflected by integer return codes that were used for diagnostic messages only. The patch removes the return codes and leaves the diagnostic output to core. Fixes #1842 |
||
---|---|---|
.. | ||
config | ||
doc | ||
etc | ||
include/base | ||
lib/mk | ||
mk | ||
patches | ||
ports | ||
src | ||
README |
This repository contains the L4/Fiasco-specific implementation of Genode. For instructions to build and start the Fiasco version of Genode, please consult the documentation located at 'base-fiasco/doc/fiasco.txt'.