From owner-freebsd-multimedia Wed May 13 06:08:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA24595 for freebsd-multimedia-outgoing; Wed, 13 May 1998 06:08:09 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA24586 for ; Wed, 13 May 1998 06:08:04 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id NAA26392 for ; Wed, 13 May 1998 13:08:05 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id PAA09246; Wed, 13 May 1998 15:08:05 +0200 (MET DST) Message-ID: <19980513150804.23726@follo.net> Date: Wed, 13 May 1998 15:08:04 +0200 From: Eivind Eklund To: multimedia@FreeBSD.ORG Subject: [tg@FreeBSD.ORG: cvs commit: src/sys/i386/i386 trap.c src/sys/i386/ibcs2 ibcs2_sysvec.c src/sys/i386/linux linux_sysvec.c src/sys/kern imgact_elf.c init_sysvec.c src/sys/sys sysent.h] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Would somebody please test x11amp (under Linux emulation) or whatever it was that people were having sigbus (signal 10) problems with? This fix all programs SIGBUSing under Linux emulation I knew about. (Which make Allegro Common Lisp work under FreeBSD - yipee!) ----- Forwarded message from Thomas Gellekum ----- From: Thomas Gellekum Date: Wed, 13 May 1998 00:04:55 -0700 (PDT) Message-Id: <199805130704.AAA01113@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 trap.c src/sys/i386/ibcs2 ibcs2_sysvec.c src/sys/i386/linux linux_sysvec.c src/sys/kern imgact_elf.c init_sysvec.c src/sys/sys sysent.h tg 1998/05/13 00:04:54 PDT Modified files: (Branch: RELENG_2_2) sys/i386/i386 trap.c sys/i386/ibcs2 ibcs2_sysvec.c sys/i386/linux linux_sysvec.c sys/kern imgact_elf.c init_sysvec.c sys/sys sysent.h Log: MFC: Translate some traps to SIGSEGV instead of SIGBUS when running under Linux emulation. Revision Changes Path 1.83.2.8 +5 -1 src/sys/i386/i386/trap.c 1.4.2.1 +2 -1 src/sys/i386/ibcs2/ibcs2_sysvec.c 1.9.2.1 +23 -1 src/sys/i386/linux/linux_sysvec.c 1.12.2.2 +2 -1 src/sys/kern/imgact_elf.c 1.2.2.1 +2 -1 src/sys/kern/init_sysvec.c 1.11.2.1 +3 -1 src/sys/sys/sysent.h ----- End forwarded message ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message