summaryrefslogtreecommitdiff
path: root/kern/error.h
AgeCommit message (Collapse)Author
2013-07-06another set of small structural changesRichard Braun
2013-07-06entry lookupRichard Braun
2013-06-09kern/rdxtree: new moduleRichard Braun
This module implements radix trees, a data structure consisting of a tree of arrays which can store many items while guaranteeing a small maximum tree height.
2013-05-19kern/cpumap: new moduleRichard Braun
2013-01-11kern/thread: improve processor-local schedulingRichard Braun
This change introduces scheduling classes, including support for real-time and time-sharing threads. The real-time class matches the requirements of the POSIX SCHED_FIFO and SCHED_RR policies. The time-sharing class makes use of a scheduling algorithm based on group ratio round-robin (GR3) to provide proportional fairness.
2012-09-30Initial commitRichard Braun