projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
031abf1
)
Add todo list.
author
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 26 Oct 2004 19:00:29 +0000
(19:00 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 26 Oct 2004 19:00:29 +0000
(19:00 +0000)
TODO
[new file with mode: 0644]
patch
|
blob
diff --git a/TODO
b/TODO
new file mode 100644
(file)
index 0000000..
3949bf8
--- /dev/null
+++ b/
TODO
@@ -0,0
+1,8
@@
+-*- text -*-
+
+* The p1-4.c testcase needs significant tuning. Currently it takes
+ too long (especially when SHOW_PROGRESS is turned on) and doesn't
+ show significant improvement.
+
+* The semantics of the join system call should change so that it only
+ returns the exit code once.