Dmitry V. Levin | dd762c3 | 2012-02-25 15:29:21 +0100 | [diff] [blame] | 1 | This is strace, a system call tracer for Linux. |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 2 | |
Dmitry V. Levin | dd762c3 | 2012-02-25 15:29:21 +0100 | [diff] [blame] | 3 | strace is released under a Berkeley-style license at the request |
| 4 | of Paul Kranenburg; see the file COPYRIGHT for details. |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 5 | |
Dmitry V. Levin | dd762c3 | 2012-02-25 15:29:21 +0100 | [diff] [blame] | 6 | See the file CREDITS for a list of authors and other contributors. |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 7 | |
Dmitry V. Levin | dd762c3 | 2012-02-25 15:29:21 +0100 | [diff] [blame] | 8 | See the file INSTALL for compilation and installation instructions. |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 9 | |
| 10 | See the file NEWS for information on what has changed in recent |
| 11 | versions. |
| 12 | |
Wichert Akkerman | 360815e | 1999-06-28 13:16:03 +0000 | [diff] [blame] | 13 | You can get the latest version of strace from its homepage at |
Denys Vlasenko | c43a515 | 2009-02-23 08:07:45 +0000 | [diff] [blame] | 14 | http://sourceforge.net/projects/strace/ . |
Wichert Akkerman | 360815e | 1999-06-28 13:16:03 +0000 | [diff] [blame] | 15 | |
| 16 | Please send bug reports and enhancements to the strace |
Dmitry V. Levin | dd762c3 | 2012-02-25 15:29:21 +0100 | [diff] [blame] | 17 | mailinglist at strace-devel@lists.sourceforge.net. |