genode/base-linux
Christian Helmuth 2995011b34 base-linux: implement IPC server destruction
When an IPC server is finalized two important things should happen:
First, the association of the server socket with a capability must be
invalidated. And finally, the server socket pair (server side and client
side) must be closed.

Related to #38.
2012-11-16 13:55:08 +01:00
..
etc Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
include Propagate process labels to PD sessions 2012-11-05 17:31:04 +01:00
lib Linux: Build hybrid library with Genode tool chain 2012-11-05 17:31:05 +01:00
mk Hardening compilation support for 64bit Linux 2012-06-21 00:50:18 +02:00
run Merge final fixes from internal repositories 2011-12-23 14:04:29 +01:00
src base-linux: implement IPC server destruction 2012-11-16 13:55:08 +01:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00

This repository contains the Linux-specific implementation of Genode.