home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / STRACE / _STRACE.TAR / usr / doc / strace / README-linux < prev    next >
Encoding:
Text File  |  1995-02-19  |  1.3 KB  |  48 lines

  1.  
  2. This is the second release of strace for linux, it requires linux
  3. version 0.99.10 or newer.  strace was written by Paul Kranenburg for
  4. SunOS, I have modified it to work with linux.  Read the file README and
  5. the strace.1 for more info on strace.
  6.  
  7.  
  8. Changes for this release are:
  9. - bugfixes
  10. - support for new system calls and ioctls
  11. - symbolic output for: termio ioctls, sysv ipc, fcntl file locking,
  12.   statfs and ptrace
  13. - microsecond time stamps
  14.  
  15. A lot of the changes and bugfixes for this version were done by
  16. Rick Sladkey <jrs@world.std.com>, System V IPC support was added
  17. by Ulrich Pegelow <pegelow@moorea.uni-muenster.de>.
  18.  
  19.  
  20. FILES:
  21.  
  22. README.first    this file
  23. README        the original readme file for SunOS strace
  24. getioctls    script to create the ioctlents.h file for linux.
  25. Sun/*        files from the original package I didn't use
  26.  
  27.  
  28. Notes:
  29.  
  30. - With older versions of Linux (before 0.99.10) signals can get lost
  31. for a traced process.
  32.  
  33. - strace works best if you have a proc fs mounted on /proc, the
  34. /proc/##/mem frame buffers are used for reading system call arguments.
  35. You can use /dev/ram or some other unused block device for mounting
  36. the proc fs:
  37.  
  38.     mount -t proc /dev/ram /proc
  39.  
  40. or in /etc/fstab:
  41.  
  42. /dev/hda    /proc        proc    defaults
  43.  
  44.  
  45.  
  46. Branko Lankester                    Jun 18 1993
  47. branko@hacktic.nl || lankeste@fwi.uva.nl
  48.