From owner-freebsd-emulation@FreeBSD.ORG Tue Oct 31 18:27:02 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CE8A16A4C8; Tue, 31 Oct 2006 18:27:02 +0000 (UTC) (envelope-from kib@freebsd.org) Received: from fw.zoral.com.ua (fw.zoral.com.ua [213.186.206.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACE5543DDD; Tue, 31 Oct 2006 18:26:35 +0000 (GMT) (envelope-from kib@freebsd.org) Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by fw.zoral.com.ua (8.13.4/8.13.4) with ESMTP id k9VI3g24028544 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 31 Oct 2006 20:03:42 +0200 (EET) (envelope-from kib@freebsd.org) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.13.8/8.13.8) with ESMTP id k9VIQQV4021281; Tue, 31 Oct 2006 20:26:26 +0200 (EET) (envelope-from kib@freebsd.org) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.13.8/8.13.8/Submit) id k9VIQPjX021280; Tue, 31 Oct 2006 20:26:25 +0200 (EET) (envelope-from kib@freebsd.org) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kib@freebsd.org using -f Date: Tue, 31 Oct 2006 20:26:25 +0200 From: Kostik Belousov To: freebsd-amd64@freebsd.org, freebsd-emulation@freebsd.org Message-ID: <20061031182625.GM1627@deviant.kiev.zoral.com.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rf72Gf+bfLC8kxKs" Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on fw.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=1.5 required=5.0 tests=SPF_SOFTFAIL, UNPARSEABLE_RELAY autolearn=no version=3.1.4 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on fw.zoral.com.ua Cc: Subject: [kib@freebsd.org: [src] cvs commit: src/sys/amd64/linux32 linux32_sysvec.c] X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 18:27:02 -0000 --rf72Gf+bfLC8kxKs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable kib 2006-10-31 17:53:02 UTC FreeBSD src repository Modified files: sys/amd64/linux32 linux32_sysvec.c=20 Log: Fix a typo resulting in truncated linux32 signal trampoline code copied to the usermode. Usually, signal handler segfaulted on return. =20 Reviewed by: jhb MFC after: 3 days =20 Revision Changes Path 1.25 +1 -1 src/sys/amd64/linux32/linux32_sysvec.c This change is supposed to fix the handling of signals for linux binaries on amd64 (at least, it did so for me). Please, inform me whether it works for you. --rf72Gf+bfLC8kxKs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFR5VQC3+MBN1Mb4gRAtvYAKDKJ418yv5Gntr3xMknMdTBKxw+HwCg2bjg 3Lgeh0nV5VOR7C74Qj9b4YU= =KxIZ -----END PGP SIGNATURE----- --rf72Gf+bfLC8kxKs--