blob: 18824be931f9fa96833e0cc0708c3c64490c4cb0 [file] [log] [blame]
Wichert Akkermand4d8e921999-04-18 23:30:29 +00001-- new entries from wta
2getdents has wrong structure; track down kernel version
3
4
5-- old entries from jrs
Wichert Akkerman76baf7c1999-02-19 00:21:36 +00006require override to run suid and/or sgid executables normally
7attempt reopen of /proc file if we get EAGAIN from any /proc ioctl
8kill procs we error out of on svr4
9enclose "total x dents" in a comment
10declare gettimeofday and pread for solaris2
11update automatic remaking of autoconf targets
12I don't like run on last close, change it?
13parse long options?
14count signals too with -c
15treat attach, detach messages like signals
16add readv, writev to I/O dumping
17add pread, pwrite to I/O dumping
18add system assist for qualifiers on svr4
19change printcall to getcaller and fix for linux and svr4
20fix fork hang for svr4 without pollable procfs
21add thread support
22print events on entry to and revents on exit from poll
23monitor procfs open and release the other child if the process wants to own it
24fix incorrect syscall number if exit without entry on svr4 without pr_syscall
25fix clean targets so config.h and config.status can be removed
26ignore faults which occur before exec
27look for more ioctls on solaris, used in nslookup for example
28consider adding backtrace support
29consider adding general purpose interpreter
30rename program to sctrace to avoid conflict with svr4 strace?