| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When the kernel fails, kill all tasks and wait for the schedulers to stop
instead of just exiting. I'm sure there are tons of lurking issues here but
this is enough to fail without leaking (at least in the absence of cleanups).
|
|
burning tinderbox
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is the new way to refer to tasks in rust-land. Currently all they
do is serve as a key to look up the old rust_task structure. Ideally
they won't be ref counted, but baby steps.
|
|
|
|
|
|
|
|
channel lifecycle bugs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
receiving them.
|
|
|
|
|
|
The fields of this structure are mysteriously defined in the opposite order
on windows as on unix
|
|
|
|
|
|
|
|
|
|
|
|
Make this useful and consistent with the destructor.
|
|
|
|
|
|
|
|
|