Wichert Akkerman | d4d8e92 | 1999-04-18 23:30:29 +0000 | [diff] [blame] | 1 | -- new entries from wta |
Wichert Akkerman | c792698 | 2000-04-10 22:22:31 +0000 | [diff] [blame] | 2 | * 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 Akkerman | c792698 | 2000-04-10 22:22:31 +0000 | [diff] [blame] | 5 | * 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 Akkerman | 5ae21ea | 2000-05-01 01:53:59 +0000 | [diff] [blame] | 8 | * synchronize linux/**/syscallent.h, number of arguments for a syscal isn't |
| 9 | consistent across different architectures |
Wichert Akkerman | d4d8e92 | 1999-04-18 23:30:29 +0000 | [diff] [blame] | 10 | |
| 11 | -- old entries from jrs |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 12 | attempt reopen of /proc file if we get EAGAIN from any /proc ioctl |
| 13 | kill procs we error out of on svr4 |
| 14 | enclose "total x dents" in a comment |
| 15 | declare gettimeofday and pread for solaris2 |
| 16 | update automatic remaking of autoconf targets |
| 17 | I don't like run on last close, change it? |
| 18 | parse long options? |
| 19 | count signals too with -c |
| 20 | treat attach, detach messages like signals |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 21 | add pread, pwrite to I/O dumping |
| 22 | add system assist for qualifiers on svr4 |
| 23 | change printcall to getcaller and fix for linux and svr4 |
| 24 | fix fork hang for svr4 without pollable procfs |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 25 | print events on entry to and revents on exit from poll |
| 26 | monitor procfs open and release the other child if the process wants to own it |
| 27 | fix incorrect syscall number if exit without entry on svr4 without pr_syscall |
| 28 | fix clean targets so config.h and config.status can be removed |
| 29 | ignore faults which occur before exec |
| 30 | look for more ioctls on solaris, used in nslookup for example |
| 31 | consider adding backtrace support |
| 32 | consider adding general purpose interpreter |