-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo
46 lines (25 loc) · 1.34 KB
/
todo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
- instanceof checks for class or parents! Must check for class or children!
- arm? https://www.miniand.com/products/Cubieboard%20Developer%20Board
- stack acc: use bound on intel
- dynamic (by-name) method calls. use for interface method calls!
- wtty buf size return to 128 or make dynamic
- MEM LEAK!
- virtio disk paging dies
- !! check longjmp to not to switch thread!!
- userland scanf does not support * (suppress assign) - use kernel one?
- test and set as main new snap sync
- deferred zbuf clean - debug
- debug new snap sync
- tcp accept - wrong seq, wrong reply address (ipv4_lookup_srcaddr_for_dest gets first alias available?)
- what if system rebooted before old snap is freed? Which snap will be loaded?
Who frees old one?
- check that restart list is killed and all contained in 1-link objects too.
- win reconnect - must take z order in account - insert in list at the
right place.
- phantom disk format utility must use same superblock checksum/format code
as kernel.
- BUG - need to reimplement snap sync code or else blocking syscalls
will prevent snap from being done.
+ win/tty restarts/reconnects incorrectly - window does not get focus
+ set_net_timer - need reset timer if not one shot required
+ unix shell does not get input after restart