genode/ports/include/noux_session
Josef Söntgen c4c43ffc9d noux: add block device file system
Access to a block session is provided by using the block file system.
By specifying the label, each block session request can be routed to
the proper block session provider:

! <fstab>
! 	...
! 	<dir name="dev">
! 		<block name="blkdev0" label="block_session_0" />
! 	</dir>
! 	...
! </fstab>

In addition to this file system, support for the DIOCGMEDIASIZE ioctl
request was added. This request is used by FreeBSD and therefore our
libc to query the size of the block device in bytes.

Fixes #1010.
2014-01-17 14:04:29 +01:00
..
capability.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
client.h Noux: register inherited file descriptors 2013-09-23 14:26:00 +02:00
connection.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
noux_session.h noux: add SYSCALL_SYNC 2013-12-20 15:21:08 +01:00
sysio.h noux: add block device file system 2014-01-17 14:04:29 +01:00