genode/repos/os
Emery Hemingway 0b980073c1 VFS: close handles via handle method
The using pattern 'handle->close' is less error prone than attempting
'handle->ds().close(handle)' or 'fs.close(handle)'.

Ref #2782
2018-05-03 15:31:57 +02:00
..
doc Remove obsolete RAM/CAP services from run scripts 2017-05-31 13:16:22 +02:00
include VFS: close handles via handle method 2018-05-03 15:31:57 +02:00
lib net: use generic internet checksum 2018-05-03 15:31:56 +02:00
recipes nic_router-nat: ICMP NAPT and DNS info forward 2018-05-03 15:31:56 +02:00
run test/trace_logger: fully automate test 2018-05-03 15:31:55 +02:00
src VFS: close handles via handle method 2018-05-03 15:31:57 +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.