• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1-- new entries from wta
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
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
8* synchronize linux/**/syscallent.h, number of arguments for a syscal isn't
9  consistent across different architectures
10
11-- old entries from jrs
12attempt 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
21add 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
25print 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
33