| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-04-03 | Refactor includes structure, getting rid of rust_internal.h | Jon Morton | -1/+1 | |
| 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 | ||||
| 2012-03-28 | Tidy up multiple declarations and STDC_FOO_MACROS guards in headers. | Graydon Hoare | -1/+1 | |
| 2012-02-10 | rt: Use 100k stacks for scheduler threads | Brian Anderson | -3/+9 | |
| 2012-02-09 | rt: Detach pthreads before exiting | Brian Anderson | -0/+12 | |
| Joinable pthreads need to be either joined or detached and we no longer join with the scheduler threads. | ||||
| 2012-02-09 | rt: Move rust_thread to its own files | Brian Anderson | -0/+43 | |
