Norman Feske
29b8d609c9
Adjust file headers to refer to the AGPLv3
2017-02-28 12:59:29 +01:00
Christian Helmuth
f1c877f205
Use Genode::size_t in rumpuser_getrandom_backend()
...
This streamlines the Genode-specific interface for both 32-bit and
64-bit architectures and fixes dynamic-linking issue with the rump
VFS due to differing size_t types.
2017-01-31 12:01:13 +01:00
Norman Feske
e370e08e01
Define Genode::size_t as unsigned long
...
Fixes #2105
2016-10-21 12:39:29 +02:00
Sebastian Sumpf
422923cc95
rump: Add 'get_random_backend' function
...
A rump server may now implement its own random number generator, the default
impelementation will not generate random number.
Issue #1409
2015-02-27 11:43:55 +01:00