genode/repos/base-linux
Norman Feske e20bbe7002 base: remove integer return codes from PD-session
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
2016-05-09 13:09:56 +02:00
..
etc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
include/base Unify ipc_msgbuf.h across base platforms 2016-04-25 10:47:59 +02:00
lib Move server API concept to base framework 2016-04-11 11:51:46 +02:00
mk/spec base: hide internals of the Thread API 2016-03-07 12:34:46 +01:00
run base-linux: remove chroot support 2016-03-08 17:00:54 +01:00
src base: remove integer return codes from PD-session 2016-05-09 13:09:56 +02:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

This repository contains the Linux-specific implementation of Genode.