Update the ChangeLog and NEWS files to reflect new maintainer

Update CREDITS to list Uldrich and Nate.
Switch to autoconf 2.13
This commit is contained in:
Wichert Akkerman 1999-04-15 20:34:14 +00:00
parent 6bfcd32877
commit 1786d81bee
6 changed files with 266 additions and 149 deletions

View File

@ -31,3 +31,6 @@ porting to new systems:
Tom Dyas <tdyas@eden.rutgers.edu>
Henrik Storner <storner@osiris.ping.dk>
David Mosberger-Tang <davidm@AZStarNet.com>
Ulrich Drepper <drepper@cygnus.com>
Nate Eldredge <nate@cartsys.com>

View File

@ -1,3 +1,26 @@
Thu Apr 15 22:28:15 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
* Change in strace maintainership, jrs passed the torch to me.
* Use autoconf 2.13
* Incorporate all changes already made in the Debian strace package:
+ compiles with more Linux kernels
+ added support for more Linux architectures
+ add support for a lot of extra syscalls
+ fix some problems with hanging children
+ check stray syscall after execv
+ decode capget and capset arguments
+ add more constants to net.c
+ detect ROSE networking
+ add more protocol families to domains
+ add IPIP protocol
+ added MSG_PROXY and MSG_CTRUNC to msg_flags
+ added SO_BSDCOMPAT and SO_REUSEPORT to sockoptions
+ added IP, IPX and TCP-options
+ added IP, IPX and TCP support to get-/setsockopt()
+ added IPX support
+ updated handling of signals
Sun Oct 27 22:28:00 1996 J. Richard Sladkey <jrs@world.std.com>
* util.c (umovestr) [LINUX]: Handle Linux like SunOS4

10
NEWS
View File

@ -1,3 +1,13 @@
Changes in 4.0
==============
* New maintainer
* add support for more Linux architectures (powerpc, sparc, arm)
* support lots more Linux syscalls
* fix signal handling
* add IPX and IPIP support
* check stray syscall after execv
* fix hanging children
Changes in version 3.1
======================

3
README
View File

@ -34,4 +34,5 @@ See the file CREDITS to see who has contributed to strace.
See the file TODO if you feel like helping out.
Please send bug reports and enhancements to Rick Sladkey <jrs@world.std.com>.
Please send bug reports and enhancements to Wichert Akkerman
<wakkerma@debian.org>

375
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -81,7 +81,6 @@ AC_DEFINE_UNQUOTED($ARCH)
AC_SUBST(osarch)
AC_PROG_CC
AC_PROG_HOSTCC($host_alias $host)
AC_C_CROSS
AC_POLLABLE_PROCFS
AC_STRUCT_PR_SYSCALL
AC_STRUCT_MSG_CONTROL