summaryrefslogtreecommitdiffstats
path: root/proj1.txt
Commit message (Collapse)AuthorAgeFilesLines
* implement page table and use it for lazy loading of segmentsmanuel2012-06-191-9/+9
|
* fill in the missing questions of proj1.txtproj1manuel2012-05-131-13/+113
|
* * fix possible race in thread_set_prioritymanuel2012-05-111-3/+50
| | | | | * fill in same parts of proj1.txt * use thread_get_priority() whenever possible
* fix wrong behavior of cond_wait/cond_signal in donation case.manuel2012-05-111-0/+13
| | | | | we can't pre-sort the waiters list here either. it's the same as with sema_up/sema_down
* initial commit of proj1manuel2012-05-031-0/+85
including the draft of our (yet empty) design document and the first schedule code mostly submitted by karo and peter