blob: 1d6a8e8fdf0998b75333f17cb8d6069143555a16 [file] [log] [blame]
Wichert Akkermand4d8e921999-04-18 23:30:29 +00001-- new entries from wta
Wichert Akkermanc7926982000-04-10 22:22:31 +00002* clone doesn't work; cloned processes can hang
3* partially done: finish up change_syscall using new setargs
4* do setargs for non-ia64
Wichert Akkermanc7926982000-04-10 22:22:31 +00005* generate syscallent.h from the kernel sources (asm/unistd.h)
6* update linux/sparc syscall entries; Linux messed things up by overriding
7 all kinds of SunOS entries
Wichert Akkerman5ae21ea2000-05-01 01:53:59 +00008* synchronize linux/**/syscallent.h, number of arguments for a syscal isn't
9 consistent across different architectures
Wichert Akkermand4d8e921999-04-18 23:30:29 +000010
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
Wichert Akkerman76baf7c1999-02-19 00:21:36 +000021add pread, pwrite to I/O dumping
22add system assist for qualifiers on svr4
23change printcall to getcaller and fix for linux and svr4
24fix fork hang for svr4 without pollable procfs
Wichert Akkerman76baf7c1999-02-19 00:21:36 +000025print events on entry to and revents on exit from poll
26monitor procfs open and release the other child if the process wants to own it
27fix incorrect syscall number if exit without entry on svr4 without pr_syscall
28fix clean targets so config.h and config.status can be removed
29ignore faults which occur before exec
30look for more ioctls on solaris, used in nslookup for example
31consider adding backtrace support
32consider adding general purpose interpreter