projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a31ff4c
)
Update.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 12 Feb 2005 06:22:26 +0000
(06:22 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 12 Feb 2005 06:22:26 +0000
(06:22 +0000)
TODO
patch
|
blob
|
history
diff --git
a/TODO
b/TODO
index c61d44cb975211e0ac2888f351d36df02780ad85..1650b14625b72fc7cd528efb6d63baae2958791e 100644
(file)
--- a/
TODO
+++ b/
TODO
@@
-6,6
+6,9
@@
- join-invalid doesn't compile if tid_t is not scalar type.
+ - mlfqs tests suck. They aren't even correct, e.g. the amarv
+ submission from win0405 is graded incorrectly.
+
* Userprog project:
- Move `join' implementation here, from `threads' project, to help