summaryrefslogtreecommitdiff
path: root/TODO
blob: ae11ae886af4362f7e17dc027c8fc8fa22fb03c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
-- new entries from wta
getdents has wrong structure; track down kernel version
clone doesn't work; cloned processes can hang
replace printargs with something that reads a configuration-file
rename functions that are used for general things:
  sys_chdir -> general_1stringarg
generate syscallent.h from the kernel sources


-- old entries from jrs
attempt reopen of /proc file if we get EAGAIN from any /proc ioctl
kill procs we error out of on svr4
enclose "total x dents" in a comment
declare gettimeofday and pread for solaris2
update automatic remaking of autoconf targets
I don't like run on last close, change it?
parse long options?
count signals too with -c
treat attach, detach messages like signals
add readv, writev to I/O dumping
add pread, pwrite to I/O dumping
add system assist for qualifiers on svr4
change printcall to getcaller and fix for linux and svr4
fix fork hang for svr4 without pollable procfs
print events on entry to and revents on exit from poll
monitor procfs open and release the other child if the process wants to own it
fix incorrect syscall number if exit without entry on svr4 without pr_syscall
fix clean targets so config.h and config.status can be removed
ignore faults which occur before exec
look for more ioctls on solaris, used in nslookup for example
consider adding backtrace support
consider adding general purpose interpreter