History log of /barrelfish-master/lib/barrelfish/multihop_chan.c
Revision Date Author Comments
# 9bd8d1d5 03-Apr-2019 Reto Achermann <reto.achermann@inf.ethz.ch>

replacing umlaute and fixing address in headers Haldeneggsteig -> Universitaetsstrasse

Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>


# a8c4d257 22-Feb-2017 Adam Turowski <adam.turowski@inf.ethz.ch>

flounder: making const pointers in receiving handlers, using CONST_CAST as a temporary solution in few places but finally it should be removed

Signed-off-by: Adam Turowski <adam.turowski@inf.ethz.ch>


# d328987d 26-Jul-2016 Adam Turowski <adam.turowski@inf.ethz.ch>

Multi-threaded waitsets, tokens added to IPC messages.

Signed-off-by: Adam Turowski <adam.turowski@inf.ethz.ch>


# be7408cb 25-Oct-2012 Raphael Fuchs <raphaelfuchs@student.ethz.ch>

libbarrelfish: Spilt private waitset_chan.h header into a public and private
header.

* Check all files that included the old header, if the need the private or the
public header or both or none at all. Some files included the header but
didn't use any of the functions provided by the header.

* Change libahci so that it no longer uses the libbarrelfish-private header.


# 76a2cf90 10-Jul-2012 Simon Peter <speter@inf.ethz.ch>

Refactored libcollections.a to prefix all exported functions and data
types with collections_ to prevent namespace pollution. Many
application programs have their own functions named list_* and hash_*
(e.g. PostgreSQL).


# 38d67cc4 23-Jan-2012 Andrew Baumann <andrew.baumann@microsoft.com>

simplify out-of-band cap transfer to avoid asynchronously reporting errors back to the sender

As discussed on the mailing list (10.01.2012 "Proposed change to
out-of-band cap transfer"), this change changes the semantics so that
an error in delivery of the cap is reported to the receiver (rather
than asynchronously to the sender) along with a NULL capref. This
simplifies the implementation within the monitor, and results in saner
error handling on both sides.


# 120fc0bd 17-Jan-2012 Andrew Baumann <andrew.baumann@microsoft.com>

ICC compilation fixes


# 6cf3d03e 28-Dec-2011 Andrew Baumann <andrew.baumann@microsoft.com>

use typedefs in multihop code


# 242474c6 24-Aug-2011 akhi akhi@inf.ethz.ch <akhi akhi@inf.ethz.ch>

Bug fixes by Alex on his multihop code and updates to the routing tech note.


# 839a630a 16-Aug-2011 akhi akhi@inf.ethz.ch <akhi akhi@inf.ethz.ch>

Apply the multihop patch by alexander grest based on his bachelor thesis