about summary refs log tree commit diff
path: root/src/rt/util
AgeCommit message (Collapse)AuthorLines
2010-09-10Cleanup, refactoring, and some runtime tests.Michael Bebenita-5/+15
2010-09-08Tidy up the sync dir, remove dead or mis-designed code in favour of OS ↵Graydon Hoare-1/+12
primitives, switch rust_kernel to use a lock/signal pair and wait rather than spin.
2010-09-08Cleaned up locking in the kernel.Michael Bebenita-7/+1
2010-09-07Lots of design changes around proxies and message passing. Made it so that ↵Michael Bebenita-2/+2
domains can only talk to other domains via handles, and with the help of the rust_kernel.
2010-09-07Small updates to util classes.Michael Bebenita-1/+24
2010-09-07Change signature of array_list::pop().Michael Bebenita-6/+20
2010-09-07Added a few utility classes, cleaned up the include order of .h files, and ↵Michael Bebenita-0/+126
started to make the Rust kernel own domain message queues rather than the Rust domains themselves.
2010-08-09Changed array_list::replace() return behavior.Michael Bebenita-5/+5
2010-07-28Add C++ wrapper around uthash.Michael Bebenita-0/+193
2010-07-28array_list improvements.Michael Bebenita-1/+21
2010-07-19Added a message passing system based on lock free queues for inter-thread ↵Michael Bebenita-10/+18
communication. Channels now buffer on the sending side, and no longer require blocking when sending. Lots of other refactoring and bug fixes.
2010-06-23Populate tree.Graydon Hoare-0/+69