projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f329c5c
)
Update.
author
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 10 Jan 2005 08:03:59 +0000
(08:03 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 10 Jan 2005 08:03:59 +0000
(08:03 +0000)
TODO
patch
|
blob
|
history
diff --git
a/TODO
b/TODO
index 15902a2cd3db19fd7e77209b9d82127190a96759..31606d182661ee33ae3ceefb616355d5f7daac19 100644
(file)
--- a/
TODO
+++ b/
TODO
@@
-1,5
+1,11
@@
-*- text -*-
+* Miscellaneous:
+
+ - Currently the `pintos' utility has a broken return code policy: it
+ returns 1 to indicate success. It inherited this mistake from
+ Bochs, which does something similar. This needs to be fixed.
+
* Userprog project:
- Move `join' implementation here, from `threads' project, to help