home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / STRACE / _STRACE.TAR / usr / doc / strace / TODO < prev   
Encoding:
Text File  |  1995-02-19  |  890 b   |  21 lines

  1. always monitor exec, wait and fork even if not traced
  2. parse long options?
  3. update options in man page
  4. update example in man page
  5. treat attach, detach messages like signals
  6. add readv, writev to I/O dumping
  7. add pread, pwrite to I/O dumping
  8. decode ulimit
  9. bdflush args not decoded on linux
  10. add system assist for qualifiers on svr4
  11. change printcall to getcaller and fix for linux and svr4
  12. fix fork hang for svr4 without pollable procfs
  13. add thread support
  14. print events on entry to and revents on exit from poll
  15. monitor procfs open and release the other child if the process wants to own it
  16. fix incorrect syscall number if exit without entry on svr4 without pr_syscall
  17. rebuild configure.in and config.h.in from the Makefile automatically
  18. fix clean targets so config.h and config.status can be removed
  19. ignore faults which occur before exec
  20. look for more ioctls on svr4, used in nslookup for example
  21.