genode/repos/os/recipes
Martin Stein 41dbad13e4 nic_router/nic_bridge: re-work Mac_allocator
The old MAC allocator had several drawbacks:

* the address base was a public static that could and must have been written
  directly from outside the class
* the in-use-flag array was based on unsigned values consuming 4 bytes each
  for only one bit of information
* it was a public header that we actually don't want to expose to all
  components but only to the few networking components
* it used the not-so-safe bit notation for integer members of GCC

The new version fixes all these drawbacks.

Issue #2795
2018-05-30 13:36:11 +02:00
..
api Convert static VFS library to dynamic library 2018-05-30 12:26:19 +02:00
pkg Convert static VFS library to dynamic library 2018-05-30 12:26:19 +02:00
raw drivers_interactive-pc: increase caps for acpi 2018-05-30 13:36:09 +02:00
src nic_router/nic_bridge: re-work Mac_allocator 2018-05-30 13:36:11 +02:00