genode/repos/os
Norman Feske b078224753 Replace Genode::strncpy by Genode::copy_cstring
- Since Genode::strncpy is not 100% compatible with the POSIX
  strncpy function, better use a distinct name.

- Remove bogus return value from the function, easing the potential
  enforcement of mandatory return-value checks later.

Fixes #3752
2020-05-27 11:56:45 +02:00
..
doc Remove <configfile> feature from init 2020-05-18 10:16:13 +02:00
include Replace Genode::strncpy by Genode::copy_cstring 2020-05-27 11:56:45 +02:00
lib os: add sandbox lib to api/os 2020-02-20 12:11:22 +01:00
recipes depot: update recipe hashes 2020-05-18 10:16:59 +02:00
run Remove use of <configfile> feature of init 2020-05-18 10:16:13 +02:00
src Replace Genode::strncpy by Genode::copy_cstring 2020-05-27 11:56:45 +02:00
xsd timeout_types.xsd: Minutes type 2019-08-21 12:37:02 +02:00
README API documentation refinements 2017-05-31 13:16:21 +02:00

README

This source-code repository contains genuine low-level OS components and
interfaces of Genode. It solely depends on the framework's base API.