Dmitry V. Levin
003c02745f
The old location of strace-devel mailing list is defunct, it used to lose email messages and sometimes did not deliver any mails for days. The mailing list has been moved to strace-devel@lists.strace.io. * CREDITS.in: Update the mailing list address. (Zhang Le): Update email address. * README: Update the mailing list address. * README.md: Likewise. * configure.ac (AC_INIT): Likewise. * strace.1.in (.SH REPORTING BUGS): Likewise. * strace-log-merge.1.in (.SH REPORTING BUGS): Likewise. * sched.c (SYS_FUNC(sched_getattr)): Update the mailing list reference. * tests/scno_tampering.sh: Likewise. * qemu_multiarch_testing/README: Update git repository address. * NEWS: Mention the change of the mailing list address. Closes: https://github.com/strace/strace/issues/38
25 lines
979 B
Plaintext
25 lines
979 B
Plaintext
This is strace, a system call tracer for Linux.
|
|
|
|
strace is released under a Berkeley-style license at the request
|
|
of Paul Kranenburg.
|
|
|
|
See the file CREDITS for a list of authors and other contributors.
|
|
See the file INSTALL for compilation and installation instructions.
|
|
See the file NEWS for information on what has changed in recent versions.
|
|
|
|
The project's homepage is at
|
|
https://strace.io
|
|
|
|
strace has a mailing list:
|
|
strace-devel@lists.strace.io
|
|
|
|
System requirements:
|
|
* Linux kernel >= 2.6.18 is recommended. Older versions might still work
|
|
but they haven't been thoroughly tested with this release.
|
|
* Linux kernel >= 2.5.46 is required.
|
|
Older versions without a decent PTRACE_SETOPTIONS support will not work.
|
|
* On mips, linux kernel >= 2.6.15 is required.
|
|
Older versions without a decent PTRACE_GETREGS support will not work.
|
|
* On s390 and s390x, linux kernel >= 2.6.27 is required.
|
|
Older versions without a decent PTRACE_GETREGSET support will not work.
|