From: Roland McGrath Date: Tue, 19 Oct 2004 23:33:53 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~479 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=223a3ff9a8c66dfa6f03e783c573a9bd2f004a9c;p=strace . --- diff --git a/ChangeLog b/ChangeLog index 34ddeef1..3dce9226 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,40 @@ 2004-10-19 Roland McGrath + * process.c (WCOREFLAG): Define if not defined. + (W_STOPCODE, W_EXITCODE): Likewise. + Reported by Marty Leisner . + + * sock.c [! LINUX]: Include before . + Reported by Marty Leisner . + + * debian/rules: Make strace64.1.gz symlink to strace.1.gz instead of + strace64.1 to strace.1, which doesn't exist. + Fixes Debian bug #269220. + +2004-09-05 Phil Blundell + + * linux/arm/syscallent.h: New file. + +2004-10-19 Roland McGrath + + * debian/rules (DEB_BUILD_GNU_TYPE, CONFIG_OPTS): New variables. + [$(DEB_HOST_GNU_TYPE) == s390-linux] (build64, HOST64, CC64): Set them. + (build/Makefile): Use $(CONFIG_OPTS). + (build64/Makefile): Pass --host as well as --build. + From Bastian Blank . + Fixes Debian bug #271500. + + * linux/hppa/syscallent.h: Update for 2.6.9 syscalls. + From Randolph Chung + Fixes Debian bug #273887. + * file.c (sys_llseek): Revert last change. +2004-09-14 Richard Henderson + + * linux/alpha/syscallent.h: Add tgkill, *stat64, vserver, mbind, + [gs]et_mempolicy, mq_*, waitid. + 2004-10-07 Roland McGrath * file.c (sys_llssek, sys_readahead, sys_fadvise64, sys_fadvise64_64):