| Age | Commit message (Collapse) | Author | Lines |
|
Many changes to code structure are included:
- removed TIME_SLICE_IN_MS
- removed sychronized_indexed_list
- removed region_owned
- kernel_owned move to kernel.h, task_owned moved to task.h
- global configs moved to rust_globals.h
- changed #pragma once to standard guard in rust_upcall.h
- got rid of memory.h
|
|
These may already be defined by other includes. Hopefully puts out the windows
fire.
|
|
|
|
Now, if the environment variable CHECK_CLAIMS is set, then all
claims turn into checks. Otherwise, claims are no-ops.
|
|
with a new one inspired by ucontext. It works under Linux, OS X and Windows, and is Valgrind clean on Linux and OS X (provided the runtime is built with gcc).
This commit also moves yield and join to the standard library, as requested in #42. Join is currently a no-op though.
|
|
started to make the Rust kernel own domain message queues rather than the Rust domains themselves.
|
|
and fixed race caused by calling rust_srv::malloc() from multiple threads when sending messages.
|
|
assertion macros.
|
|
|
|
|
|
|