Update versionnumber to 4.0
This commit is contained in:
parent
5b4d128fab
commit
8dc9a1a3c5
@ -5,3 +5,4 @@ config.status
|
||||
config.h.in
|
||||
config.log
|
||||
Makefile
|
||||
tags
|
||||
|
9
NEWS
9
NEWS
@ -1,4 +1,13 @@
|
||||
Changes in 4.0
|
||||
==============
|
||||
* Get stat structure properly on Linux 64bit archs
|
||||
* Personalities work again
|
||||
* Compile correctly on SunOS again
|
||||
* IRIX64 updates
|
||||
* Solaris updates
|
||||
|
||||
Changes in 3.99.1
|
||||
=================
|
||||
* Linux (ultra)sparc fixes
|
||||
* Linux alpha fixes
|
||||
* Minor cleanups
|
||||
|
2
README
2
README
@ -1,4 +1,4 @@
|
||||
This is strace 3.1, a system call tracer for SunOS 4.x, Linux, System
|
||||
This is strace 4.0, a system call tracer for SunOS 4.x, Linux, System
|
||||
V release 4, Solaris 2.x and Irix 5.x. strace is released under a
|
||||
Berkeley-style license at the request of Paul Kranenburg; see the file
|
||||
COPYRIGHT for details.
|
||||
|
13
README-linux
13
README-linux
@ -9,13 +9,12 @@ the proper data structures used by the kernel, since these can be
|
||||
different from the structures that the C library uses. Currently
|
||||
you will need a 2.2.7 or newer kernel.
|
||||
|
||||
To compile strace using your kernel source you need to tell make where
|
||||
you put the sources. For example if you have your kernelsource in
|
||||
/usr/src/linux, you should invoke make like this:
|
||||
There are two ways to do this:
|
||||
* you can link /usr/include/linux and /usr/include/asm to the corresponding
|
||||
directories in your kernel source-tree.
|
||||
|
||||
* you can tell make where your kernel sources are. For example if you have your
|
||||
kernelsource in /usr/src/linux, you should invoke make like this:
|
||||
|
||||
make CFLAGS=-I/usr/src/linux/include
|
||||
|
||||
Please note that it is possible to symlink /usr/include/{asm,linux,scsi}
|
||||
to your kernel source, but for programs that don't need the actual kernel
|
||||
structures that is highly discouraged.
|
||||
|
||||
|
2
strace.1
2
strace.1
@ -37,7 +37,7 @@
|
||||
.fi
|
||||
.sp
|
||||
..
|
||||
.TH STRACE 1 "96/02/13"
|
||||
.TH STRACE 1 "99/06/11"
|
||||
.SH NAME
|
||||
strace \- trace system calls and signals
|
||||
.SH SYNOPSIS
|
||||
|
Loading…
Reference in New Issue
Block a user