History log of /barrelfish-master/include/arch/cc.h
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>


# b0a503e1 28-Mar-2017 Reto Achermann <reto.achermann@inf.ethz.ch>

lwip-2.0.2: initial import of recent LWIP version

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


# b341a466 24-Jun-2013 Unknown <pravin@inf.ethz.ch>

debugging changes.. temparary commit
---
include/arch/cc.h | 4 +-
include/contmng/contmng.h | 2 +-
include/lwip/debug.h | 44 +++++++++------
include/lwip/opt.h | 2 +-
include/lwipopts.h | 4 +-
lib/lwip/src/barrelfish/idc_barrelfish.c | 19 ++++++-
lib/lwip/src/barrelfish/idc_net_control.c | 8 ++-
lib/lwip/src/core/pbuf.c | 8 +++
lib/lwip/src/core/udp.c | 6 +-
lib/net_queue_manager/net_soft_filters_srv_impl.c | 13 +++--
lib/net_queue_manager/queue_manager.c | 2 +-
lib/nfs/rpc_debug.h | 2 +-
usr/webserver/http_cache.c | 61 ++++++++++++++-------
usr/webserver/http_server.c | 3 +
usr/webserver/webserver_session.h | 2 +-
15 files changed, 125 insertions(+), 55 deletions(-)


# 61fa7e0a 12-Jun-2013 pravin@inf.ethz.ch <pravin@inf.ethz.ch>

debugging changes.. temparary commit


# f9f220de 09-Jul-2012 Simon Peter <speter@inf.ethz.ch>

Remove LITTLE_ENDIAN, BIG_ENDIAN #define clash and use optimized
[nh]to[nh][ls]() from BSD.


# dda4c1d6 08-Jul-2012 Simon Peter <speter@inf.ethz.ch>

Move [nh]to[nh][ls]() into cc.h header file, allowing for
architecture-specific optimizations and to obviate the need to link
liblwip.a into libbfdmuxvm.a.


# 559955b4 02-Aug-2011 Simon Peter <speter@inf.ethz.ch>

Merge from ASPLOS tree.


# 9299dcef 08-Jul-2011 Stefan Kästle <stefan.kaestle@inf.ethz.ch>

Initial version of public stable barrelfish repository.