X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=TODO;h=c61d44cb975211e0ac2888f351d36df02780ad85;hb=49f91ea15da93b7df4b946d42c70e09e740f3c06;hp=31606d182661ee33ae3ceefb616355d5f7daac19;hpb=bc0cc9ec385f55e8dee745f55e25d98908255636;p=pintos-anon diff --git a/TODO b/TODO index 31606d1..c61d44c 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,10 @@ -*- text -*- -* Miscellaneous: +* The tests in tests/ don't apply the grading patches. - - 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. +* Threads: + + - join-invalid doesn't compile if tid_t is not scalar type. * Userprog project: