History log of /barrelfish-master/usr/tests/proc_mgmt_test/main.c
Revision Date Author Comments
# cca6396d 20-Aug-2019 Reto Achermann <reto.achermann@inf.ethz.ch>

fix uses of cycles_t throughout the tree

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


# 452b491a 17-Jul-2019 Reto Achermann <reto.achermann@inf.ethz.ch>

tests/prog_mgmt: don't hardcode architecture specific path

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


# d8419a9a 29-Jun-2019 Reto Achermann <reto.achermann@inf.ethz.ch>

tests/proc_mgmt: fix nullpointer bug

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


# 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>


# 83e2f9aa 22-May-2018 Roni Häcki <roni.haecki@inf.ethz.ch>

harness: proc_mgmt test change cores used to depend on command line
input and not hard coded values

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


# 57bed183 22-May-2018 Roni Häcki <roni.haecki@inf.ethz.ch>

harness: proc_mgmt test change cores used to depend on command line
input and not hard coded values

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


# 7fccf211 09-Oct-2017 Roni Häcki <roni.haecki@inf.ethz.ch>

proc_mgmt: get status query implemented

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


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

proc_mgmt: getting domain list implemented

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


# 23d2c2be 09-Oct-2017 Roni Häcki <roni.haecki@inf.ethz.ch>

proc_mgmt: implementation spawn_wait() with nohang flag

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


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

proc_mgmt: merged proc management client with spawnd client

Signed-off-by: Roni Häcki <roni.haecki@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>


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

proc_mgmt: fixed several dependency issues

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


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

harness: small additions to proc_mgmt test

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


# 963c750b 29-Sep-2017 Roni Häcki <roni.haecki@inf.ethz.ch>

proc_mgmt: adding tests

Still some more debugging required when the process exits, otherwise the test seems to
be working.

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


# c39bcc67 29-Aug-2017 Razvan Damachi <damachir@emmentaler2.ethz.ch>

Tidy up the process management test.

The test now spawns 1 client on core 3, executing 'spawn on core 7' requests.
After 150 requests, the client exists successfully (before it used to loop).

Signed-off-by: Razvan Damachi <razvan.damachi@gmail.com>


# 626764cf 02-Aug-2017 Razvan Damachi <razvan.damachi@gmail.com>

DIRTY benchmark commit

Signed-off-by: Razvan Damachi <razvan.damachi@gmail.com>