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