genode/repos/os
Piotr Tworek d610f9f4f1 Fix some signed/unsigned implicit conversions.
Fix some trivial cases where the signedness of the constant value does
not match the signedness of type the code expects to see. GCC can be
asked to warn about those by passing Wsign-covnersion flag.

Issue #4354
2022-01-19 12:35:48 +01:00
..
doc Remove <configfile> feature from init 2020-05-18 10:16:13 +02:00
include nic/packet_allocator: align allocations to 2 bytes 2022-01-19 12:35:48 +01:00
lib os: avoid implicit conversions 2021-12-17 15:04:45 +01:00
recipes depot: update recipe hashes 2021-12-17 15:06:38 +01:00
run autopilot: automated stress test for platform_drv 2021-12-17 14:56:53 +01:00
src Fix some signed/unsigned implicit conversions. 2022-01-19 12:35:48 +01:00
xsd nic drivers: provide optional Uplink-client mode 2021-01-25 13:58:09 +01:00
README API documentation refinements 2017-05-31 13:16:21 +02:00

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