blob: a8e7093ad2180b9be17e916e5ba7642f1e57a8a9 [file] [log] [blame]
Wichert Akkermand4d8e921999-04-18 23:30:29 +00001-- new entries from wta
Wichert Akkerman2e2553a1999-05-09 00:29:58 +00002clone doesn't work; cloned processes can hang
3replace printargs with something that reads a configuration-file
Wichert Akkermana6013701999-07-08 14:00:58 +00004-> rescheduled for strace rewrite
Wichert Akkerman2e2553a1999-05-09 00:29:58 +00005rename functions that are used for general things:
6 sys_chdir -> general_1stringarg
7generate syscallent.h from the kernel sources
Wichert Akkerman9ce1a631999-08-29 23:15:07 +00008add IPv6 support
Wichert Akkermand4d8e921999-04-18 23:30:29 +00009
10
11-- old entries from jrs
Wichert Akkerman76baf7c1999-02-19 00:21:36 +000012attempt reopen of /proc file if we get EAGAIN from any /proc ioctl
13kill procs we error out of on svr4
14enclose "total x dents" in a comment
15declare gettimeofday and pread for solaris2
16update automatic remaking of autoconf targets
17I don't like run on last close, change it?
18parse long options?
19count signals too with -c
20treat attach, detach messages like signals
21add readv, writev to I/O dumping
22add pread, pwrite to I/O dumping
23add system assist for qualifiers on svr4
24change printcall to getcaller and fix for linux and svr4
25fix fork hang for svr4 without pollable procfs
Wichert Akkerman76baf7c1999-02-19 00:21:36 +000026print events on entry to and revents on exit from poll
27monitor procfs open and release the other child if the process wants to own it
28fix incorrect syscall number if exit without entry on svr4 without pr_syscall
29fix clean targets so config.h and config.status can be removed
30ignore faults which occur before exec
31look for more ioctls on solaris, used in nslookup for example
32consider adding backtrace support
33consider adding general purpose interpreter