History log of /barrelfish-master/usr/tests/testdesc/testdesc.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>


# 05cfd061 05-Oct-2017 Roni Häcki <roni.haecki@inf.ethz.ch>

libbarrelfish: started merging proc_mgmt_client and spawn_client

The arugments for spawn_* calls change from domainid_t to
a cap to do any kind of referencing a process.

Signed-off-by: Roni Häcki <roni.haecki@inf.ethz.ch>


# dde2ba50 19-Jun-2017 Adam Turowski <adam.turowski@inf.ethz.ch>

libc: removing newlib, adding BSD libc
posixcompat: moving gettimeofday to libc
harness: adding a simple math test
lwip, lwip2: moving includes to /include, compiling with BSD headers

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


# b3813360 27-Nov-2014 Reto Achermann <reto.achermann@inf.ethz.ch>

moved spawn flags into spawndomain.h


# 16937d0b 12-Mar-2014 Gerd Zellweger <mail@gerdzellweger.com>

Make everything compile for 32bit.

Fixes mostly printf specifiers all over the source tree.


# d88dd1f0 12-Mar-2014 Gerd Zellweger <mail@gerdzellweger.com>

Make everything compile for 32bit.

Fixes mostly printf specifiers all over the source tree.


# 8529d22b 22-Oct-2013 Gerd Zellweger <mail@gerdzellweger.com>

Refactor alloc_inheritcn_* to alloc_inheritcn_with_caps.

Instead of having an alloc_inheritcn_* function for each possible
capref in the inherit cnode.


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

Refactor and fix broken usr/testdesc
* usr/testdesc/testdesc.h had an outdated copy of include/vfs/vfstab.h in its
header file. This patch removes this duplicate header code and includes the
header.

* Remove hard-tabs from Hakefile.

* Use libDeps in the Hakefile and remove unneeded libraries.

* Add it to symbolic_targets.mk so that it gets build by the buildall tests.

* Move files from usr/testdesc to usr/tests/testdesc.

Overall, the code compiles again and also seems to work properly.