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