projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
664bda7
)
Update.
author
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 2 Feb 2005 00:19:04 +0000
(
00:19
+0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 2 Feb 2005 00:19:04 +0000
(
00:19
+0000)
TODO
patch
|
blob
|
history
diff --git
a/TODO
b/TODO
index 15902a2cd3db19fd7e77209b9d82127190a96759..dd5f7467f4f09d377e122b8fb58b401caa6f45ae 100644
(file)
--- a/
TODO
+++ b/
TODO
@@
-1,5
+1,9
@@
-*- text -*-
+* Threads:
+
+ - join-invalid doesn't compile if tid_t is not scalar type.
+
* Userprog project:
- Move `join' implementation here, from `threads' project, to help