genode/repos/os/src
Christian Helmuth 24b1f269be Remove Packet_ref from File_system::Packet_descriptor
The intention of Packet_ref was to allow clients to place opaque
references into the packet descriptor itself, which could be observed on
packet completion. Currently no component in our sources uses this
feature and beyond that it is questionable if it should be used at all:
If the server tampers with the ref the client may easily be confused
into observing an incorrect or invalid context. It seems better to
remove the opaque context from the descriptor and leave the actual
implementation to the client and its needs.
2015-09-30 12:20:37 +02:00
..
app Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
drivers gpio: dummy compilation unit to link valid target 2015-09-30 12:20:35 +02:00
init Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
lib VFS: symlink file system 2015-09-30 12:20:36 +02:00
server Remove Packet_ref from File_system::Packet_descriptor 2015-09-30 12:20:37 +02:00
test Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00