From: Ben Pfaff Date: Tue, 26 Oct 2004 19:00:29 +0000 (+0000) Subject: Add todo list. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58055f2876e98db76d79fe4bb9f65f9f1d9fe43a;p=pintos-anon Add todo list. --- diff --git a/TODO b/TODO new file mode 100644 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.