| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleanup, refactoring, and some runtime tests. | Michael Bebenita | 2010-09-10 | 1 | -0/+12 |
| | | |||||
| * | Tidy up the sync dir, remove dead or mis-designed code in favour of OS ↵ | Graydon Hoare | 2010-09-08 | 1 | -4/+5 |
| | | | | | primitives, switch rust_kernel to use a lock/signal pair and wait rather than spin. | ||||
| * | Fixed race in the rust kernel. | Michael Bebenita | 2010-09-07 | 1 | -2/+7 |
| | | |||||
| * | Added a thread utility class to factor out operations on threads. | Michael Bebenita | 2010-09-07 | 1 | -0/+43 |
| | | |||||
| * | Putting out the burning tree on Windows. Turns out you can completely starve ↵ | Michael Bebenita | 2010-08-16 | 1 | -1/+1 |
| | | | | | threads by not yielding on windows/vmware, really weird. | ||||
| * | Added class to abstract away platform specific thread primitives. | Michael Bebenita | 2010-08-09 | 1 | -0/+12 |