]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Get rid of ancient stuff.
authorJulian Seward <jseward@acm.org>
Tue, 18 Jun 2002 16:31:21 +0000 (16:31 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 18 Jun 2002 16:31:21 +0000 (16:31 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@441

TODO

diff --git a/TODO b/TODO
index 4aff04874a8a28b947fd5c9979f304c3ce351320..738e5094490804848da34549b8e336a080d2bcd2 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,34 +1,15 @@
 
 Doesn't run
 ~~~~~~~~~~~
-Anything with the __NR_clone system call.  No idea what to do about
-threads yet.
-
-netscape bombs shortly after successful normal startup.
-(???)
-
-
-ToDo
-~~~~
-Rewrite memory manager, with variable sized red zones.
+User Mode Linux.
+Wine.
 
 
 Desirable
 ~~~~~~~~~
-Demangle C++ names.
-
 Stack: make return address into NoAccess ?
 
-Give client programs a way to set memory range permissions.
-
-Have an --allow-scummy-symbols option, to allow in some of the symbols
-currently ignored in vg_symtab2.c.
-
-Figure out whether cwq (convert signed-32 to signed-64) as
-translated into ucode gives correct check semantics.
-(I think it does.)
-
-Check __NR_select; I don't really understand it.
-For that matter, __NR_newselect looks wrong too.
-
 
+Future
+~~~~~~
+Automatic invariant inference and checking.