genode/repos/os
Martin Stein 85d589a49c Xml_generator: fix exception handling in Node(...)
When the functor provided to the Node constructor throws an exception,
do revert all changes in reverse order. Previously, the changes made
to the parent node were not considered by the exception handler which
caused unnecessary characters to remain in the out buffer for each
reverted node.

Issue #2953
2018-10-29 09:36:20 +01:00
..
doc Remove obsolete RAM/CAP services from run scripts 2017-05-31 13:16:22 +02:00
include vfs: use correct enum values in 'Dir_file_system::open_composite_dirs()' 2018-09-13 15:21:11 +02:00
lib net: get rid of unused mac_from_string method 2018-05-30 13:36:36 +02:00
recipes depot: update recipe hashes 2018-10-01 11:25:03 +02:00
run Xml_generator: fix exception handling in Node(...) 2018-10-29 09:36:20 +01:00
src nitpicker: report focus/hover when owner vanishes 2018-09-13 15:21:12 +02:00
xsd base: define generic config XSD types globally 2018-08-28 16:48:47 +02: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.