From: Ben Pfaff Date: Sat, 29 Jan 2005 18:20:44 +0000 (+0000) Subject: TODO list for USB development. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=76d7f305a649ad998194b7b5184a07fa7544c360 TODO list for USB development. --- diff --git a/src/TODO b/src/TODO new file mode 100644 index 0000000..70e206d --- /dev/null +++ b/src/TODO @@ -0,0 +1,3 @@ +* Stats should be per-file system, not per-disk. + +* Use xmalloc(), xcalloc() everywhere appropriate.