redox/kernel/scheme
Jeremy Soller 149b0297a4 Smp (#23)
* Fire up multiple processors

* Use IPIs to wake up secondary processors

* Much better exception information

* Modifications to show more information on fault

* WIP: Use real libstd

* Add TLS (not complete)

* Add random function, export getpid, cleanup

* Do not spin APs until new context

* Update rust

* Update rust

* Use rd/wrfsbase

* Implement TLS

* Implement compiler builtins and update rust

* Update rust

* Back to Redox libstd

* Update rust
2016-10-31 10:49:00 -06:00
..
sys Smp (#23) 2016-10-31 10:49:00 -06:00
debug.rs Redo networking (#22) 2016-10-26 13:19:56 -06:00
env.rs Redo networking (#22) 2016-10-26 13:19:56 -06:00
event.rs Redo networking (#22) 2016-10-26 13:19:56 -06:00
initfs.rs Redo networking (#22) 2016-10-26 13:19:56 -06:00
irq.rs Redo networking (#22) 2016-10-26 13:19:56 -06:00
mod.rs Allow schemes to be listed 2016-10-13 21:13:37 -06:00
pipe.rs Redo networking (#22) 2016-10-26 13:19:56 -06:00
root.rs Redo networking (#22) 2016-10-26 13:19:56 -06:00
user.rs Redo networking (#22) 2016-10-26 13:19:56 -06:00