aboutsummaryrefslogtreecommitdiff
path: root/src/rt/util/indexed_list.h
Commit message (Collapse)AuthorAgeFilesLines
* add -O2 when compiling rt, fix warnings triggered by optimizerMarijn Haverbeke2011-04-081-1/+1
|
* Cleanup, refactoring, and some runtime tests.Michael Bebenita2010-09-101-3/+13
|
* Lots of design changes around proxies and message passing. Made it so that ↵Michael Bebenita2010-09-071-2/+2
| | | | domains can only talk to other domains via handles, and with the help of the rust_kernel.
* Small updates to util classes.Michael Bebenita2010-09-071-0/+9
|
* Change signature of array_list::pop().Michael Bebenita2010-09-071-1/+8
|
* Added a few utility classes, cleaned up the include order of .h files, and ↵Michael Bebenita2010-09-071-0/+70
started to make the Rust kernel own domain message queues rather than the Rust domains themselves.