]> granicus.if.org Git - strace/blob - TODO
Add test for sys/reg.h and use that instead of asm/ptrace.h
[strace] / TODO
1 -- new entries from wta
2 clone doesn't work; cloned processes can hang
3 replace printargs with something that reads a configuration-file
4 -> rescheduled for strace rewrite
5 rename functions that are used for general things:
6   sys_chdir -> general_1stringarg
7 generate syscallent.h from the kernel sources
8
9
10 -- old entries from jrs
11 attempt reopen of /proc file if we get EAGAIN from any /proc ioctl
12 kill procs we error out of on svr4
13 enclose "total x dents" in a comment
14 declare gettimeofday and pread for solaris2
15 update automatic remaking of autoconf targets
16 I don't like run on last close, change it?
17 parse long options?
18 count signals too with -c
19 treat attach, detach messages like signals
20 add readv, writev to I/O dumping
21 add pread, pwrite to I/O dumping
22 add system assist for qualifiers on svr4
23 change printcall to getcaller and fix for linux and svr4
24 fix fork hang for svr4 without pollable procfs
25 print events on entry to and revents on exit from poll
26 monitor procfs open and release the other child if the process wants to own it
27 fix incorrect syscall number if exit without entry on svr4 without pr_syscall
28 fix clean targets so config.h and config.status can be removed
29 ignore faults which occur before exec
30 look for more ioctls on solaris, used in nslookup for example
31 consider adding backtrace support
32 consider adding general purpose interpreter