blob: 4aff04874a8a28b947fd5c9979f304c3ce351320 [file] [log] [blame]
sewardjde4a1d02002-03-22 01:27:54 +00001
2Doesn't run
3~~~~~~~~~~~
4Anything with the __NR_clone system call. No idea what to do about
5threads yet.
6
7netscape bombs shortly after successful normal startup.
8(???)
9
10
11ToDo
12~~~~
13Rewrite memory manager, with variable sized red zones.
14
15
16Desirable
17~~~~~~~~~
18Demangle C++ names.
19
20Stack: make return address into NoAccess ?
21
22Give client programs a way to set memory range permissions.
23
24Have an --allow-scummy-symbols option, to allow in some of the symbols
25currently ignored in vg_symtab2.c.
26
27Figure out whether cwq (convert signed-32 to signed-64) as
28translated into ucode gives correct check semantics.
29(I think it does.)
30
31Check __NR_select; I don't really understand it.
32For that matter, __NR_newselect looks wrong too.
33
34