redox/kernel
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
..
context Smp (#23) 2016-10-31 10:49:00 -06:00
scheme Smp (#23) 2016-10-31 10:49:00 -06:00
sync Improve wait condition performance 2016-10-20 21:49:47 -06:00
syscall Smp (#23) 2016-10-31 10:49:00 -06:00
tests Create example userspace scheme. Remove kernel duplication of syscalls, use syscall crate instead 2016-09-20 16:23:28 -06:00
elf.rs Complete execve - add argument support using safe ABI 2016-09-17 21:44:50 -06:00
lib.rs Smp (#23) 2016-10-31 10:49:00 -06:00